﻿@charset "utf-8";


/* -----------------------  INIZIO FORMATTAZIONI DI BASE ----------------------- */

* {
	 margin:0;
	 padding:0;
}


html {
	margin: 0;
	padding: 0;
}


body  {
	font-size: 76%;
	font-family: Serif, Arial, Verdana, sans-serif;
	background-color: #002332;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #717171;
	position:relative;
}

table {
	margin: 0;
	padding: 0;
}


a {
	color:#FFFFFF;
	text-decoration:underline;
	margin: 0;
	padding: 0;
}

a.link {
	color:#800000;
	text-decoration:underline;
	margin: 0;
	padding: 0;
}


a:link {
	text-decoration:underline;
}

a:visited {
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:underline;
}



h1 {
	font-size: 160%;
	margin:0px 0 0 0;
	padding:10px 0 0 0;
	font-weight: lighter;
	color:#800000
}

h2 {
	font-size: 130%;
	margin: 5px 0 5px 0;
	padding:0;
	color:#800000;
	font-style:italic
}

h3 {
	font-size: 110%;
	margin:0;
	padding:0;
}

h4 {
	font-size: 90%;
	margin:0;
	padding:0;
}

p {
	line-height:16px;
	margin:0;
	padding:0;
}


img {
	border: none;
	margin: 0;
	padding: 0;
}

form {
	border: none;
	margin: 0;
	padding: 0;
	display: inline;
}



ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/*display:block;*/
}

ul li {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-size: 100%;
	font-family: Arial, Verdana, sans-serif;
}





/* -----------------------  FINE FORMATTAZIONI DI BASE ----------------------- */







/* -----------------------  INIZIO FORMATTAZIONE DIV PRINCIPALI ----------------------- */



#MainContainer {
	position:relative;
	width: 902px;
	height: 598px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #ffffff;*/
	padding:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}




/* -----------------------  FINE FORMATTAZIONE DIV PRINCIPALI ----------------------- */






.clearfloat {  /*this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float*/ 
	clear:both;
    height:0;
    font-size: 1px;
}







/* -----------------------  INIZIO FORMATTAZIONI ELEMENTI COMNUNI DELLE PAGINE ----------------------- */

a.linkVerde {
	color:#c4ea7a;
}


a.linkVerde:link {
	color:#c4ea7a;
}

a.linkVerde:visited {
	color:#c4ea7a;
}

a.linkVerde:hover {
	color:#fff;
}

a.linkVerde:active {
	color:#c4ea7a;
}






a.linkBlu {
	color:#579bc2;
}


a.linkBlu:link {
	color:#579bc2;
}

a.linkBlu:visited {
	color:#579bc2;
}

a.linkBlu:hover {
	color:#fff;
}

a.linkBlu:active {
	color:#579bc2;
}




.testoVerde {
	font-weight:bold;
	color: #3aa137;
}








/* -----------------------  FINE FORMATTAZIONI ELEMENTI COMNUNI DELLE PAGINE ----------------------- */

