body {
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
	color: #336699;
	scrollbar-base-color : #E0E0E0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}
input {
	font: 10px Verdana;
	color: #000000;
	background: #F9F9F9;
}
select {
	font: 10px Verdana;
	color: #000000;
	background: #F9F9F9;
}
textarea {
	font: 10px Verdana;
	color: #000000;
	border : 1px solid #C0C0C0;
	background: #F9F9F9;
}
.titolo {
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	line-height: normal;
	text-align: center;
}
.title {
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	line-height: normal;
	text-align: center;
}
.normale {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	color: #336699;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	text-align: justify;
}
a:link {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #336699;
}
a:visited {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #336699;
}
a:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	font-style: normal;
	line-height: normal;
	text-decoration: underline;
}
.normleft {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	color: #336699;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	text-align: justify;
}
.Sections {
	border: 1px solid #5A5A5A;
}
.bodySections {
	border: 1px solid;
	text-align: center;
}
.links {
	font-family: Verdana;
	font-size: 10px;
}
.input {
	font-family: Verdana;
	font-size: 10px;
	width: 100px;
	border: 1px solid #000000;
}

pre {
	text-indent: 30px;
	}

#tabmenu {
	color: #000;
	border-bottom: 1px solid black;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px;
	}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
	}

#tabmenu a, a.active {
	color: #000000;
	background: #e0ebfe;
	font: normal 10px tahoma,verdana, Arial, sans-serif;
	border: 1px solid #666666;
	border-bottom: none;
	padding: 2px 5px 2px 5px;
	margin: 0px;
	text-decoration: none;
	cursor:hand;
	}

#tabmenu a.active {
	background: #b2cbec;
	border-bottom: 10px solid #b2cbec;
	}

#tabmenu a:hover {
	color: #ffffff;
	background: #b2cbec;
	cursor:pointer;
	}

#tabmenu a:visited {
	color: #E8E9BE;
	}

#tabmenu a.active:hover {
	background: #7ba2d5;
	color: #ffffff;
	}

#content {
	font: 12px verdana, sans-serif;
	text-align: justify;
	background: #b2cbec;
	padding: 20px;
	border: 1px solid #666666;
	border-top: none;
	z-index: 2;
	}

#content a {
	text-decoration: none;
	color: #E8E9BE;
	}

#content a:hover {
	background: #666666;
	}

