@charset "utf-8";
/* CSS Document */


body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px;
	padding: 2px;
	background-color: #0C223B;
	background-image: url(img/sfondo1.gif);
	background-position: left bottom;
	background-repeat:repeat-x;
	vertical-align: top;
	font-size: 14px;
}

a{
	color: #C30;
	text-decoration: underline;
	font-weight: bold;
}

a:link{
	color: #233171;
	text-decoration: none;
}

a:visited{
	color: #233171;
	text-decoration: none;
}

a:hover{
	color: #C30;
	text-decoration: underline;
	font-weight: bold;
	text-align: left;
	
}
/************iniz. stile titoli*************/

.StileWhite {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.Orange {
	font-size: 16px;
	color: #d96729;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.Red {
	font-size: 16px;
	color: #F00;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.Blue {
	font-size: 16px;
	color: #ffffff;
	background-color: #242E75;
	font-weight: bold;
}
.BlueText {
	font-size: 16px;
	color: #242E75;
	font-weight: bold;
}

.StilePL {
	font-size: 15px;
	color: #454545;
	font-weight: bold;
	background-image:url(img/sf_pl.gif);
	background-repeat:repeat-x;
	text-align: left;
}

.PL {
	font-size: 15px;
	color: #454545;
	font-weight: bold;
    padding: 8px 20px 8px 20px;
}
.Footer {
	font-size: 10px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.banner_adv{
	color: #666;
	padding: 0px 0px;
	height: 80px;
	margin-top: 20px;
}
/***************end stile titoli***************/

.Pages {
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	font-size: 15px;
	background-color: #FFF;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	vertical-align:top;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
.Scorrimento {
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	font-size: 15px;
	background-color: #FFFFFF;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	vertical-align:top;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 25px;
}
.BoxDx {
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	font-size: 12px;
	background-color: #D8D8D8;
	border: 1px solid #b1b1b1;
	padding: 20px 8px 20px 8px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneCol #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0px;
	width: 850px;
	vertical-align:top;
}

.oneColFixCtrHdr #footer2 {
    background-image: url(/img/sf_foother.gif);
	background-repeat: repeat-x;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

