body {
overflow-y:scroll;
}

.txtnorm {
	font-size: 11px;
	color: #666666;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: left;
}
a{
	color: #FFCC00;
	text-decoration: underline;
}
a:visited{
	color: #FFCC00;
	text-decoration: underline;
}
a:active{
	color: #FFCC00;
	text-decoration: underline;
}
a:hover{
	color: #FCCD75;
	text-decoration: underline;
}

.menu {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.menu:hover {
	font-size: 12px;
	color: fccd75;
	font-weight: bold;
	text-decoration: none;
}
.menucorr {
	font-size: 12px;
	color: #273B54;
	font-weight: bold;
	text-decoration: none;
}
.menucorr:hover {
	font-size: 12px;
	color: #C68204;
	font-weight: bold;
	text-decoration: none;
}
em {
	color: #D98D00;
	font-style: normal;
}
strong {
	color: #666666;
	font-size: 12px;
}
.titolone {
	font-size: 14px;
	color: #666666;
}

