.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	margin: 10px;
	padding: 0px;




}
.bodyh1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #000066;
	font-weight: bold;
	margin: 0px 10px;


}
.bodyform {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #666666;
	left: 45px;
}
.bodysmlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #666666;
	left: 0px;
	margin: 5px;

}

a {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

html, body { 
margin: 0; 
padding: 0; 
height: 100%; 
text-align: center; 
/* overflow: hidden; remove ie's main scrollbar */ 
} 

#header { 
height: 50px; 
background: #eeeeee; 
} 

#footer { 
width: 100%; 
position: absolute; 
bottom: 0; 
left: 0; 
height: 20px; 
background: #cccccc; 
} 

#content { 
background: #0f0; 
position: absolute; 
width: 100%; 
left: 0; 
top: 0px; /* depending on height of header */ 
bottom: 20px; /* depending on height of footer */ 
overflow: auto; 
/* IE only needs the next line but other ignore it see note at bottom - the 100 may change depending on total height of header and footer */ 
height: expression(document.body.clientHeight - 20 + "px"); 
} .tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #666666;
	padding: 5px;

}
