.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;

}
.titoli {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;

}
.titolibig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #CC0000;

}


body {
	margin: 0px;
}

.toptab {
	background-image: url(/_lib/int/quad_bg.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 200px;


}
.dothr {
	background-image: url(/_lib/int/dotted.gif);
	background-repeat: repeat-x;
}
.searchup {
	background-image: url(/_lib/int/dot_oriz_up.gif);
	background-repeat: repeat-x;
	height: 3px;
	width: 100%;
}
.searchleft {

	background-image: url(/_lib/int/dot_vertical_left.gif);
	background-repeat: repeat-y;
}
.searchright {


	background-image: url(/_lib/int/dot_vertical_left.gif);
	background-repeat: repeat-y;
}
.searchdown {

	background-image: url(/_lib/int/dot_oriz_down.gif);
	background-repeat: repeat-x;
	height: 3px;
	width: 100%;
}

/* Link */

a {
	text-decoration: none;
	color: #CC0000;
}

a:hover {
	text-decoration: underline;
}

/* Link Green */

a.green {
	text-decoration: none;
	color: #38753C;
	display:block;
	margin-top:6px;
}

a.green:hover {
	text-decoration: underline;
}

/* Link Blue */

a.blue {
	text-decoration: none;
	color: #336699;
}

a.blue:hover {
	text-decoration: underline;
}


/* BLOGS */

table.blogs {
	border-bottom:4px solid #BFBFBF;
}


table.blogs td {
	text-transform:capitalize;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background:#f4f4f4;
}

table.blogs td em {
	color:#999;
	font-style: normal;
	font-size:10px;
}


/* headings */

table.blogs h2{
	font-size:18px;
	line-height:40px;
	padding:0 0 0 45px;
	background: url(/_lib/int/icons/bg_h2_header_blog.gif) left center no-repeat;
	margin:0;
	text-transform: none;
}

.blogs h3 {
	font-size:16px;
	line-height:30px;
	margin:0;
	padding:0 0 0 35px;
	background: url(/_lib/int/icons/bg_h3_header_blog.gif) left center no-repeat;
}

.blogs h4 {
	font-size: 12px;
	margin:0 0 4px 0;
	padding:0;
}

.blogs h5 {
	font-size: 11px;
}

table.blogs td.header {
	background:url(/_lib/int/bg_header_rsv.gif) repeat-x;
	border-bottom:1px solid #ccc;
}

/* List */

table.blogs ul, table.blogs ul li {
	list-style:none;
	margin:0;
	padding:0;
}


/* Misc */

tr.line td {
	border-bottom:1px solid #FFF;
}
