/* COLLEGAMENTI STANDARD */


/*CORPO PAGINA*/
body {
	background-color:#FF6600;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}


/* INTESTAZIONI*/
h1 {
	font-size: 36px;
	color: #000000;
}
h2 {
	font-size: 20px;
	color: #000000;
}

h3 {
	font-size: 16px;
	color: #000000;
}



/*TABELLA INTESTAZIONE*/
.tabellaintestaz {
width:780px;
border:0px;
font-size:14px;
}

	.tabellaheader {
	width:100%;
	border:0px;
	font-size:10px;
	text-align:left;
	color: #840000;
	}

/*TABELLA MENU*/
.tabellamenu {
width:780px;
border:0px;
height:23px;

}

	/*le celle degli angoli arrotondati*/
	.cellalaterale{
	width:9px;
	}
	
	/*la cella che contiene "tabellacentralemenu"*/
	.cellacentrale {
	background-image: url(vincere_casino/casino_online/casino_online_menu.gif);
	}
	
	
		/*la tebella divisa nelle celle menu*/
		.tabellacellacentralemenu {
		width:762px;
		border:0px;
		height:23px;
		}
		
			/*la cella corrente*/
			.cellaselezionata{
			background:#FFFFFF;
			text-align:center;
			}
			
			
			/*le altre celle con ROLLOVER*/
			
			a.cellanonselezionata {
			background: none;
			color: #000000;
			padding: 1px;
			position: Relative;
			text-decoration: None;
			display: Block;
			font-weight:bold;
			text-align:center;
			}
			
			a:link.cellanonselezionata {
			background: none;
			color: #000000;
			padding: 1px;
			position: Relative;
			text-decoration: None;
			display: Block;
			font-weight:bold;
			text-align:center;
			}
			
			a:hover.cellanonselezionata {
			background: #FFFFFF;
			padding: 1px;
			position: Relative;
			text-decoration: None;
			display: Block;
			border-left-color:#000000;
			color: #000000;
			font-weight:bold;
			text-align:center;
			}



/*TABELLA CONTENITORE*/
.tabellacontenitore {
width:780px;
border:0px;
font-size:14px;
background:#FFFFFF;
text-align:left;
}

	.tabellafooter {
	width:100%;
	border:0px;
	text-align:center;
	font-size:10px;
	}

.allineaasinistra {
	text-align:left;
	}