/* CSS Document Formato Famiglia */

div.title {
	line-height:22px;
	height:22px;
	padding:0 10px 0 10px;
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	background:url(../images/bg_title.gif) repeat-x;
	color:white;
}
h2 {
	font-size:14px;
	line-height:17px;
	font-weight:bold;
	color:#F5AD24;
}
h3 {
	font-size:13px;
	line-height:15px;
	font-weight:bold;
}

.box {
	background-color:#00125A;
}

a.white:link, a.white:visited, a.white:active {
	color:white;
	text-decoration:none;
}
a.white:hover {
	color:white;
	text-decoration:underline;
}

div.content {
	padding:10px 0 20px 0;
}



/* HOME PAGE */

div.homeLeft {
	padding:5px 0 20px 0;
}
div.homeRight {
	padding:5px 0 15px 0;
}