/**** STILI GENERALI *****/


body{ 
	font-size: 12px;
	font-family: Georgia;
	background-color: #505246;
	color:#FFFFFF
}
	 
table, tr, th, td, select, input{
	font-size:12px; color:#FFFFFF
}

a{
	text-decoration: underline;
	font-size: 12px; color:#FFFFFF
}

a:hover{
	text-decoration: underline;
	color: #C0C0C0; 
	font-size: 12px
}

.titolo
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	font-family: Georgia;text-transform:uppercase; letter-spacing:1pt 
}

a.titolo
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	font-family: Georgia;text-transform:uppercase; letter-spacing:1pt 
}

a:hover.titolo
{
	color: #C3C3C3;
	text-decoration: none;
	font-size: 18px;
	font-family: Georgia;text-transform:uppercase; letter-spacing:1pt 
}


/**** MENU *****/

.menu1{
	color: #C3C3C3;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial; 
   font-weight: bold; text-transform:uppercase
}

a.menu1{
	color: #C3C3C3;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial; 
   font-weight: bold; text-transform:uppercase
}

a:hover.menu1{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px; text-transform:uppercase; font-weight:bold
}


a.menu2{
	color: #C3C3C3;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial; 
   font-weight: bold; list-style-type:none; margin-left:10
}

.menu2{
	color: #C3C3C3;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial; 
   font-weight: bold; list-style-type:none; margin-left:10
}

a:hover.menu2{
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial;
	font-size: 11px; font-weight:bold; margin-left:10
}


/**** FOOTER ****/

.footer
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial; 
}

a.footer{
	color: #FFFFFF;
   font-size:10px; font-family:Arial; text-decoration:underline
}

a:hover.footer{
	color: #C3C3C3;
	text-decoration: underline; font-family:Arial; font-size:10px
}