body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.testo{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.testo a:link, .testo a:visited{
	color: #000000;
	text-decoration: none;
}
.testo a:hover{
	color: #000000;
	text-decoration: underline;
}

.testo_blu
{
	color: #2E516E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.testo_blu a:link, .testo_blu a:visited
{
	color: #2E516E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.testo_blu a:hover, .testo_blu a:active
{
	color: #2E516E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a:active {

	text-decoration: none;

	color: #FFFFFF;

}

.error_message
{
	color: #8E2726;
	font-weight: bold;
}
.testo_bianco_piccolo
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: none;
	font-size: 11px;
	text-decoration: none;
}


.crediti
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: none;
	font-size: 14px;
	text-decoration: none;
	
}


.crediti_cariche
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #0774EB;
	font-weight: none;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

.input_box
{
	background:#FFFFFF;
	border: 1px solid #7F7F7F;
	margin-bottom: 1px;
}
.pulsante {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #AB0000;
	margin: 0px;
	padding: 2px 10px;
	font-weight: bold;
	border: 1px solid #AB0000;
}
.pulsante_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 2px;
	width: 160px;
	border: 1px solid #999999;
	font-weight: normal;
}
.pulsante_blu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2374af;
	margin: 0px;
	padding: 2px 10px;
	font-weight: bold;
	border: 1px solid #2374af;
}
.pulsante_text_free {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 2px;
	border: 1px solid #999999;
	font-weight: normal;
}
.testo_rosso{
	color: #AB0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.testo_rosso a:link, .testo_rosso a:visited{
	color: #AB0000;
	text-decoration: none;
}
.testo_rosso a:hover{
	color: #AB0000;
	text-decoration: underline;
}

