body {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}

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_10 {

	font-size: 10px;
}


.mini_txt {
	
	font-size: 8px;

}

.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;
}

.NewsBlockImgLeft{ float: left; margin: 0 10px 0 0;}
.NewsBlockImgRight{float: right; margin: 0 0 0 10px;}