body {
	background-color: #3366FF;
	margin-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	background-image: url(pict/fondo.jpg);
	background-repeat:  repeat-x;
}
a:link {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	}
.fondobianco {
	background-color: #FFFFFF;
}
.fondopiede {
	background-image: url(pict/bgpiede.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 42px;
}
.divpiede {
	padding-top: 0px;
	padding-left: 20px;
	text-align: center;
	font-size: 95%;
	font-weight: bold;
}
.contenido {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.bordodx {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #293170;
}
.bordotabla {
	background-image: url(pict/fondotitolo.gif);
}
.tablacalendario {
	border: 1px solid #333333;
}
.titolo {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #293170;
	width: 600px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.bottone {
	color: #FFFFFF;
	background-color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #000000;
}
