body {
	color : #ffffff;
	background-color : #00486B;
	font-family : Times;
	margin:0px;
	padding:0px;

}

body.contenuti {
	color : #ffffff;
	background-color : #00486B;
  	background-position: bottom left;
  	background-repeat: no-repeat;
	background-attachment: fixed;
	margin:0px;
	padding:0px;

}

td {
	font-family : Times;
	font-size : 13px;
}


a {
    color: #ffffff;
	font-family :Times;
	text-decoration : none;
	font-size : 10px;
	font-weight : bold;
}

a:hover {
	color : #ffffff;
	font-family : Times;
	text-decoration : underline;
	font-size : 10px;
	font-weight : bold;
}

td.dx {
  	background-position: right 0px;
}

td.dx_giallo{
  	position:absolute;
		top:458px;
		left:auto;
		bottom:auto;
		right:auto;
	color: #00486B;
  	font-family :Times;
	text-decoration : none;
	font-size : 18px;
	font-weight : bold;

}

td.indirizzo {
	color: #ffffff;
  	font-family :Times;
	text-decoration : none;
	font-size : 13px;
	font-weight : normal;
}

a.indirizzo {
    color: #ffffff;
	font-family : Times;
	text-decoration : none;
	font-size : 13px;
	font-weight : normal;
}

a.indirizzo:hover {
	color : #ffffff;
	font-family : Times;
	text-decoration : underline;
	font-size : 13px;
	font-weight : normal;
}

a.btn_dx {
    color: #ffffff;
	font-family : Times;
	text-decoration : none;
	font-size : 15px;
	font-weight : normal;
}

a.btn_dx:hover {
	color : #ffffff;
	font-family : Times;
	text-decoration : underline;
	font-size : 15px;
	font-weight : normal;
}

.brd_sx	{
	border-left: 1px solid #FFFFFF;
}
.brd_dx	{
	border-right: 1px solid #FFFFFF;
}
.brd_su	{
	border-top: 1px solid #FFFFFF;
}
.brd_giu	{
	border-bottom: 1px solid #FFFFFF;
}

