a.LC1 { color: #FFFFFF; text-decoration: none; }
a:hover.LC1 { color: #FF6600; background-color:#000000; text-decoration: none; } 

a.LC2 { color: #000000; text-decoration: none; }
a:hover.LC2 { color: #FF6600; background-color:#CCCCCC; text-decoration: none; }

a.LC3 { color: #000000; text-decoration: none; }
a:hover.LC3 { color: #3399FF; background-color:#FFFFFF; text-decoration: none; } 

a.LC4 { color: #000000; text-decoration: none; }
a:hover.LC4 { color: #FFFFFF; background-color:#3399FF; text-decoration: none; }

a.LC5 { color: #FFFFFF; text-decoration: none; }
a:hover.LC5 { color: #000000;  text-decoration: none; }

a.LC6 { color: #FFFFFF; text-decoration: none; }
a:hover.LC6 { color: #f60;  text-decoration: none; }

a.LC7 { color: #f00; text-decoration: none; }
a:hover.LC7 { color: #f60;  text-decoration: none; }

.TextAr{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.TextArB{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FF0000;
}


.BackTop {
	background-image: url(../img/Top.jpg);
	background-repeat: no-repeat;
	height: 255px;
	width: 782px;
}
.BackMiddle {
	background-image: url(../img/Middle.jpg);
	background-repeat: repeat-y;
	
	width: 782px;
}
.BackBottom {
	background-image: url(../img/Bottom.jpg);
	background-repeat: no-repeat;
	height: 74px;
	width: 782px;
}
.BackLink {
	background-image: url(../img/Link.jpg);
	background-repeat: repeat-y;
	width: 782px;
}
.PromoFloat {
	background-image: url(../img/Promo.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 168px;
	width: 287px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
	text-align: left;
	background-position: left top;
}
.StripeTFloatL {	
	background-image: url(../img/StripeT.jpg);
	background-repeat: repeat-x;
	float: right;
	height: 146px;
	width: 100%;
	margin-top: 52px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
	text-align: left;
	background-position: left top;

}
.StripeTFloatL {	
	background-image: url(../img/StripeT.jpg);
	background-repeat: repeat-x;
	float: right;
	height: 146px;
	width: 100%;
	margin-top: 52px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
	text-align: left;
	background-position: left top;

}
.StripeTFloatR {	
	background-image: url(../img/StripeT.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 146px;
	width: 100%;
	margin-top: 52px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
	text-align: left;
	background-position: right top;

}
.StripeBFloatL {
	background-image: url(../img/StripeB.jpg);
	background-repeat: repeat-x;
	float: right;
	height: 14px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 38px;
	margin-left: 0px;
	vertical-align: bottom;
	text-align: right;
	background-position: right bottom;
}
.MainTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.MainTextBold11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.MainText11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #FFFFFF;
}
.StripeBFloatR {	
	background-image: url(../img/StripeB.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 14px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 38px;
	margin-left: 0px;
	vertical-align: bottom;
	text-align: right;
	background-position: right bottom;

}
.ROA {
	border: 1px solid #fff;
}
.ENA {
	border: 1px solid #fff;
}
/*POSTIT BEGIN*/
#dhtmltooltip{
position: absolute;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
border: 2px solid #999999;
padding: 2px;
background-color: #FFFFCC;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/

}
/*POSTIT END*/

/*HOVERBOX STYLES */
.hoverbox
{	cursor: default; list-style: none; }
.hoverbox a
{	cursor: default; }
.hoverbox a .preview
{	display: none; }
.hoverbox a:hover .preview
{	display: block;	position: absolute;	top: -25px;	left: -25px; z-index: 1; }
.hoverbox img
{	vertical-align: top; width: 170px; height: 170px; left: -40px; }
.hoverbox li
{	list-style: none; display: inline; float: left;	position: relative; left:-40px; }
.hoverbox .preview
{	border-color: #000;	width: 220px; height: 220px; }
.hoverbox a
{	position: relative;	left:-40px; }
.hoverbox a:hover
{	display: block;	font-size: 100%; z-index: 1; }
.hoverbox a:hover .preview
{	top: -25px; left: -25px; }
.hoverbox li
{	position: static; }
/*HOVERBOX STYLES */