body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%; 
	width: 100%;
	background: #431703;
}
td#rightalignbg{ 
background-image: url(bgshim-l.gif); 
background-repeat: repeat-y; 
background-position: right; 
} 
td#leftalignbg{ 
background-image: url(bgshim.gif); 
background-repeat: repeat-y; 
background-position: left; 
} 
        table#layout {height: 100%; width: 100%; padding: 0px; border: 0px;}
        td#header {height: 140px; background: #431703; padding: 0px; border: 0px;}
		td#htmlFrame {height: 100%; width: 780; padding: 0px; border: 0px;}
        td#footer {height: 15px; background: #990000; padding: 0px; border: 0px; font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;}
        iframe#htmlFrame {height: 100%; width: 780; border-top: 1px solid black; border-left: 0px; border-right: 0px; border-bottom: 1px solid black}

td{
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:link {
	color: #cccccc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cccccc;
}
a:hover {
	text-decoration: none;
	background-color: #000000;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #cccccc;
}