﻿body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: #808080;
	vertical-align: top;
	font-size: 9pt;
	background-image: url('Images/ContNavLeft.jpg');
	background-repeat: repeat-x;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}

.clearboth {
	clear: both;
}
h2 {
	font-size: 14pt;
}
h1 {
	font-size: 14pt;
}
h4 {
	font-size: 11pt;
	font-weight: bold;
}
h3 {
	font-size: 11pt;
	font-weight: bold;
}
h6 {
	font-size: 9pt;
}
h5 {
	font-size: 8pt;
}
a {
	color: #990000;
	text-decoration: underline;
}
a:visited
{
	color: #808080;
	text-decoration: underline;
}
a:link {
	color: #808080;
	text-decoration: underline;
}
a:active {
	color: #808080;
	text-decoration: underline;
}
a:hover
{
	color: #808080;
	text-decoration: underline;
}
.naviTop {
	background-position: left;
	color: #333333;
	text-decoration: none;
	font-size: 9pt;
	background-image: url('Images/ContTab.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 28px;
	width: 109px;
	vertical-align: top;
	text-align: left;
}
a.naviTop {
	color: #333333;
	text-decoration: none;
	font-size: 9pt;
	font-weight: 500;
	padding-left: 10px;
}
.naviTopSelected
{
	color: #333333;
	font-size: 9pt;
	text-decoration: none;
	font-weight: 500;
	background-image: url('Images/ContTabSelected.jpg');
	background-position: left;
	background-repeat: repeat-x;
	background-attachment: scroll;
	height: 28px;
	width: 109px;
}
a.naviTopSelected
{
	color: #333333;
	font-weight: 500;
	text-decoration: none;
	font-size: 9pt;
	text-decoration: none;
	padding-left: 10px;
}
.naviTopDinamic {
	color: #333333;
	font-size: 9pt;
	background-image: url('Images/ContTabDinamic.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
	height: 28px;
	width: 110px;
}
a.naviTopDinamic
{
	color: #333333;
	font-size: 9pt;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
	margin-left: 5px;
}
.naviTopDinamicSelected {
	color: #333333;
	font-size: 9pt;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
	height: 28px;
	width: 110px;
	background-image: url('Images/ContTabDinamicSelected.jpg');
}
a.naviTopDinamicSelected 
{
	color: #333333;
	text-decoration: none;
	font-size: 9pt;
	text-decoration: none;
}


.LinksFooter{
	color: #808080;
	font-size: 8pt;
}

a.LinksFooter
{
	text-decoration: none;
}
a.LinksFooter:Active
{
	text-decoration: none;
}
a.LinksFooter:Visited
{
	text-decoration: none;
}
a.LinksFooter:Link
{
	text-decoration: none;
}
a.LinksFooter:Hover
{
	text-decoration: underline;
}
.tip {cursor: Hand;
}
a.tip,
a.tip:link,
a.tip:visited,
a.tip:active { 	color: #000000; text-decoration: none; position: relative; }
a.tip:hover { background: transparent; z-index: 100; }
a.tip span { display: none; text-decoration: none; }
a.tip:hover span {
	border: 1px solid #333333;
	display: block;
	position: absolute;
	opacity: 0.9;
	filter: alpha(opacity = 85);
	top: -60px;
	left: 0px;
	width: 180px;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 2px 10px;
	text-align: center;
	background-color: #FFFFFF;
}
