/*
****************************************************************
 Filename..: hmx.css
 Author....: David Stein
 Date......: 09/27/08
 Purpose...: stylesheet for web site
****************************************************************
*/
A:link    {text-decoration: none;color: blue;}
A:active  {text-decoration: none;}
A:visited {text-decoration: none;color: blue;}
A:hover   {text-decoration: underline;color: blue;}

body {background: white;}


table.t1 {width:1000px;border-collapse: collapse;border-color:#729371;}
p {line-height:150%;}

.footer {background:#D7E4BD;text-align:center;height:35px;font-family:verdana,helvetica;font-size:8pt;}

.b1  {text-align:left;background:#ffffff;color:black;font-family:arial;font-size:11pt;}
.b2  {text-align:left;background:#c0c0c0;color:black;font-family:arial;font-size:11pt;cursor:pointer;}
.hx1 {font-family:arial,helvetica;font-size:12pt;font-weight:bold;color:black;}
.tx1 {font-family:verdana,helvetica;font-size:10pt;font-weight:normal;color:black;}
.sm1 {font-size:8pt;}
.arial12 {font-family: arial; font-size:12pt;}
.news1  {font-weight:bold;color:darkgreen;}
.indent {margin-left:18px;}

.banner {
	width:888px; 
	height: 102px; 
	background: url(/images/banner1.jpg) no-repeat; 
	text-align:center;}
	
.banner1 {
	font-family:arial,helvetica;
	font-size:18pt; 
	color:white;}

.banner2 {
	font-family:verdana;
	font-size:10pt; 
	color:white;}

.footer {
	width:888px; 
	height:55px; 
	background: url(/images/footer1.jpg) no-repeat; 
	text-align:center; 
	font-family:verdana; 
	font-size:8pt; 
	color:white;}