﻿body
{
	background-color: #FFFFFF;
	margin: 0px;
}

table
{
	border-collapse:collapse;	
}
table .full
{
	width:766px;
	height:auto;	
}
td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:10px;
	color:#8D8D8D;
}
form
{
	margin:0px;
}
a {
	text-decoration: underline;
	color:#797979;
}
a .1 {
	text-decoration: none;
	color:#8D8D8D;
}
a .2 {
	text-decoration: none;
	color:#E3E3E3;
}
a .3 {
	text-decoration: none;
	color:#C5C5C5;
}


/*Stile delle due righe bianche sopra e sotto*/
.blankLine
{
	background-color:White;
	width:766;
	height:10px;
}

/*Stile per i messaggi di errore*/
.err
{
	color: #CC0000;
	font-weight: normal;
}

.textBox
{
	width:160px; 
	font-family:tahoma; 
	font-size:10px; 
	border-width:1px; 
	border-style:solid; 
	border-color:#d6d6d6; 
	background-color:#ffffff; 
	color:#8d8d8d;
}

.mainFrame
{
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 18px;
	text-align: justify;
}