.testo {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}

.testogrigio {
	font-family: verdana;
	font-size: 10px;
	color: #4B4B4B;
	font-weight: bold;
}

.testogrigiochiaro {
	font-family: verdana;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
}

.testo_rosso {
	font-family: verdana;
	font-size: 10px;
	color: #990000;
	font-weight: bold;
}

.testofooter {
	font-family: verdana;
	font-size: 10px;
	color: #DADADA;
	font-weight: bold;
	padding-top: 16px;
}

.testoblu {
	font-family: verdana;
	font-size: 10px;
	color: #173752;
	font-weight: bold;
}

.testobluchiaro {
	font-family: verdana;
	font-size: 10px;
	color: #005B7F;
	font-weight: bold;
}

.testonobold {
	font-family: verdana;
	font-size: 10px;
	color: #4B4B4B;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#005B7F;
}

.menu_sup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#DDDDDD;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

.menu_sup:hover {
	color: #FFFFFF;
}

.menu_lat {
	font-family: verdana;
	font-size: 10px;
	color: #4B4B4B;
	font-weight: bold;
	text-decoration:none;
}

.menu_lat:link, .menu_lat:visited {
	font-family: verdana;
	font-size: 10px;
	color: #173752;
	font-weight: bold;
	text-decoration:none;
}

.menu_lat:hover {
	font-family: verdana;
	font-size: 10px;
	color: #005B7F;
	font-weight: bold;
	text-decoration:none;
}

.testo_pagina {
	font-family: verdana;
	font-size: 10px;
	color: #4B4B4B;
	text-align:justify;
}

a {
	font-family: verdana;
	font-size: 10px;
	color: #173752;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	color: #005B7F;
	text-decoration:underline;
}

.testobianco {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}