@charset "UTF-8";
/* CSS Document */


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-attachment: scroll;
	background-image: url(Immagini/sfondo_diagonali_bianco_grigio.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}


a:link {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFCC;
}

a:visited {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFCC;
}

a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
}

a:active {
	color: #000000;
	text-decoration: none;
	background-color: #FF9900;
}


#tdBody {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-left: 20px;
}


.text9px {
	font-size: 9px;
}


#navcontainer {
	width: 200px;
	height: 160px;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer a {
	display: block;
	width: 180px;
	background-color: #F3F3F3;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}

#navcontainer a:link, #navlist a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#navcontainer a:hover {
	background-color: #FFCC00;
	color: #FFFFFF;
}


#navcontainer a:link#current, #navcontainer a:visited#current, #navcontainer a:hover {
	color: #000000;
	background-color: #FFCC00;
}


.tdNewsHeader {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}

.tdNewsBody {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}



#tdBody {
	padding: 10px;
}


#tdFooter {
	padding-left: 10px;
}


.imgBordoBianco {
	border: 4px solid #FFFFFF;
}


a.aBody:link {
	color: #000000;
	text-decoration: underline;
	background-color: #F3F3F3;
}

a.aBody:visited {
	color: #000000;
	text-decoration: underline;
	background-color: #F3F3F3;
}

a.aBody:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #F3F3F3;
}

a.aBody:active {
	color: #000000;
	text-decoration: underline;
	background-color: #F3F3F3;
}


h1 {
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


.text16px {
	font-size: 16px;
	font-weight: bold;
}


input.inputRight {
	text-align: right;
}

