BODY
{
	margin: 0px 0px 5px;
	font-family: Verdana;
	background-color: #fff;
	font-size: 12px;
}
A 
{
	font-weight: bold;
	COLOR: #336699;
}
A:visited 
{
	font-weight: bold;
	COLOR: #336699; 
}
A:hover
{
	font-weight: bold; 
	color: #ff0000;
}

.header {
	margin: 0px 0px 0px 0px;
}

.header-logo
{
	padding-left: 10px;
	left: 40%;
	width: 257px;
	padding-top: 10px;
	position: absolute;
	height: 55px;
}


.leftnav
{
	padding-left: 10px;
	width: 204px;
	padding-top: 10px;
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	
}


#ContentSection
{
	left: 220px;
	width:70%;
	position: absolute;
	top: 90px;
	font-family: Verdana;
	
}

.Content
{
	line-height: 1.3;
	font-size: 12px;
	font-family: Verdana;
	color: #333333;
}

strong
{
	font-family: Verdana;
	font-weight: bold;
	color: #336699;
}


TD
{
	line-height: 1.3;
	font-size: 12px;
	font-family: Verdana;
	color: #333333;
}

h1
{
	font-weight: bold;
	font-size: 22px;
	color: #336699;
	font-family: Verdana;
	/*text-decoration: underline;
	font-style: italic; */
}

h2
{
	font-size: 18px;
	font-weight: bold;
	color: #336699;
	font-family: Verdana;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	font-family: Verdana;
}

h4
{
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	clip: rect(auto auto 0px auto);
	color: #336699;
	line-height: normal;
	font-family: Verdana;
	position: static;
}



.Footer
{
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 10px;
	color: #333333;
	padding-top: 5px;
	position: static;
	text-align: center;
}

.footerText
{
	font-size: 9px;
	font-family: Verdana;
	padding-bottom: 10px;
	color: #333333;
	padding-top: 5px;
}

.Button
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	color: white;
	padding-top: 2px;
	font-family: Verdana;
	background-color: #698DC9;
	font-size: smaller;
}



/* SUPPORT GROUP */

.CatHeader {
	font-family: Verdana,Arial,Helvetica;
	font-size: 12px;
	background-color: #739AC9;
	color: #FFFFFF;
}

.CatColor {
	font-family: Verdana,Arial,Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #739AC9;	
}

.Column1 {
	font-family: Verdana,Arial,Helvetica;
	font-size: 12px;
	background-color: #F7F7F7;
	color: #000000;
}

a.CatColor, a.CatColor:visited{
  	font-size: 12px;
  	color: #FFFFFF;
	background-color:  #739AC9;
}

a.CatColor:hover{
	font-size: 12px;
	color: #FFFFFF;
	background-color:  #739AC9;
}

.ShadedCol {
	font-family: Verdana,Arial,Helvetica;
	font-size: 12px;
	background-color: #dedfdf;
	color: #000000;
}

.Column2 {
	font-family: Verdana,Arial,Helvetica;
	font-size: 12px;
	background-color: #dedfdf;
	color: #000000;
}

/* END SUPPORT GROUp */

#dhtmltooltip{
position: absolute;
width: 600px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmltooltip2{
position: static;
width: 600px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


