//* CSS Document*/

html,body{margin: 0;padding:0;}


body{color: #000000; font-family: verdana, arial, sans-serif; font-size: 8pt; text-align: center;  background-color: #ffffff}

li {
text-align: left;
} 

/* link */
A:LINK {
color : #043667;
text-decoration: underline;
} 
A:VISITED {
color : #043667;
text-decoration: underline;
} 
A:HOVER {
color : #2A568F;
text-decoration : none;
} 
A:ACTIVE {
color : #043667;
text-decoration: underline;
} 



/* menu */
#mainlevel {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	}

#mainlevel li	{
	float: left;
	width: 107px; 
	height: 20px;
	text-align: center;
	margin: 0 3px 0 0;

	padding: 0;
	border: 0;
	}
	
#mainlevel a	{
	display: block;
        width: 107px; 
	height: 20px;
	line-height: 20px;
        background-color: #013565;
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	}
	
#mainlevel a:hover	{
	text-decoration: none;
	font-weight: bold;
background-color: #FFDB01;
color : #043667;
	}




/* menu sinistra */
a.mainlevel2:link, a.mainlevel2:active, a.mainlevel2:visited {
display: block;
float: left;
width: 106px;
margin-right: 4px;
padding-top: 5px;
padding-bottom: 5px;
background-color: #003464;
text-decoration: none;
font-size: 10px; 
font-weight: bold;
color: #ffffff;
text-align: center;
} 

a.mainlevel2:hover {
text-decoration: underline;} 


/* footer */

.footer {
color: #ffffff;
font-size: 9pt;
font-weight: bold;} 

.footer a:link, .footer a:active, .footer a:visited {
color: #ffffff;
text-decoration: none;} 

.footer a:hover {
text-decoration: underline;}


.sectiontableheader 
{
text-align: left;
color : #043667;
font-weight: bold;
}

.sectiontableentry1
{
text-align: left;
}


a.category:link {
text-align: left;
	}

.contentheading {
text-align: left;
color : #043667;
font-weight: bold;
}