body
{
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

.intestazione
{
	background-image: url(../images/intestazione.gif);
	background-repeat: no-repeat;
}

.giallo_chiaro
{
	background-color: #FFF1B9;
}

.giallo_scuro
{
	background-color: #FFD119;
}

.giallo_medio
{
	background-color: #FFE580;
}

/* Testi */
.testoBlack10
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;	
}
.testoBlack10 a:link {color: #000000; text-decoration: none;}
.testoBlack10 a:visited {color: #000000; text-decoration: none;}
.testoBlack10 a:hover {color: #000000; text-decoration: none;}

.testoBlackBold10
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
}
.testoBlackBold10 a:link {color: #000000; text-decoration: none;}
.testoBlackBold10 a:visited {color: #000000; text-decoration: none;}
.testoBlackBold10 a:hover {color: #000000; text-decoration: none;}

.testoBlack12
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;	
}
.testoBlack12 a:link {color: #000000; text-decoration: none;}
.testoBlack12 a:visited {color: #000000; text-decoration: none;}
.testoBlack12 a:hover {color: #000000; text-decoration: none;}

.testoBlackBold12
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
}
.testoBlackBold12 a:link {color: #000000; text-decoration: none;}
.testoBlackBold12 a:visited {color: #000000; text-decoration: none;}
.testoBlackBold12 a:hover {color: #000000; text-decoration: none;}

.testoBlack14
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;	
}
.testoBlack14 a:link {color: #000000; text-decoration: none;}
.testoBlack14 a:visited {color: #000000; text-decoration: none;}
.testoBlack14 a:hover {color: #000000; text-decoration: none;}

.testoBlackBold14
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
}
.testoBlackBold14 a:link {color: #000000; text-decoration: none;}
.testoBlackBold14 a:visited {color: #000000; text-decoration: none;}
.testoBlackBold14 a:hover {color: #000000; text-decoration: none;}

.testoRed12
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;	
}
.testoRed12 a:link {color: #000000; text-decoration: none;}
.testoRed12 a:visited {color: #000000; text-decoration: none;}
.testoRed12 a:hover {color: #000000; text-decoration: none;}

.testoRedBold12
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
}
.testoRedBold12 a:link {color: #000000; text-decoration: none;}
.testoRedBold12 a:visited {color: #000000; text-decoration: none;}
.testoRedBold12 a:hover {color: #000000; text-decoration: none;}

/* elementi */

.input
{	
	border: 1px solid #000000;	
	font-size: 12px;
	width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.textarea
{
	border: 1px solid #000000;
	height: 80px;
	font-size: 12px;
	width: 320px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}

.submit
{
	border: #000000 1px solid;	
	background-color: #FFD119;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100px;	
}
