/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #cccccc;
	margin-top: 0px;
	margin-left: 0px;
}
a:link {
	font-weight: bold;
	color: #CC3366;
	text-decoration: none;
}
a:hover {
	color: #FF6699;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #FF6699;
	text-decoration: none;
	font-weight: bold;
}
img {
border: 0;
}
.menu {
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
A.menu {
	font-weight: bold;
	color: #CC3366;
	text-decoration: none;
}
A.menu:hover {
	color: #FFffff;
	text-decoration: none;
	font-weight: bold;
}
A.menu:visited {
	font-weight: bold;
	color: #FF6699;
	text-decoration: none;
}
.titolo1 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	height: 10px;
	color: #FFFFFF;
	font-weight: bold;

	}
.titolo2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 10px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 3px;
}

.testo { font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
font-weight: normal; 
color: #FAFAFA; 
text-decoration: none
} 
.testoMedium { 
font-size: 11px; 
font-style: normal; 
font-weight: normal; 
color: #FAFAFA; 
text-decoration: none
} 
.testoSmall {
font-size: 10px; 
font-style: normal; 
font-weight: normal; 
color: #c0c0c0; 
text-decoration: none
} 

.boxGrey {
	padding: 3px 3px 3px 3px;
	font-size: 11px;
	margin: 0px;
	background-color: #EBEBEB;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	font-weight: normal;
}
A.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CC3366;
	font-weight: normal;
}
A.footer:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CC3366;
text-decoration: underline;
font-weight: normal;
}
A.footer:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CC3366;
	font-weight: normal;
}
.input {
	font-size: 8pt;
	background-color: #CFCFCB;
	border: 1 solid #999999;
	color: #000000;
}
.floatright {
	float: right;
	margin: 0 0 0 3px;
}
.floatleft {
	float: left;
	margin: 0 3px 0 0;
}