/* CSS Document */
body {
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
    background-color: #FFFFFF;
	}
td {
    font-family: Georgia;
	font-size: 10px;
	margin-left: 12px;
	color :#000000;
}
a:link
{
 Font-Family: Georgia;
 Color: #636363;
 Text-Decoration: none;
 border-bottom : 4px solid #FFFFFF; 
}
a:visited
{
 Font-Family: Georgia;
 Color: #636363;
 Text-Decoration: none;
 border-bottom : 4px solid #FFFFFF; 
}
a:hover
{
 Font-Family: Georgia;
 Color: #888888;
 Text-Decoration: none;
 border-bottom : 4px solid #CBC4C1; 
}
a.link1:link
{
 Font-Family: Georgia;
 Color: #FF0000;
 Text-Decoration: none;
 border-bottom : 4px solid #FFFFFF; 
}
a.link1:visited
{
 Font-Family: Georgia;
 Color: #FF0000;
 Text-Decoration: none;
 border-bottom : 4px solid #FFFFFF; 
}
a.link1:hover
{
 Font-Family: Georgia;
 Color: #888888;
 Text-Decoration: none;
 border-bottom : 4px solid #FF0000; 
}

/* MAIN MENU -------------------------------------------------*/
#menubody {
    background-color: #4b5294;
	}
#menuTop a:link  {
    white-space: nowrap;
    font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	display : block; 
    text-decoration : none;
	text-align: left;
    color : #FFFFFF; 
    height : 15px; 
    padding-left : 12px;
	padding-right : 0px; 
    padding-top : 4px; 
	padding-bottom : 0px; 
    background-color : #4b5294; 
    border-top : 0px solid #CB207E; 
	border-bottom : 0px solid #FFFFFF;
}

#menuTop a:visited {
    white-space: nowrap;
    font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	display : block; 
    text-decoration : none;
	text-align: left;
    color : #FFFFFF; 
    height : 15px; 
    padding-left : 12px;
	padding-right : 0px; 
    padding-top : 4px; 
	padding-bottom : 0px; 
    background-color : #4b5294; 
    border-top : 0px solid #CB207E; 
	border-bottom : 0px solid #FFFFFF;
}
#menuTop a:active {
    white-space: nowrap;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	background-color: #c6c6c6;
	border-bottom : 0px solid #666666;


}
#menuTop a:hover {
    white-space: nowrap;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FF3500;
	border-bottom : 0px solid #CB207E; 

}
/*------------------------------------*/
.tabellaNews {
	background-color: #FFFFFF;
	border: 0px solid #999999;
	border-collapse: collapse;
	padding: 5px;
	vertical-align: top;
}
.cellaCredits {
	color: #000000;
	font-size: 10px;
	font-family: Tahoma;
	height: 20px;
	text-align: middle;
	vertical-align: middle;

}
.campoform {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
.bottoneform {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	background-color: #666;
	border: 1px solid #CCC;
	color: #FFF;
	font-weight: bold;
}
