/* CSS Document */

* {margin:0; padding:0;}

body { background:url(images/bgd_body.jpg) left top repeat-x #72480B;}

table { 
	border:0px;
	border-collapse:collapse;
	/*width:100%;
	height:100%;*/
}

a:link 
{
	text-decoration: none;
}
a:hover
{
	TEXT-DECORATION: underline;
	color:#7E1618;
}
a:visited
{
	text-decoration: none;
}

.a1:link 
{
	color:#F2DDB8;
	text-decoration: none;
}
.a1:hover
{
	color:White;
	TEXT-DECORATION: underline;	
}
.a1:visited
{
	color:#F2DDB8;
	text-decoration: none;
}
	
.left_tall { background:url(images/left_tall.jpg) left top repeat-x; width:50%;}
.right_tall {background:url(images/right_tall.jpg) left top repeat-x; width:50%;}

.testo
{
	font: 11px/16px Georgia;
	font-size:12px;
	line-height:16px;  
	color:#000000;	
	text-align:left;
}

.testoMini
{
	font: 11px Georgia;	
	line-height:10px;  
	color:#000000;	
	text-align:left;
}

.pulsante
{
	font: 11px Georgia;
	font-size:11px;	
	color:#000000;	
	text-align:left;
	font-weight:bold;
	vertical-align:bottom;
	padding-left:3px;
}

.testoBianco {font:11px/13px Georgia; color:#FFFFFF; vertical-align:top;  text-align:left;}
.testoBiancoBold {font:11px Georgia; color:#FFFFFF; vertical-align:top;  text-align:left; font-weight:bold;}

.titoloNero {font:13px Georgia; color:#000000; vertical-align:top;  text-align:left; font-weight:bold;}