/* CSS Document */

<!--
body {
	margin-top: 0px; 
	font-family:Helvetica, Arial, sans-serif;
	background-color:#993300;
}
img{border:0px}
p, div, table {font-family:Helvetica, Arial, sans-serif}
p{padding-top:0px; padding-bottom:10px;margin:0px;}

a:visited {color:#663333; 	text-decoration: none;
	border-bottom:1px dotted rgb(102,51,51);}
a:link {color:#993300; 	text-decoration: none;
	border-bottom:1px dotted rgb(153,51,0);}
a:hover {color:#000000;	text-decoration: none;
	border-bottom:1px dotted rgb(0,0,0);}
a:active {color:#CC6600; 	text-decoration: none;
	border-bottom:1px dotted rgb(204,102,0);}

a.blank:visited, a.blank:link, a.blank:hover {border:0px; background-color:transparent; padding:0px;}
a.nav:visited, a.nav:link {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #993300;
	padding: 3px;
	font-weight: bold;
}
a.nav:hover {background-color:#000000}
.header {font-size: 20px; font-weight: bold;}
.subhead{font-size:18px;font-weight:bold;}

.bodybox {
border-width:6px 12px 6px 12px; 
border-color:#000000; 
border-style:solid; width:620px;
/*text-align:left;*/ }

.box {
border-width:4px 4px 4px 4px; 
border-color:#000000; 
border-style:solid; }

.footer{
padding:6px;
border-width:1px;
border-color:#000000;
border-style:dotted;width:560px;
font-size:10px;
}

.floatright {float:right; padding-left:10px}
.floatleft {float:left; padding-right:10px}
-->