html, body {
	margin:0;
	padding:0;
	border:0;	
	font-family:Verdana, Arial, Helvetia, Sans-Serif;
	background: #8E8E8E url(../img/bg.png) repeat-y;
}

/*testata*/
#testata {
	font-size:Small;
	width:100%;
	clear:both;
}

#logo {
	position:absolute;
	top:0;
	left:0;
	width:252px;
	height:190px;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
}

#flash {
	position:absolute;
	left:230px;
	top:0px;	
	width:700px;
	height:190px;
	background-color :transparent;
	background-image:url(../img/flash2.png);
	background-repeat:no-repeat;
}

#stab 
{
	position:absolute;
	top:190px; left:0;
	width:252px;
	height:38px;
	background-image:url(../img/small-tab.png);
	background-repeat:no-repeat;	
}

#btabl 
{
	position:absolute;
	left:260px;
	top:190px;
	/*margin-left:260px;
	margin-right:0px;*/
	width:735px;
	height:34px;
	background-image:url(../img/big-tab.png);
	background-repeat:no-repeat;
}

#btabl a {
	font-size:XX-Small;
	color:#737373;
	text-decoration:none;
}

#btabl a:hover 
{
	color:#003;
}

.navbutton a 
{
	float:left;
	height:34px;
	margin-left:50px;
	width:120px;
	padding:12px 0 0 25px;
	background-image:url(../img/home.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
}

.navbutton a:hover
{
	background-image:url(../img/home2.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;	
}

.contact a
{
	float:left;
	height:34px;
	margin-left:50px;
	width:120px;
	padding:12px 0 0 25px;
	background-image:url(../img/mail.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
}

.contact a:hover
{
	background-image:url(../img/mail2.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;	
}

/*main*/
#contenuto {
	font-size:Small;
	width:100%;
	clear:both;	
}

#nav {
	font-size:Small;
	float:left;
	width:252px;
	position:absolute;
	top:228px;
	left:0;	
}

.menutitle {	
	height:22px;
	color: #aeaeae;
	font-size: 15px;	
	font-weight:bolder;
	text-transform:uppercase;
	background-color:#FFF;
	padding: 1.4em 0 0 4.2em;
	/*border-top: dashed 1px #dedede;*/
	margin-top:10px;
	background-image:url(../img/menu.gif);
	background-repeat:no-repeat;
	background-position:2.1em 0.8em
}

.newsmenu {
	height:22px;
	color: #aeaeae;
	font-size: 15px;	
	font-weight:bolder;
	text-transform:uppercase;
	background-color:#FFF;
	padding: .4em 0 0 4.2em;
	background-image:url(../img/news.gif);
	background-repeat:no-repeat;
	background-position:2.1em 0em
}

.ticker 
{
	font-size:10px;
	margin-top:10px;
	height:114px;
	width:252px;
	background-image:url(../img/ticker.png);
	background-repeat:no-repeat;
	background-position:1.1em 0em;
}

.billcontent{
	width: 100%;
	display:block;
}

.tickerText
{
	margin-left:2.8em;
	margin-right:1em;
	padding-top:1.1em;
	height:7.1em;
	overflow:hidden;
}

.ticker b
{
	color:Black;
}

.ticker a
{
	color:Gray;
	text-decoration:none;	
}

.ticker a:hover
{
	color:#5050c0;
	text-decoration:underline;
}

ul.menu 
{
	font-size: X-Small;
	display:block;
	font-size: Small;
	width:170px;
	list-style:none;
	margin:0 10px 0 50px; 
	padding:0;
	padding-bottom:1.5em;
	border-bottom: dashed 1px #dedede;	
}
ul.menu li a 
{
	font-size: 12px;
	letter-spacing: 0.1em;
	display:block; 
	text-decoration:none;
	padding:0em 0 0 1.1em;
	/*height:1.3em;line-height:1.3em;*/
	
}
ul.menu li 
{/*display:inline ;*/} 
ul.menu li a:link, ul.menu li a:visited { 
	color: #555;
}
ul.menu li a:hover, ul.menu2 li a:active 
{
	font-weight:bold;
	color:#003;
}

#main {
	font-size:X-Small;
	/*margin-left:280px;*/
	width:700px;
	position:absolute;
	top:228px;
	left:275px;		
	text-align:justify;
}

#main a 
{
	text-decoration:none;
	color:Black;
}

#main a:hover
{
	text-decoration:underline;
}

.label 
{
	font-size:X-Small;
	text-align:justify;
}

/*piede*/
#piede {
	font-size:XX-Small;
	width:100%;
	clear:both;	
}

#footer_top {
	clear:both;
	width:970px;
	background-color: transparent;
	border-top: solid 5px #dedede;
	height:25px;
	margin: 0 10px 0 10px;
}

#footer_left
{
	float:left;
	height: 60px;
	margin:0 10px 0 10px;
	width:160px;
	border-right:solid 1px #dedede;
}

#footer_center
{
	float:left;
	height: 60px;
	margin:0 10px 0 10px;
	width:160px;
	border-right:solid 1px #dedede;
}

#footer_right
{
	float:left;
	height: 60px;
	text-align:center;
	margin:0 10px 0 10px;
	width:160px;
}

hr 
{
	border-top:none;
	border-bottom:solid 1px #003;
}

.tableTitle
{
	font-size:medium;
	text-transform:capitalize;
	font-weight:bolder;
	font-style:italic;
	color:#000066;
	border-bottom-color:#000066;
	border-bottom-style:solid;
}

.Title
{
	font-size:large;
	text-transform:capitalize;
	font-weight:bolder;
	color:#000066;
}