html
{
	height:100%;	
}
body
{
	margin:0;
	padding:0;
	background-color:#fff;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:11px;
	
}
/*Classi*/
.Menu
{
	font-size:9px;
	color:#fff;
}
.Titolo
{
	font-size:14px;
	color:#8a2a2e;
	font-weight:bold;
}
.subMenu
{
	
	font-size:9px;
	
}
.VMenuNews
{
	background-color:#a9373c;
	background-image:url(../images/sxMenuArrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:9px;
	padding-left:18px;
	height:22px;
}
.VSubMenuNews
{
	background-color:#a9373c;
	background-image:url(../images/sxMenuArrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-weight:bold;
	color:red;
	font-size:9px;
	padding-left:18px;
	height:22px;
}
a.VMenu
{
	font-size:9px;	
}
a.VSubMenuNews
{
	font-size:9px;		
}
