BODY
{
    FONT-SIZE: 3pt;
    font-family : 'Verdana', 'Arial', Sans-Serif;
    COLOR: black;
}

A:active
{
    COLOR: orange;
}
A:link
{
    COLOR: black;
}
A:visited
{
    COLOR: black;
}

.stdseed
{
	background: lightgrey; /*"rgb(216,216,216)";*/
}

.mainTable
{
    border: 1px;
    font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.mainTable2
{
    border: 1px;
    font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
    /*background: white;*/
}

.titolo{
	padding: 3px 0;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	background: #73787C;
	color: white;
	text-align: center;

}

.subtit{
	padding: 3px 0;
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	background: #6B6B6B;
	color: white;
	text-align: center;
}

.subtit2{
	padding: 1px 0;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	background: #969696;
	color: white;
	text-align: center;
}

.errore{
	padding: 2px 0;
	font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	background: #6B6B6B;
	color: black;
	text-align: center;
}

.titolo2{
	padding: 1px 0;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	background: #619AB5;
	color: #F8A34F;
	text-align: left;

}

.titolo3{
	font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	background: #DEE3E7;
	color: black;
	text-align: left;
}

.titolo4{
	font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	background: #DEE3E7;
	color: black;
	text-align: center;
}

.titolo4b{
	font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	background: #CACBCC;
	color: black;
	text-align: center;
}

.titolo4c{
	font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	background: #CACBCC;
	color: black;
}

.titolo5{
	font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	background: #DEE3E7;
	color: black;
	text-align: left;
}

.info{
	font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	background: #EFEFEF;
	color: black;
	text-align: left;
}

.infores{
	font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	/*background: #EFEFEF;*/
	color: black;
	text-align: left;
}
.dati0{
	padding: 1px 0;
	font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: black;
	background: #DEE3E7;
}

.dati1{
	padding: 1px 0;
	font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: black;
	background: #EFEFEF;
}

.user{
	/*background: #73787C;*/
	padding: 3px 0;
	font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: black;
}

.glossymenu{
	list-style-type: none;
	border-bottom-width: 0;
	text-align: center;
}

.glossymenu li a{
	background: transparent url(../img/glossyback1.png) repeat-x bottom left;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #DBE3E8;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 150px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: #DBE3E8;
}

.glossymenu li a:hover{
background-image: url(../img/glossyback2.png);
color: #F8A34F;
}

