body {
	background-color: #FFFFFF;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin : 0px;
	color: #3C3C3C;
}

a {
	color: #1C6FCA;
	font-weight: bold;
}

a:hover {
	color: #FF8C00;
}

h1 {
	font-size : 12px;
	font-weight : bold;
	color : #003399;
	padding-bottom : 15px;
	padding-top : 0px;
	margin : 0;
}

h2 {
	font-size : 12px;
	color : #0066CC;
	font-style : italic;
	font-weight: normal;
	padding-bottom : 15px;
	padding-top : 0px;
	margin : 0;
}

h3 {
	font-size : 10px;
	font-weight : bold;
	color : #0066CC;
	padding : 0px;
	margin : 0;
}

h4 {
	font-size : 10px;
	font-weight : normal;
	color : #0066CC;
	padding : 0px;
	margin : 0;
}

h5 {
	font-size : 10px;
	font-weight : bold;
	color : #003399;
	padding : 0px;
	margin : 0;
}

h6 {
	font-size : 10px;
	font-weight : normal;
	color : #003399;
	padding : 0px;
	margin : 0;
}

.arancione {
	color : #ff6600;
}

.bianco {
	color : #FFFFFF;
}

select {
	font-size : 11px;
	color: #123E6D;
	font-weight: normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input {
	font-size : 11px;
	color: #123E6D;
	font-weight: normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

textarea {
	font-size : 11px;
	color: #123E6D;
	font-weight: normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input.submit {
	color : #D9F0FF;
	background-color: #175EA4;
	BORDER-BOTTOM: #004890 1px solid;
	BORDER-LEFT: #3399CC 1px solid;
	BORDER-RIGHT: #004890 1px solid;
	BORDER-TOP: #3399CC 1px solid;
	FONT-SIZE: 11px;
	font-weight : bold;
	padding: 2px;
}

td {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

div.subMenuItem a {
	color : #123E6D;
	background-color: #FDF2D6;
	padding: 3px;
	display: block;
	font-size : 10px;
	text-decoration : none;
    font-weight : bold;
	width: 100%;
}
  
div.subMenuItem a:hover {
	color : #1C6FCA;
}

div.mainMenuItem a {
	color : #D9F0FF;
	background-color: #175EA4;
	padding: 3px;
	display: block;
	font-size : 10px;
	text-decoration : none;
	font-weight : bold;
	width: 100%;
}
  
div.mainMenuItem a:hover {
	color : #175EA4;
	background-color: #D9F0FF;
}
