html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}  /* hack for IE5+/Win.*/

html>body, html>body #contents {height: auto;}
/* Without this, Moz1.0 adds a vertical scrollbar */

body      {margin: 0;}
#contents {position: absolute; top: 0; left: 0;}
#main     {height: auto; margin-bottom: 80px;}
#footer   {position: absolute; bottom: 0;}

TD {
	font-family: Verdana,Arial;
	font-size: 11px;
	color: #666666;
	line-height: 16px 
}
a:link { color: #666666; font-family: Verdana, Arial, Helvetica; font-size: 11px; text-decoration: none }
a:visited { color: #666666; font-family: Verdana, Arial, Helvetica; font-size: 11px; text-decoration: none }
a:active { color: #666666; font-family: Verdana, Arial, Helvetica; font-size: 11px; text-decoration: none }
a:hover { color: #BCC9D1; font-family: Verdana, Arial, Helvetica; font-size: 11px; text-decoration: underline }		

#contact {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	}