TABLE,TD,P,UL,form, textarea, select, input { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333333; line-height:17px}


html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
}

a, a:visited {text-decoration:underline; color:#336699;}
a:hover {text-decoration:none; color:#336699; }

a.nav2, a.nav2:visited {font-family:Verdana,sans-serif; font-size:11px; text-decoration:none; color:#FFFFFF;}
a.nav2:hover {text-decoration:none; color:#000000; }


a.nav3, a.nav3:visited {font-family:Verdana,sans-serif; font-size:11px; text-decoration:none; color:#006699;}
a.nav3:hover {text-decoration:none; color:#006699; font-weight:bold}


.clsMainHead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:21px;
	color:#000000;
	font-weight:bold; 
	line-height: 30px;
}

.clssubMainHead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#000000;
	line-height: 20px;
	font-style: italic;
}
.clsHead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#336699;
	font-weight:bold; 
	line-height: 21px;
}

.clsSubHead {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#336699;
	line-height: 21px;
	text-transform:uppercase;
}
.clsSubHead2 { font-family:Arial,Helvetica,sans-serif; font-weight:bold; text-transform:uppercase;}

.clsSubHead3 { font-family:Arial,Helvetica,sans-serif; font-weight:bold;}

.clsbottom { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; line-height:20px; color:#006699}
.clscopy { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:9px; color:#333333; line-height:12px;}

.clsAsterisk { font-family:Arial,Helvetica,Verdana,sans-serif; font-size:15px; color:#E51818;}

.clsPadding { margin-left: 5px; margin-top: 5px; margin-right: 5px;margin-bottom:}

ul {list-style: dash; margin: 0; padding: 5 0 1em 30;}
ul.square {list-style: square outside; margin: 0 0 0 16px; padding: 0 0 1em 0;}

#framecontent{
position: absolute; 
bottom: 0; 
left: 0; 
width: 100%; 
height: 35px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: white;
color: white;
}

#mainindexcontent{
margin: 0;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 35px; /*Set bottom value to HeightOfFrameDiv*/
overflow: auto; 

}


#maincontent{
margin: 0;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 35px; /*Set bottom value to HeightOfFrameDiv*/
overflow: auto; 

}

.innertube{
margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 40px 0; /*Set value to (0 0 HeightOfFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
