body
	{
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #740019;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-face-color : #FFF6DC;
	scrollbar-track-color : #FFF9EE;
	}

:link
	{
	color:#E8790C;
	text-decoration: none;
	}

:visited
	{
	color: #D46900;
	text-decoration: none;
	}

a:hover
	{
	text-decoration: underline;
	}

.bordimg
	{
	border-style: double;
	border-width: 3px;
	border-color: #bbbbbb;
	}

.bordtext
	{
	border-style: solid;
	border-width: 3px;
	border-color: #DEE9E2;
	color: #111111;
	font-family: Verdana, Arial, helvetica;
	font-size:12px;
	}

.centra
	{
	position: absolute;
	left: 50%;
	width:740px;
	margin-left:-372px;
	height:100%;
	background-color:#FFFEEF;
	}

.main
	{
	width: 740px;
	background-color:#FFFEEF;
	padding-top: 10px;
	}

.mainint
	{
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	font-family:Verdana,Arial,helvetica;
	font-size:12px;
	text-align:justify;
	}

td
	{
	font-family:Verdana,Arial,helvetica;
	font-size:12px;
	}

.titolo
	{
	font-family: Verdana, Arial, helvetica;
	font-size:12px;
	color: #FF9D2A;
	font-weight: bold;
	}

.hilight
	{
	font-family: Verdana, Arial, helvetica;
	font-size:12px;
	color: #111111;
	font-weight: bold;
	}

input
	{
	background-color: #ffffff;
	font-family: Verdana, Arial, helvetica;
	font-size:12px;
	color: #111111;
	border-style:solid;
	border-width:1px;
	}
select
	{
	background-color: #ffffff;
	font-family: Verdana, Arial, helvetica;
	font-size:12px;
	color: #111111;
	border-style:solid;
	border-width:1px;
	}
input.radio
	{
    background-color: #FFFEEF;
	border: none;
	}

input.button
	{
	width: 80px;
	background-color: #ffffff;
	font-family: Verdana, Arial, helvetica;
	font-size:12px;
	color: #111111;
	}

textarea
	{
	background-color: #ffffff;
	font-family: Verdana, Arial, helvetica;
	font-size:12px;
	color: #111111;
	border-style:solid;
	border-width:1px;

	}

.minitxt
	{
	font-family:Verdana,Arial,helvetica;
	font-size:9px;
	}

.footer
	{
	position:relative;
	left:50%;
	width:290px;
	margin-left:-145px;
	bottom:5px;
	}