body {
	margin:0;
	padding:0 0 30px 0;
	background:#000 url(../img/bg.gif);
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	color:#333;
}

a {
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	color:#003C7C;
	text-decoration:none;
}

a:hover {
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	color:#316DAC;
	text-decoration:none;
}

a.bianchi {
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	color:#fff;
	text-decoration:none;
}

a.bianchi:hover {
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	color:#fff;
	text-decoration:underline;
}

img {
	border:none;
}

form, p, div {
	margin:0;
	padding:0;
}

td {
	font-family:Tahoma, Arial, Verdana;
	font-size:11x;
}

input, select {
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	color:#003C7C;
}

textarea{
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	border:1px solid #888;
}

table.news {
	background:#FBFBFB;
	margin:0 0 10px 0;
}

table.news th.titolo {
	height:30px;
	background:url(../img/bg_th.gif) repeat-x bottom;
	
	font-size:14px;
	font-weight:bold;
	color:#003C7C;
	
	padding:0 10px;
}

table.news th.piedino {
	height:28px;
	background:url(../img/bg_th.gif) repeat-x bottom;
	border-top:#EDEDED dashed 1px;
	
	font-weight:normal;
	color:#003C7C;
	
	padding:0 10px;
}

table.news td {
	padding:5px 10px 10px 10px;
}

table.news td div{
	margin:0 0 10px 10px;
	color:#666;
	background:#EDEDED;
	padding:0 5px 2px 5px;
	width:505px;
}

/************************************************************** LIVELLI */

div#main_offline {
	width:600px;
	height:152px;
	background:#fff;
	text-align:left;
	background:#fff url(../img/logo.jpg) no-repeat top left;
	border:#000 solid 1px;
	margin:60px 0;
}

div#main_offline span {
	display:block;
	color:#660000;
	font-weight:bold;
	margin:10px 0;
}

div#main {
	width:1004px;
	background:#F4F3F3;
	text-align:left;
}

div#top {
	width:1004px;
	height:43px;
	background:url(../img/bg_top.jpg) no-repeat;
	color:#fff;
}

div#msg {
	width:1004px;
	height:20px;
	background:url(../img/msg_board.jpg) no-repeat;
	color:#fff;
}

div#visual {
	width:1004px;
	height:130px;
	background:url(../img/visual.jpg) no-repeat;
}

div#body {
	width:1004px;
	background:url(../img/bg_body.jpg) repeat-x top;
}

div#piede {
	background:url(../img/bg_foot.jpg) repeat-x top;
	border-bottom:#F4F3F3 solid 1px;
	border-right:#F4F3F3 solid 3px;
	border-left:#F4F3F3 solid 3px;
	
	margin:10px 0 0 0;
}

div#piede td {
	color:#fff;
}

div#piede a {
	color:#fff;
	text-decoration:none;
}

div#piede a:hover {
	color:#fff;
	text-decoration:underline;
}

div#piede small, div#piede small a, div#piede small a:hover {
	color:#666;
}

div.menu {
	background:#003C7B url(../img/bg_menu.gif) center no-repeat bottom;
	width:186px;
	height:23px;
	cursor:pointer;
}

div.menuUP {
	background:#003C7B url(../img/bg_menu.gif) center no-repeat top;
	width:186px;
	height:23px;
	cursor:pointer;
}

div.menuSTAND {
	background:#003C7B url(../img/bg_menu.gif) center no-repeat;
	width:186px;
	height:23px;
	cursor:pointer;
}

div.menu p, div.menuUP p, div.menuSTAND p {
	padding:3px 0 0 25px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	background:none;
}