/* CSS Document */
A {
	COLOR: #033387; FONT-SIZE: 12px; font-weight: Bold; font-family:Georgia, "Times New Roman"; TEXT-DECORATION: none; text-transform: uppercase
}
A:hover {
	TEXT-DECORATION: none; color: #033387; FONT-SIZE: 14px; font-weight: Bold; text-decoration: none; font-family:"Times New Roman"
}

A.menu {
	COLOR: #FFFFFF; FONT-SIZE: 9px; font-weight: Bold; font-family:Georgia, "Times New Roman"; TEXT-DECORATION: none; text-transform: uppercase
}
A.menu:hover {
	TEXT-DECORATION: none; color: #FFFFFF; FONT-SIZE: 10px; font-weight: Bold; text-decoration: underline overline; font-family:"Times New Roman"
}

A.highlight {
	COLOR: #f70808; FONT-SIZE: 10px; font-weight: Bold; font-family:Georgia, "Times New Roman"; TEXT-DECORATION: none; text-transform: uppercase
}
A.highlight:hover {
	TEXT-DECORATION: none; color: #FFFFFF; FONT-SIZE: 10px; font-weight: Bold; text-decoration: underline overline; font-family:"Times New Roman"
}

font.titolo { 
   font-size:18px; 
   font-family:Courier New, Courier, monospace; 
   color:#000000;
   font-weight: bold;
   font-style: italic;
}

font.titoloModulo { 
   font-size:18px; 
   font-family:Courier New, Courier, monospace; 
   color:#000000;
   font-weight: bold;
   font-style: italic;
}

font.testoModulo { 
   font-size:12px; 
   font-family:tahoma; 
   color:#000000;
}

#rightside p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-left: 0px;
	margin-bottom: 20px;
	width: 460px;
}
#rightside h1{
	margin: 10px 0px 10px 0px;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #033387;
}
