body {
	background-color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	padding: 0px;
	margin: 0px;
}

form {
	background-color: #ffffff;
}

.titolo {

	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}

.sottotitolo {

	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: White;
	font-style: oblique;
}

.body_txt {

	font-size: 12px;
	line-height: 18px;
	color: #1D1D1D;
	background-color: #FFFFcc;
}

.body_txt_adv {

	font-size: 12px;
	line-height: 18px;
	color: Black;
	background-color: #F5F5DC;
}


.font_28 {

	font-size: 28px;
}

.font_20 {

	font-size: 20px;
}

.font_12 {

	font-size: 12px;
}

.font_14 {

	font-size: 14px;
}


.font_10 {

	font-size: 10px;
}


.mini_txt {
	
	font-size: 9px;

}

.pricipale {
	
	background-color: #F5F5DC;
	color: Black;
	font-weight: bolder;
	font-size: medium;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

.col_red {
	background-color: #a51800;
	color: White;
	line-height: 24px;
	font-weight: bold;
}

.col_orange {
	background-color: #CE7500;
	color: White;
	line-height: 24px;
	font-weight: bold;
}

.col_orange2 {
	background-color: #E99F38;
	color: White;
	line-height: 24px;
	font-weight: bold;
}

.col_olive {
	background-color: #838700;
	color: White;
	line-height: 24px;
	font-weight: bold;
}

.col_olive2 {
	background-color: #686D00;
	color: White;
	line-height: 24px;
	font-weight: bold;
}

.col_verde {
	background-color: #295900;
	color: White;
	line-height: 24px;
	font-weight: bold;
}


.link1 a:link {
	font-size: 10px;
     color: Navy;
     text-decoration: none
}
.link1 a:visited {
	font-size: 10px;
     text-decoration: none ;
     color: Navy;
}
.link1 a:hover {
	font-size: 10px;
     color : Red;
     text-decoration: underline
}
.link1 a:active {
}



.link2 a:link {
	font-size: 10px;
	color: Black;
	text-decoration: none;
}
.link2 a:visited {
	font-size: 10px;
	text-decoration: none;
	color: Black;
}
.link2 a:hover {
	font-size: 10px;
	color: Navy;
	text-decoration: underline;
}
.link2 a:active {
	font-size: 10px;
}


.link3 a:link {
	font-size: 12px;
	color: Navy;
	text-decoration: none;
	font-weight: bold;
}
.link3 a:visited {
	font-size: 12px;
	text-decoration: none;
	color: Navy;
	font-weight: bold;
}
.link3 a:hover {
	font-size: 12px;
	color: Red;
	text-decoration: underline;
	font-weight: normal;
}
.link3 a:active {
	font-size: 12px;
}


.NewsBlockImgLeft{ float: left; margin: 0 10px 0 0;}
.NewsBlockImgRight{float: right; margin: 0 0 0 10px;}