body {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #003398;
 background-image: url(image/bg.jpg);
}
h1.titulo{
 text-align: center;
}
div.center{
 text-align : center;
}
li.style1:hover
{
    background-color: #3399FF;
}
li.style1
{
    list-style: none;
    font-size: 13px;
    margin-left: -35px;
    margin-top: 10px;
    margin-bottom: 10px;
}
div.bg1{
	color: black;
	font-size: 10px;
}

div.bg2{
	color: black;
	font-weight: bold;
	font-size: 15px;
}

div.errore{
    border-style: groove;
	color: RED;
	font-size: 15px;
	margin: 5px;
	text-align: center;
}
p.titulo_mm
{
    vertical-align: middle;
    font-size: 20px;
    font-style: inherit;
    padding: 10px;
    border: 2px solid red;
    margin-right: 20px;
}
p.normal_mm{
    font-size: 15px;
    padding-left: 30px;
}
p.normal{
    text-align: justify;
}
p.bottom{
    font-size: 10px;
    text-align: center;
}
td.Lavori{
    text-align: center;
    vertical-align:middle;
}

a:link { color: red; }
a:visited { color: red; } 
a:hover { color: blue; } 


a.tableape:link { 
    color: red; 
    font-size: 15px;
}
a.tableape:visited { 
    color: red; 
    font-size: 15px;
} 
a.tableape:hover { 
    color: blue; 
    font-size: 17px;
} 

#imSite {width: 800px; margin: 15px auto; text-align: left; }
#imHeader
{
    height: 150px;
    background-image: url('image/top.gif');
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 50px;
}
#imBody
{
    background-color: #99C1F4;
    background-image: url('image/content.gif');
    background-repeat: repeat;
    background-position: left top;
}
#imMenuMain
{
    float: left;
    width: 140px;
    clear: both;
    background-image: inherit;
}
#imContent
{
    float: left;
    width: 650px;
    clear: both;
    background-image: inherit;
}
#imFooter {clear: both; height: 90px; background-image: url('image/bottom.gif'); background-repeat: no-repeat; background-position: left top; }

#imFooter_L
{
    margin: 60px 0 0 50px;
    float: left;
}
#imFooter_R
{
    margin: 60px 50px 0 0;
    float: right;
}

#imMailLink {padding-left: 20px; background: url('image/email.gif') no-repeat; }

.menu a {
	background-color: #dee4ee;
	border-left: 4px solid #003388;
	font-weight: bold;
	padding: 3px 3px;
	text-decoration: none;
	width: 160px;
}
.menu a:hover {
	color: #ffffff !important;
	text-decoration: none;
}
.submenu a {
	background-color: #eeeeff;
	background-image: none;
	border-left: 4px solid white;
	font-weight: normal;
	width: 155px;
}
.submenu a:hover {
	color: #cc3300 !important;
	text-decoration: none;
}

td.pic_tl
{
    background-image: url('image/topl.gif');
    width: 45px; 
    height: 45px;
}
td.pic_tm
{
    background-image: url('image/topm.gif');
    height: 45px;
}
td.pic_tr
{
    background-image: url('image/topr.gif');
    width: 45px; 
    height: 45px;
}

td.pic_cl
{
    background-image: url('image/contentl.gif');
    width: 45px; 
    height: 11px;
}
td.pic_cm
{
    background-image: url('image/contentm.gif');
    height: 11px;
}
td.pic_cr
{
    background-image: url('image/contentr.gif');
    width: 45px; 
    height: 11px;
}

td.pic_bl
{
    background-image: url('image/bottoml.gif');
    width: 45px; 
    height: 45px;
}
td.pic_bm
{
    background-image: url('image/bottomm.gif');
    height: 45px;
}
td.pic_br
{
    background-image: url('image/bottomr.gif');
    width: 45px; 
    height: 45px;
}