/* CSS Document */
body{
margin:0px;
font-family:Helvetica, Arial, sans-serif;
background-color:#000051;
}

.header{
height:120px;
background-color:#000000;
color:#FFFFFF;
border-bottom:10px solid #FFD52D;
margin:0px;}

.navigation{
	color:#999999;
	margin-left: 50px;
	font-weight:bold;
	width:86%;
	padding-top: 10px;
	border-bottom:3px solid #FFD52D;
}

.pointer{
	cursor:pointer;cursor:hand;
	border: 2px solid #FFD52D;
}

.nav{
color:#CCCCCC;
text-decoration:none;
font-size:30px;
}

.lt {
color:#CCCCCC;
text-decoration:none;
font-size:0.3em;
}

.nav:hover {
text-decoration:none;
color:#FFD52D;
}

.img_content{
float:left;
margin-right:5px;
clear:both;}

.logo{
	color:#FFD52D;
	font-size:100px;
	font-weight:bold;
	margin-left:50px;
	margin-top: -138px;
	margin-bottom: -10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-8px;
	direction: rtl;
}
.article_content{
	border-bottom: 3px dotted #991209;
	width:500px;
	padding:0px 0px 20px 0px;
	margin-top:10px;
	background-color:#00367E;
	float:left;
	font-size:11px}
.article_content h2 {
	color: #FFD52D;
}
.article_content p {
	color: #FFF;
}

.main_body{
	width:900px;
	background-color:#000051;
	height:500px;
	margin-left:60px;
	border:0px solid #991209;
}

.content_holder{
	width:470px;
	margin-left:15px;
	float:left;
	background-color:#991209;
	border-left:18px solid #991209;
	border-top:6px solid #991209;
	padding:5px 0px 0px 0px;
	margin-top:20px;}

.content_bottom{
	width:500px;
	background-color:#00367E;
	border-left:18px solid #000051;
	height:20px;
	margin-left:15px;
	float:left;
}

.sub_content_bg{
	width:250px;
	float:right;
	background-color:#FFD52D;
	margin-top:20px;
	border:0px solid #991209;
	font-size:12px;}
.sub_content_top{
	width:220px;
	float:right;
	background-color:#00367E;
	border-left:30px solid #000051;
	font-size:12px;}
.sub_content_bottom{
	width:220px;
	float:right;
	padding-bottom: 20px;
	border-right:30px solid #000051;
	background-color:#FFD52D;
	font-size:12px;}
.sub_content{
	width:220px;
	float:right;
	background-color:#00367E;
	border:0px solid #991209;
	font-size:12px;}
.sub_content h2 {
	color: #FFD52D; }
.sub_content p {
	color: #FFF; }

.hr{
background-image:url(images/dot.gif);
background-repeat:repeat-x;
height:1px;
margin-top:6px;
}
.footer{
clear:both;
background-color:#000000;
min-height:120px;
margin-top:25px;
padding-left:50px;
padding-top:25px;
position:relative;
bottom: 0px;
font-size:11px;
width:auto;
	border-top:10px solid #991209;
}

.disclaimer{
float:right;
width:50%;
color:#CCCCCC;
text-align:right;}


a:link, a:active, a:visited {
	color: #991209;
	text-decoration: none;
	border-top:0px solid #991209;
	}
	
a:hover {
	color: #991209;
	text-decoration: underline;
	}


h2 {
	margin: 0;
	color: #000;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
}

h2 a:link, h2 a:hover, h2 a:visited {
	color: #000;
	text-decoration: none;
}
	
h1 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #000;
	margin: 0;
}

h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration: none;
	color: #000;
}
	
h4 {
	margin: 0;
	color: #000;
	font-size: 12px;
}

h3 {
	margin: 0 0 8px 0;
	color: #999;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}

h5 {
	margin: 0 0 8px 0;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
/*** box data del giorno **/
.outerbox { border:1px solid black;padding:0px;
    width:50px;float:right;
    overflow:hidden;margin:4px; font-weight: 900; 
    font-family: verdana,arial,sans-serif; }
.datebox  { font-size:22pt;color:#FFD52D;text-align:center;
   background-color:#991209;border-bottom:1px solid #FFD52D; }
.monthbox { font-size:9pt;color:#fff;
    background-color:#000051;text-align:center; }
.yearbox { font-size:4pt;color:#fff;
    background-color:#000051;text-align:center; }

/******* Link ************/
.tool1-title {
	background-color:#CCCCCC;
	color:#FFFFFF;
	width:200px;
	border-right:2px solid #999999;
	border-bottom:2px solid #999999;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
 }

 .tool1-tip {
 background-color:#E8E8E8;
 text-align:center;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 padding-bottom:4px;
 }

