A {
	COLOR: #ff9900;
	TEXT-DECORATION: none;
	font-size: 1em;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}
.more {
	COLOR:#006699;
	TEXT-DECORATION: none;
	font-size: 1em;
	line-height:normal;
}
A:hover {
	COLOR: #000000;
	TEXT-DECORATION: none;
	border-top-color: #000000;
	border-top-style: dotted;
	border-top-width: 0.1em;
	border-bottom-color: #000000;
	border-bottom-style: dotted;
	border-bottom-width: 0.1em;
	font-weight: bold;
}
TD {
	FONT-WEIGHT: normal;
	FONT-SIZE: 0.6em;
	COLOR: #333333;
	FONT-FAMILY: Verdana, sans-serif;
	background-color: #FFFFFF;
	line-height: 18px;
}
.txtTitoletto {
	font-size:10px;
	color: #533000;
	font-weight:bold;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
	text-align: center;
	font-size: 0.6em;
	font-family: Verdana, sans-serif;
	padding-top: 10px;
	background-image:url(../ASSETS/footer.gif);
	color: #000000;
}
html > body #footer {
  position: fixed;
}
h5 {
	font-size:14px;
	line-height: 12px;
}
h6 {
	font-size:12px;
	line-height: 12px;
}
.bodyLinkWhite {FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif}
.bgFineGray {BACKGROUND-COLOR: #f6f6f6; padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px; border: #333333; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.bgLtGray {BACKGROUND-COLOR: #e6e6e6}
.bgMedGray {
	BACKGROUND-COLOR: #333333;
	color: #FFFFFF;
	padding: 4px;
	font-weight: bold;
	font-size: 1.25em;
}
.bgMedDkGray {BACKGROUND-COLOR: #999999}
.bgDkGray {BACKGROUND-COLOR: #666666; color: #FFFFFF}
.line {BORDER-LEFT-COLOR: #cccccc; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #cccccc; BORDER-BOTTOM: #e6e6e6 1px solid; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #cccccc}
.border {BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid}
.1pointLine {BORDER-LEFT-COLOR: #cccccc; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #e6e6e6; BORDER-TOP-COLOR: #cccccc; BORDER-RIGHT-COLOR: #cccccc}
.lineLightgray {BORDER-LEFT-COLOR: #efefef; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #efefef; BORDER-BOTTOM: #666666 1px solid; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #efefef}
.bodyTextBlackwLetting {FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #333333; LINE-HEIGHT: 17px; FONT-FAMILY: Arial, Helvetica, sans-serif}
.borderGray {BORDER-RIGHT: #9e9e9e 1px solid; BORDER-TOP: #9e9e9e 1px solid; BORDER-LEFT: #9e9e9e 1px solid; BORDER-BOTTOM: #9e9e9e 1px solid}
.borderCopy {BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: black 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; BORDER-LEFT: black 1px solid; PADDING-TOP: 10px; BORDER-BOTTOM: black 1px solid}
.bold {
	font-size: 1.25em;
	font-weight: bold;
	color: #000000;
}
.bluebox {
	background-color: #DDF4FF;
	border: 1px #3366CC solid;
	width: 80%;
	color: #3366CC;
	font-weight: bold;
	padding: 4px;
}
.boldgrey {
	font-weight: bold;
	color: #666666;
	font-size: 1.25em;
}
.td_under {
	width: 100%;
	border-bottom: 1px dotted #000000;
}
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}

