	
html {
	overflow-x:			auto
}

body {
	background-color:		#f8f4f4;
	color:				#000000;
	font-size:			12px;
	font-family:			Verdana, Arial;
	font-style:			normal;
	font-weight:			normal;
	text-decoration:		none;
        text-align:                     justify;
}


table.main {
	background-color:		#FFFFFF;
	width:				100%;
	height:				150px;
	text-align:			center;
	border:				1px #000000 solid;
        border-top-width:	        1px;
        border-bottom-width:	        1px;
        border-left-width:	        1px;
        border-right-width:	        1px	
}

table.text{
	background-color:		#FFFFFF;
	width:				100%;
	text-align:			left;
	border:				25px #ffffff solid;
        border-top-width:	        40px;
        border-bottom-width:	        40px;
        border-left-width:	        40px;
        border-right-width:	        40px	
}

table.main_center {
	background-color:		#FFFFFF;
	width:				100%;
	text-align:			center;
	border:				1px #000000 solid;
        border-top-width:	        0px;
        border-bottom-width:	        1px;
        border-left-width:	        1px;
        border-right-width:	        1px	
}



table.logo {
	background-color:		#ff8c5a;
	width:				100%;
	height:				120PX;
	text-align:			center;
	border:				1px #000000 solid;
        border-top-width:	        0px;
        border-bottom-width:	        0px;
        border-left-width:	        0px;
        border-right-width:	        0px	
}

table.center_top {
	background-color:		#FFFFFF;
	width:				100%;
	height:				120PX;
	text-align:			center;
	border:				1px #000000 solid;
        border-top-width:	        0px;
        border-bottom-width:	        0px;
        border-left-width:	        0px;
        border-right-width:	        0px	
}


table.top_left {
	background-color:		#ff8c5a;
	width:				100%;
	height:				120PX;
	text-align:			center;
	border:				1px #000000 solid;
        border-top-width:	        0px;
        border-bottom-width:	        0px;
        border-left-width:	        0px;
        border-right-width:	        0px	
}

table.menu {
	background-color:		#800000;
	width:				100%;
	height:				25PX;
	text-align:			left;
	border:				1px #000000 solid;
        border-top-width:	        0px;
        border-bottom-width:	        0px;
        border-left-width:	        0px;
        border-right-width:	        0px	
}

table.bianco {
	background-color:		#000000;
	width:				100%;
	height:				15PX;
	text-align:			center;
	border:				1px #000000 solid;
        border-top-width:	        0px;
        border-bottom-width:	        0px;
        border-left-width:	        0px;
        border-right-width:	        0px	
}



td {
	color:				#000000;
	font-size:			12px;
	font-family:			Verdana, Arial;
	font-style:			normal;
	font-weight:			normal;
	text-decoration:		none;
        text-align:                     justify;
}

td.commenti {
	color:				#ffffff;
	font-size:			11px;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-style:			normal;
	font-weight:			normal;
	text-decoration:		none;
        text-align:                     left;
	border:				1px #F9631A solid;
        border-top-width:	        10px;
        border-bottom-width:	        5px;
        border-left-width:	        5px;
        border-right-width:	        3px
}

td.commenti_chearo {
	color:				#3A3A3A;
	font-size:			11px;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-style:			normal;
	font-weight:			normal;
	text-decoration:		none;
        text-align:                     left;
	border:				1px #ff8c5a solid;
        border-top-width:	        10px;
        border-bottom-width:	        5px;
        border-left-width:	        4px;
        border-right-width:	        4px
}


a {
	text-decoration:		underline;
	color:				#000000;
	font-size:			12px;
	font-family:			Arial, Helvetica, sans-serif;
	font-weight:			normal
}
a:hover {
	text-decoration:		none;
	color:				#CC0000
}



a.name {
	color:				#000000;
	font-size:			12px;
	font-family:			Arial, Helvetica, sans-serif;
	font-style:			normal;
	font-weight:			bold;
	text-decoration:		none		
}

a.name:hover {
	text-decoration:		none;
	color:				#CC0000
}


.hilight {
	color:				#000000;
	background-color:		#ffffff;
	padding-left:			2px;
	padding-right:			2px;
	font-weight:			bold
}