body {
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
p{
	position:relative;
}
a{
	position:relative;
}
td, th {
	color: #000000;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a.nav:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.nav:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.nav:hover {
	text-decoration: none;
	color: #FFFF00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.nav:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.nav2:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.nav2:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.nav2:hover {
	text-decoration: none;
	color: #FFFF00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.nav2:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.nav3:link {
	color: #0033FF;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
}
a.nav3:visited {
	text-decoration: none;
	font-weight: bold;
	color: #0033FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
}
a.nav3:hover {
	text-decoration: underline;
	color: #0033FF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
}
a.nav3:active {
	text-decoration: none;
	color: #0033FF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
}
a.nav4:link {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}
a.nav4:visited {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}
a.nav4:hover {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	background-color: #ABBDCB;
}
a.nav4:active {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
}
a.nav5:link {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*letter-spacing: 1px;*/
}
a.nav5:visited {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*letter-spacing: 1px;*/
}
a.nav5:hover {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*letter-spacing: 1px;*/
	background-color: #ABBDCB;
}
a.nav5:active {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*letter-spacing: 1px;*/
}

h1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-style: normal;
}

h2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-style: normal;
}


h3, h4 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-style: normal;
}

h5, h6 {
	color: #6699CC;
}
img {
	position:relative;
	behavior: url("/pngbehavior.htc");
	border:none;
}
textarea
{
  resize:none;
}
img.floatCenterB0 {
	border: 0px solid #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	text-align:center;
    display:block;
}
img.floatAboveB0 {
	border: 0px solid #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: 0px;
	text-align:Left;
    display:block;
}
img.floatLeft {
	float: left;
	border: 1px solid #666666;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 2px;
	margin-left: 0px;
}
img.floatRight { 
    float: right; 
	border: 1px solid #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 8px;
}
img.floatLeftB0 {
	float: left;
	border: 0px solid #666666;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 2px;
	margin-left: 0px;
}
img.floatRightB0 { 
    float: right; 
	border: 0px solid #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 8px;
}
#footer {
	position:relative;
	left:-20px;
	top:40px;
	width:100%;
	z-index:4;
	background-color: #FFFFFF;
	padding-top: 1px;
}

.clearfloat {
clear: both
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.red {color: #FF0000}
.blue{color: #0066CC}
.grn{color: #339900}
.orng{color: #FF3300}
.yelo{color: #FFCC00}
.white{color: #FFFFFF}
.grey {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight: bold;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
}
.style4 {
	font-size: 10px;
	color: #666666;
}
.style5 {
	color: #FFFF00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style6 {color: #FF0000}

.style8 {
	font-size: 10px;
	color: #202020;
}

.style9 {
	font-size: 10px;
	color: #C5C5C5;
}
.style10 {
	font-size: 10px;
	color: #FF0000;
}
.style11 {
	font-size: 10px;
	color: #000000;
}
.style12 {
	font-size: 10px;
	color: #FF3300;	
	}

.style13 {
	color: #0066CC;
	font-size: 10px;
}
.style14 {
	font-size: 12px;
	color: #000000;
}
.style15 {
	font-size: 10px;
	color: #FFFFFF;
}

.style16 {
	font-size: 12px;
	color: #FFFFFF;
}
.style17 {font-size: 18px}
.style18 {font-size: 24px}

#lightbox{
	display:none;
	position: relative;
	left:50%;
	z-index:9999;
	width:560px;
	height:550px;
	border:1px solid #fff;
	text-align:left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -250px;
	background-color: #FFFFFF;
	top: 0px;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}
#closePreview {
	position:absolute;
	left:751px;
	top:11px;
	width:128px;
	height:22px;
	z-index:3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}
.vertical-line {
display: inline;
background-color: #00000;
width: 1px;
height: 100%;
}

.tooltip { position:relative; z-index:24; }
.tooltip span { display:none;}
.tooltip:hover {z-index:25;}
.tooltip:hover span { 
	display:block;
	position:absolute; 
	width:120px; 
	top:25px; 
	left:20px; 
	background-color:#FCFBDC; 
	border:1px solid #333333; 
	padding:5px;
	font-size:10px;
	color:#333333;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.twoColElsLtHdr #footer {
	background:#FFFFFF;
	left: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
	top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 0;
} 