html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #373737;
	background-image: url(images/body_bkg.jpg);
	background-repeat: repeat-y;
	background-position: top;
	color: #000000;
	font-family: tahoma,arial,sans-serif;
	font-size: 11px;
}
.text {
	color: #000000;
	font-size: 11px;
}
.textWhite {
	color: #FFFFFF;
	font-size: 11px;
}
.textWhite a:link, a:active, a:visited {
	color: #000000;
	font-size: 11px;
}
.textWhite a:hover{
	color: #CC6600;
	font-size: 11px;
}
.asterisco {
	color: #942500;
	font-size: 11px;
}
.title {
	color: #942500;
	font-size: 16px;
}
.textGray {
	color: #666666;
	font-size: 11px;
}
.textGray12 {
	color: #666666;
	font-size: 12px;
}
.textGray16 {
	color: #666666;
	font-size: 16px;
}
.textGray a:link, a:active, a:visited {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}
.textGray a:hover {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
#FlashHead {
	text-align: left;
	margin-left: 0px;
	width: 768px;
	height: 91px;
}
input.Ltxt6Input {
	margin-bottom: 2px;
	margin-right: 4px;
	padding-right: 2px; 
	padding-left: 2px; 
	padding-bottom: 1px; 
	padding-top: 1px; 
	border-right: #fd7b11 1px solid; 
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #da4800 1px solid;
	font-family: tahoma,arial,sans-serif;
	color: #ffffff;
	background: #c74904;
	background-image: url(../images/input_bkg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 11px;
}
.textElement {
	margin-bottom: 2px;
	margin-right: 4px;
	padding-right: 2px; 
	padding-left: 2px; 
	padding-bottom: 1px; 
	padding-top: 1px; 
	border-right: #666666 1px solid; 
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #999999 1px solid;
	font-family: tahoma,arial,sans-serif;
	color: #000000;
	background: #FFFFFF;
	background-position: top left;
	font-size: 11px;
}
.pulsante{
	font: 9px Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
    height: 22px;
}