﻿html {
	margin-top: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-image: url('Immagini/Sfondo.gif');
	background-color: #0099CC;
}
div#container {
	border: 2px solid #000000;
	padding: 0px;
	margin: 0px auto;
	width: 960px;
	text-align: center;
}
div#header {
	text-align: center;
	height: 160px;
	background-image: url('Immagini/Testata.jpg');
	width: auto;
	background-color: #000000;
}
div#header1 {
	background-color: #EDF7E7;
	border-top-color: #FFCC00;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 73%;
	width: 960px;
	line-height: normal;
	float: left;
	font-weight: bold;
}
div#header1 ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 2px;
	padding-left: 1px;
}
div#header1 li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
div#header1 a {
	margin: 0px;
	padding: 0px 0px 0px 4px;
	text-decoration: none;
	background-image: url('Immagini/tableftC.gif');
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	cursor: pointer;
}
div#header1 a span {
	display: block;
	color: #464E42;
	background-image: url('Immagini/tabrightC.gif');
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px 9px 4px 4px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
div#header1 a span {float:none;}
/* End IE5-Mac hack */

div#header1 a:hover {
	background-position: 0% -42px;
}
div#header1 a:hover span {
	background-position: 100% -42px;
	color: #FFFFFF;
}
div#header1 #current a {
    background-position:0% -42px;
}
div#header1 #current a span {
    background-position:100% -42px;
	color: #FFFFFF;
}
div#header2 {
	background-color: #000000;
	border-bottom-color: #FFCC00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 960px;
	font-size: 73%;
	float: left;
	line-height: normal;
	font-weight: bold;
	height: 22px;
}
div#header2 ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 2px;
	padding-left: 1px;
}
div#header2 li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
div#header2 a {
	margin: 0px;
	padding: 0px 0px 0px 4px;
	float: left;
	text-decoration: none;
	background-image: url('Immagini/tableftE.gif');
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}
div#header2 a span {
	display: block;
	color: #FFFFFF;
	background-image: url('Immagini/tabrightE.gif');
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px 15px 4px 6px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
div#header2 a span {float:none;}
/* End IE5-Mac hack */

div#header2 a:hover {
	background-position: 0% -42px;
}
div#header2 a:hover span {
	background-position: 100% -42px;
	color: #FFFFFF;
}
div#header2 #current a {
    background-position:0% -42px;
}
div#header2 #current a span {
    background-position:100% -42px;
	color: #FFFFFF;
}
div#content {
	background-color: #4A4A4A;
	height: 455px;
	overflow: auto;
	text-align: left;
	width: 960px;
	clear: left;
}
div#content a:link {
	color: #3399FF;
}
div#content a:visited {
	color: #3399FF;
}
div#content a:hover {
	color: #ff0000;
	text-decoration: underline;
}
div#footer {
	background-color: #3A3A3A;
	width: 960px;
}
.Arial10 {
	font-family: Arial, sans-serif;
	font-size: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.Arial12 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.Arial14 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.Arial24 {
	font-family: Arial, sans-serif;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.Arial28 {
	font-family: Arial, sans-serif;
	font-size: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.Comic24 {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 24px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.giustificato {
	text-align: justify;
	margin-right: 5px;
	margin-left: 5px;
}
.centrato {
	text-align: center;
}
.destra {
	text-align: right;
}
.grassetto {
	font-weight: bold;
}

.sottolineato {
	text-decoration: underline;
}

.italico {
	font-style: italic;
}
.giallo {
	color: #ffcc00;
}

.grigio {
	color: #999999;
}

.grigioscuro {
	color: #666666;
}

.celeste {
	color: #3999FF;
}

.bianco {
	color: #FFFFFF;
}
.verde {
	color: #339933;
}
.rosso {
	color: #FF0000;
}
