/***********************
 (c) 2002 E-side s.r.l. 
 ***********************/
 
/* Stile vuoto */
.base{}

* { 
    color: #373940;
} 

h1,h2,h3,p{margin:0;padding:0;}

td,th,p,body,input,textarea,select,li,ul {
	font-family: arial,helvetica;font-size: 11px;line-height:18px;
} 
/*.titolo1,h1{font-family: arial,helvetica;font-size: 22px; color:rgb(171,25,25);font-weight:normal;margin-bottom:5px;}*/
h2,.titolo2{font-size: 13px;color: #666666; font-weight:bold; } 
h3,.titolo3 {font-size: 11px;color:rgb(171,25,25); font-weight:bold; }

h1 {
    height: 60px;
    border-bottom: 1px solid #373940;
    font-size: 30px;
    padding: 20px 0;
    font-weight: normal;
    line-height: 60px;
}

input,textarea
{
	border: 1px #333333 solid;
}

#content, #content p, #content ul li{
	font-size:12px;
	line-height:17px;
}
