html, body{
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	background: #000000;	
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	height: 100%;	
}

.header{
	background: #000000;
	height: 102px;
	text-align: right;
}

.lineheader{
	background: #FFCC00 url(gif/barLine.gif);
	text-align: left;
	padding-left:306px;
	height: 30px;
}

.mainCenter{
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.separatore{
	height: 5px;
}

a:link {
	text-decoration:none;
	color: #ff9a00;	
	outline: none;
}

a:visited {
	text-decoration:none;
	color: #ffc400;
	outline: none;
}

a:active {
	text-decoration:none;
	color: #ffc400;	
	outline: none;	
}

a:hover {
	text-decoration:underline;
	color: #ffc400;
	outline: none;
}

a.b:link {
	text-decoration:none;
	color: #FFFFFF;	
	outline: none;
}

a.b:visited {
	text-decoration:none;
	color: #EEEEEE;
	outline: none;
}

a.b:active {
	text-decoration:none;
	color: #FFFF00;	
	outline: none;	
}

a.b:hover {
	text-decoration:none;
	color: #FFCC00;
	outline: none;
}

.giallo {	
	color:#f0b51e;
	font-weight:bold;	
	font-variant: small-caps;
}

.rosso {	
	color:#cc0000;
	font-weight:bold;	
	font-variant: small-caps;
}

.btn1{
	color:#FFFFFF;
	background-color:#CC0000;
	font-weight:bold;	
	font-variant: small-caps;
	background: #CC0000;
	text-align: center;	
	font-size: 16px;
	cursor: pointer;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #555555;
	padding-left:4px;
	padding-right:4px;
	text-decoration:none;
	margin:5px;
}

.btn2{
	color:#FFFFFF;
	background-color:#0000FF;
	font-weight:bold;	
	font-variant: small-caps;
	background: #0000FF;
	text-align: center;	
	font-size: 16px;
	cursor: pointer;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #555555;
	padding-left:4px;
	padding-right:4px;
	text-decoration:none;
	margin:5px;
}

img { 
	border: none;
}

h1{
	color:#f0b51e;
	font-weight:bold;	
	font-variant: small-caps;
}