/**
 **********************************
 * HTML Elements
 **********************************
 */
BODY
{
	font: 70% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	margin: 0 0;
	// background-position: top left;
	// background-repeat: repeat-y;
	// background-color: #00fdf9;
    background-color: #CEF6F5;
	color: #333333;
}

a, a:visited
{
	/*color: #91A6B4;*/
	color: #0000FF;
	text-decoration: none;
}
a:hover
{
	color: Black;
	text-decoration: none;
	background-color: Yellow;
}
/**
 **********************************
 * ID Containers
 **********************************
 */
#container
{	position: relative;
	width: 100%;
	text-align: left;
}

#rightcol
{	
	position: absolute;
	margin-left: 20px;
	text-align: left;
	float: left;
	top: 120px;
	width: 1200px;
}

#logo
{	position: relative;
	width: 320px;
	height: 90px;
	left: 5px;
	top: 4px;
	float: left;
}

#testata
{ 	position: relative;
	background-color: #C0C0C0;
	height: 90px;
}

#certificazioni
{	position: relative;
	top: 20px;
	left: 30px;
	width: 550px;
	height: 90px;
	text-align: left;
	font-size: 11px;
	color: #ffffff;
	float: left;
}


/**
 **********************************
 * Headers
 **********************************
 */ 
 h1
 {
	color: #0000FD;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	letter-spacing: -2px;
	font-size: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
}
 
 h2
 {
	color: #4D5863;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 2em;
}
 
 p {
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 20px 5px 20px;
	font: 77.5%;
 }
 
.content
 {
	margin: 0 10px 5px 0;
	color: #333333;
	text-align: justify;
}
 
 .foot
 {
 	text-align: right;
	text-transform: capitalize;
	font-size: 0.9em;
	color: #FFE7CD;
 }
 
table.tabella9 {
	background : white;
}

table.tabella9 td {
	border: 2px solid black;
}