/* CSS Document */
body {
	margin-left: 0;
	margin-top: 0;
	margin-width: 0;
	margin-height: 0;
	scrollbar-3d-light-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color:  #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color:  #FFFFFF;
	scrollbar-highlight-color: #5E1438;
	scrollbar-shadow-color: #5E1438;
	background-color:#5E1438;
	background-image: url(../img/back.jpg);
	background-repeat: repeat-x;

}
.txtbianco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;

}
.titolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none
}
.txtpiede {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
}
.linkbianco {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.linkbianco:hover {
	text-decoration: none;
}
.menu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.menu:hover {
	text-decoration: none
}
.linkbiancosmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.linkbiancosmall:hover {
	text-decoration: none;
}