@charset "utf-8";
/* CSS Document */
 body,td,th {
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
body {
	background-color: #99CCFF;
	background-image: url(images/simbolo4.jpg);
}
a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #0000FF;
}
a:link {
text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0099;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
text-decoration: none;
color: #FF9900;
}
#coolmenu{
border: 1px solid black;
width: 155px;
background-color: #CCFFFF;
}
#coolmenu a{
font: bold 13px Verdana;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: #000099;
text-decoration: none;
border-bottom: 1px solid red;
}
html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}
#coolmenu a:hover{
background-color: black;
color: white;
}

.normal {
	color: #000099;
	font-size: 14px;
}
.rosso{
	color: #CC0000;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
}

.style13 {
	font-size: 14px;
	margin-right: 10px;
}
.new1 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : #333399;
	text-decoration: underline;	
}
.new2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color : #000000;
}
.mail {
	font-size: 12px;
	color: #000000;
}
.input { border-style: none;
     font-family: Verdana,Arial,Helvetica,sans-serif;
	 font-size: 10pt;
	 color : red;
	 font-style: italic;
}
.titolo {
	font-size: 30px;
	font-weight: bold;
	color: #0000FF;
	
}
.titoloindex {
	font-size: 20px;
	font-weight: bold;
	color: #0000FF;
	background-color: #CCFFFF;
}
