body {
	margin: 0px;
	padding: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

}
a:link, a:visited, a:active {
	color: #CC9900;
	text-decoration: none;

}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;

}
.adrress {
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C99452;
	margin: 0px;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	border: 1px solid #FFFFFF;
	background-image: url(../img/ombra.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 2px;


}
.pg {
	border: 1px dotted #FFFFFF;
}
.small {
	font-size: 9px;
	color: #CCCCCC;
}
.menu {
	background-color: #000066;
	padding: 2px;
	width: 100%;
}
