@charset "utf-8";
/* CSS Document */

body {
	color: #FFFFFF;
	font-size: 10pt;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background-color: #CCFFFF;
	text-align: center;
	background-image: url(sfondo.jpg);
	background-repeat: repeat;
}

p {
	color: #FFFFFF;
	font-size: 10pt;
	font-family: "trebuchet ms";
	font-stretch: normal;
	font-variant: normal;
	vertical-align: 2pt;
	cursor: pointer;
}
/* Stile titolo grosso*/
h1 {
	font-size: 20pt;
	font: bold;
	font-variant: small-caps;
	margin-top:0;
	color: #FFFFFF;
}
/* Stile titolo medio centrato*/
h2 {
	font-size: 13pt;
	font: bold;
	font-variant: small-caps;
	text-align: center;
}
/* Stile titolo medio allineato a sx*/
h4 {
	font-size: 13pt;
	font: bold;
	font-variant: small-caps;
	}
#header {
	background-image: url(../header.jpg);
	background-repeat: no-repeat;
	width: 920px;
	height: 318px;
	border:0px;
	top:2px;
	background-position: center;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color:#FFFFFF;
	text-decoration: underline;
}


a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#menu {
	background-color: #009900;
	width: 200px;
	padding-left: 0px;
	vertical-align:top;
	border:0px;
	top:202px;
}
#pagina {
	color: #FFFFFF;
	font-size: 10pt;
	font-family: "trebuchet ms";
	background-color: #006600;
	background-position: 0 top;
	text-align: justify;
	width: auto;
	height: auto;
	padding: 5px;
	vertical-align:top;
	border:0px;
	top:inherit;
}
#maintable {
	background-color: #CCFFFF;
}
ul { list-style-type: disc; margin: 1em 0 1em 40px; list-style-position: inside; }
hr {
	color:#CCFFFF;
	float:left;
	width:220px;
}
