@charset "utf-8";

/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url(immagini/sfondo.jpg);
}
a:link {
	color: #1219BF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #261DB4;
}
a:hover {
	text-decoration: none;
	color: #D42E18;
}
a:active {
	text-decoration: none;
	color: #D8331F;
}
a.menu:link {
	color: #1219BF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
a.menu:visited {
	text-decoration: none;
	color: #261DB4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
a.menu:hover {
	text-decoration: none;
	color: #D42E18;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
a.menu:active {
	text-decoration: none;
	color: #D8331F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}


.redtext {
	color: #FF0000;
	font-weight: bold;
}
.redtext2 {color: #FF0000}
.title {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}
.titlepd {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000CC;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
.label {
	font-size: 9px;
	font-style: normal;
}

