/* CSS Document */
	html,body{margin:0px;padding:0px}
	
	body {
	margin:auto;
	background:#000000;;
	
	font-family: "Trebuchet MS", Lucida Grande, Arial, Helvetica, sans-serif;	/*font-family:Helvetica, sans-serif;*/
	font-size:14px;
	font-weight:normal;
	text-align:center;
	color:#949494;
	margin-bottom:30px;

	}

	.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;
	}
	H1{font-size:16px; margin:0; padding:0; line-height:1.25em; font-weight:bold; color:#006699}
	H2{font-size:12px; font-weight:normal; margin:0.31em 0 0 0; padding:0px; text-align:justify }
	H3{font-size:11px; margin:0.31em 0 0 0; }
	H4{font-size:9px; margin:0; padding:0 }
	H5{font-size:1.0em; margin:0; padding:0}
	
	a:link, a:visited, a:hover, a:active {
	color:#949494; /* per non visualizzare bordo nelle immagini con link COLOR = BG COLOR*/
	}
	
	#conteiner {
	padding-bottom:10px;
	margin:auto;
	width:950px;
	height:100%;
	}
		
	#content {
	margin:auto;
	text-align:left;
	}
	
	#header{
		width:950px;
			}
	

/********************************* TOP MENU *************************************/

	.topMenu {
	font-weight:normal;
	}
	
	.topMenu a:link {
	font-weight:normal;
	color:#949494;
	text-decoration: none;
	
	}
	
	.topMenu a:visited {
	font-weight:normal;
	color:#949494;
	text-decoration: none;
	}
	
	.topMenu a:hover {
	font-weight:normal;
	color:#CC3300;
	text-decoration : none;
	}
	.topMenu a:active {
	font-weight:normal;
	color:#949494;
	text-decoration : none;
	}
	
	
/********************************* TOPMENU *************************************/


/********************************* NEWS *************************************/

	#titleBoxNews{
	padding:10px 10px 5px 10px;
	text-align:left;
	color:#949494;
	font-size:16px;
	font-weight:bold;
	}	
	
	#content_news{width:430px; padding:5px 10px; text-align:justify;}
	
	
	#content_news a {
	color:#949494;
	text-decoration: none;
	}
	
	#content_news a:hover {
		color:#949494;
		text-decoration : none;
			font-weight:bold;

	}

/********************************* END NEWS *************************************/


/********************************* FOOTER *************************************/

	
	#footer {
	color:#949494;
	width:950px;
	}
	
	#footer a:link {
	color:#949494;
	text-decoration: none;
	}
	#footer a:visited {
	color:#949494;
	text-decoration: none;
	}
	#footer a:hover {
	color:#006699;
	text-decoration : none;
	}
	#footer a:active {
	color:#949494;
	text-decoration : none;
	}
	
	#menuFooter {
	float:left;
	width:185px;
	font-size:9px;
	text-align:left;
		}
	
	/*
	#pwdi3 {
		float:right;
		font-size:9px;
		text-align:right;
			}
*/
	
	
/********************************* END FOOTER *************************************/

/*************************************** RPM Text per Robots ********************/

#textTop {
	width:920px;
	color:#BBBBBB;
	font-size:9px;
	text-decoration:none;
	text-align:center;
	margin-top:5px;
	margin-bottom:-10px;
	margin-right: auto;
	margin-left: auto;
}

#textTop a:link {
	color:#BBBBBB;
	text-decoration: none;
	}
	#textTop a:visited {
	color:#BBBBBB;
	text-decoration: none;
	}
	#textTop a:hover {
		color:#BBBBBB;
		text-decoration : none;
	}
	#textTop a:active {
		color:#BBBBBB;
		text-decoration : none;
	}
/*************************************** END RPM Text per Robots ********************/

