body{ margin-top:0px;
	background-image: url(immagini/bg.jpg);
	background-repeat:repeat-x;
	background-color:#040000; 
	}
input, textarea, option, select {
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #f00605;
	padding:2px; 
	border:1px dotted #000000;
}

.text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #f00605;
	line-height: 200%;
	text-align:justify;
	
}
.text2{
	font-family: Tahoma;
	font-size: 7pt;
	color: #a50208;
	text-transform:capitalize; 
	text-align:justify;
	letter-spacing:1px;
	border-bottom:1px dotted #a50208;
	font-weight:lighter;
		}

a.text:link, a.text:active, a.text:visited{	font-family: Tahoma;
	font-size: 8pt;
	color: #FFFFFF; 
	text-transform:capitalize;
	text-decoration:none;
	letter-spacing:1px;	
	font-variant:small-caps;
	background-color:#be1413;
	border-top:1px dotted #a50208;
	border-bottom:1px dotted #a50208;}
a.text:hover{font-family: Tahoma;
	font-size: 8pt;
	color: #a50208; 
	text-transform:capitalize;
	text-decoration:none;	
	font-variant:small-caps;
	letter-spacing:1px;	
	background-color:#FFFFFF;
	border-top:1px dotted #be1413;	
	border-bottom:1px dotted #be1413;}

a:link, a:active, a:visited {
	color: #000000;
	text-decoration:none;
	 }
a:hover {
	color:#be1413;
	text-decoration:none;
	text-transform: uppercase;
	}

.border{background-color: #ffffff;
	border: 2px solid #be1413;
	padding: 1px;
	margin:1px;}
.border:hover{background-color: #ffffff;
	border: 2px solid #a50208;
	padding: 1px;
	margin:1px;}


