body {
	margin: 0px;
	padding: 0px;
	background-color: #336600;
	font-family: Arial, Helvetica, sans-serif;
}

h1{
	font-size:16px;
}

a:link, a:visited{
	color:#036;
	text-decoration:none;
/* 	font-weight:bold; */
}

a:hover{
	color:#360;
	text-decoration:underline;
/* 	font-weight:bold; */
}

/* START box VARIE in home page */
#varie{
	margin:10px auto 20px auto;
	border:1px dotted #999;
	padding:6px;
}

#varie .titolo{
	text-align:center;
}

/* START box VARIE in home page */

#imgDx{
	float:right;
	margin-left:10px;
}

#header {
	color: #336600;
	text-align: right;
	font-size: 12px;
}

#header a:link, #header a:visited{
	color: #336600;
	text-decoration: none;
	font-weight: bold;


}
#header a:hover{
	color: #336600;
	text-decoration: underline;

}

.corpo {
	background-image: url(../img/base.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 683px;

}
.corpotop {

	background-image: url(../img/top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.corpobottom {
	background-image: url(../img/bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 70px;

}
#footer {
	color: #336600;
	text-align: center;
	font-size: 9px;

}
#footer a:link, #footer a:visited, #footer a:active{
	color: #333333;
	text-decoration: none;
	font-weight: bold;


}
#footer a:hover{
	color: #336600;
	text-decoration: underline;

}
.form {
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336600;
	border-right-color: #336600;
	border-bottom-color: #336600;
	border-left-color: #336600;
	font-size: 10px;
}
h2 {
	color: #336600;
	margin: 3px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #983434;
}
.tabletext {
	font-size: 12px;
}
a.powered:link, a.powered:active, a.powered:hover, a.powered:visited {
	font-size: 10px;
	color: #FFFFFF;
}
