/* STILE HOME PAGE */


BODY {
margin-top: 12px;
margin-bottom: 12px;

background-color: #99ccff;
font-family: Trebuchet MS, verdana, Arial;
font-size: 13px;
}

TD, TR, P {
margin: 0px;
font-family: Trebuchet MS, verdana, Arial;
font-size: 12px;

color: #000000;
}

INPUT {
font-family: Trebuchet MS, verdana;
font-size: 12px;
size: 30;
border: 1px solid #000000;
}

SELECT {
font-family: Trebuchet MS, verdana;
font-size: 12px;
border: 1px solid #000000;
}

TEXTAREA {
font-family: Trebuchet MS, verdana;
font-size: 12px;
width: 80%;
border: 1px solid #000000;
}



.titolo {
font-family: Trebuchet MS, verdana; Arial Black;
font-size: 15px;
}

.head_modulo {
font-family: Trebuchet MS, verdana;
font-size: 13px;
background-color: #000099;
color: #FFFFFF;
text-align: center;
}

TD.sinistra {
border-right: 1px dotted #000000;
}

TD.destra {
border-left: 1px dotted #000000;
}

a:link, a:visited {
color: #000099;
text-decoration: none;
}

a:hover {
color: #FF0000;
text-decoration: underline;
}