@CHARSET "ISO-8859-1";

body{
	background-color: #d4d2ff; 
	font-family: verdana, arial;
	font: x-small sans-serif;
	color: #3b3872; 
	font-size: 14px;
}

fieldset, .fieldset_chiaro{
	border: 1px solid #2f6fab;
	margin: 1em 0 1em 0;
	padding: 0 1em 1em;
	line-height: 1.5em;
}
.fieldset_chiaro{
	background-color: #E4E2FF; 
}

A:link {text-decoration: underline; color: blue;}
A:visited {text-decoration: underline; color: blue;}
A:active {text-decoration: underline; color: blue;}
A:hover {text-decoration: underline; color: orange;}

.menu, .menu_highlighted{
	color: #eeeeee !important;
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: bold;
	text-align:center;
	height: 24px;
	background-color: #3b3872 !important;
	border-top: 1px solid #F1F1F1 !important;
	border-left: 1px solid #F1F1F1 !important;
	border-bottom: 1px solid #AAAAAA !important;
	border-right: 1px solid #AAAAAA !important;
}
.caption{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	color: #27518A;
	text-decoration : none;
	overflow: auto;
	border: 1px solid #27518A;
}

.menu_highlighted{
	background-color: orange !important;
}

a.menu_link{
	text-decoration: none;
	color: #eeeeee;
}

img{
	border: 0;	
}

.footer{
	font-family: monospace;
	color: gray;
	font-size: 12px;	
}
.titolo{
	font-family: verdana, arial;
	color:#3b3872 !important;
	font-size: 22px;
	font-weight: bold;	 
}
.logo_td{
	background-image: url("favicon.png");
	background-position: left center;
	background-repeat: no-repeat;
}