body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-image: url(../imgs/bkgnd.gif);
	background-repeat: repeat;
}

tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.contaPagine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#333333;
}

.header {
	background-color: #000033;
	width: 866px;
	height: 42px;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.menu {
	background-color: #FFCC99;
	width: 200px;
	position: absolute;
	top: 50px;
	right: 0px;
	left: 0px;
	padding-left: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

.menuTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000033;
	position: relative;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-left: -10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-color: #FFFFFF;
	height: 14px;
}

.menuMenu {
	font-weight: bold;
	color: #FFFFFF;

	position: relative;
	height: 16px;
	padding-top: 3px;
	padding-left: 10px;
	margin-left: -10px;

	width: 200px;
	display: block;

	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;

	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #d0d0d0;
}

a {
	font-weight: bold;
	color: #3300CC;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;

}

.pageBox {
	background-color: #FFFFFF;
	width: 625px;
	position: absolute;
	top: 50px;
	right: 0px;
	left: 230px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

.pageTitle {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	background-color: #FFCC99;
	height: 16px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
}

