HTML, BODY {
	height: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

.testoEV {
	font-family : Verdana;
	font-size : 10px;
	font-weight : normal;
	color: #FF6347;
	decoration:none;
	text-decoration: none;
}

.testo {
	font-family : Verdana;
	font-size : 10px;
	font-weight : normal;
	color: #3d7397;
	decoration:none;
	text-decoration: none;
}

a.testo {
	font-family : Verdana;
	font-size : 10px;
	font-weight : normal;
	color: #3d7397;
	decoration: none;
	text-decoration: none;
}

a.testo:hover {
	text-decoration:underline;
	color: #3d7397;
}

.testo_bianco {
	font-family : Verdana;
	font-size : 10px;
	font-weight : normal;
	color: #ffffff;
	decoration:none;
	text-decoration: none;
}

a.testo_bianco {
	font-family : Verdana;
	font-size : 10px;
	font-weight : bold;
	color: #ffffff;
	decoration: none;
	text-decoration: none;
}

a.testo_bianco:hover {
	text-decoration:underline;
	color: #ffffff;
}

.titoli {
	font-family : arial;
	font-size : 12px;
	font-weight : bold;
	color: #0585b8;
	decoration:none;
	text-decoration: none;
	text-transform: uppercase;
}

a.titoli {
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	color: #0585b8;
	decoration:none;
	text-decoration: none;
	text-transform: uppercase;
}

a.titoli:hover {
	decoration:underline;
	color: #0585b8;
}

.news {
	font-family : Verdana;
	font-size : 10px;
	font-weight : bold;
	color: #666666;
	decoration:none;
	text-decoration: none;
	text-transform: none;
}

a.news {
	font-family : Verdana;
	font-size : 10px;
	font-weight : bold;
	color: #666666;
	decoration:none;
	text-decoration: none;
	text-transform: none;
}

a.news:hover {
	text-decoration: underline;
	color: #666666;
}

.input_form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	cursor: default;
	border: 1px solid #999999;
	list-style-type: square;
}

.input_form_err {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	cursor: default;
	border: 1px solid #FF0000;
	list-style-type: square;
}


#clock {
	font-family : Verdana;
	font-size : 10px;
	font-weight : bold;
	color: #3d7397;
}

.form {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	cursor: default;
	border: 1px solid #CCCCCC;
	list-style-type: square;
	display:inline;
}

.questRightLine {
	float:left;
	border-bottom: 1px solid #CCCC99;
	line-height: 26px;
	height: 26px;
	vertical-align:middle;
	text-align: right;
}

.questImage {
	float:left;
	width:26px;
	text-align:center;
	vertical-align: middle;
	line-height: 26px;
	height: 26px;
}

P {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin : 0px 0px 0px 0px;
  	padding-top : 0px;
	padding-right : 0px;
	padding-left : 0px;
	padding-bottom : 0px;
}

BLOCKQUOTE {
	margin-bottom : 0px;
	margin-left : 20px;
	margin-right : 0px;
	margin-top : 0px;
	margin : 0px 0px 0px 20px;
	padding-top : 0px;
	padding-right : 0px;
	padding-left : 0px;
	padding-bottom : 0px;
}


LI, OL, UL {
	margin-bottom : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-left : 15px;
	margin : 0px 0px 0px 15px;
	padding-top : 0px;
	padding-right : 0px;
	padding-left : 0px;
	padding-bottom : 0px;
}

TEXTAREA.Testo {
	font-family : Verdana;
	font-size : 10px;
	font-weight : normal;
	color: #3d7397;
	border: 1px solid #3d7397;
	width: 100%;
	padding:5px;
}
