#nav { 
	width: 660px;
	background-color: #660000;
	float: left;
	text-align: center;
	padding: 0px 10px;
	display: block;
	}

#nav a {
	font-family:"Lucida Sans Unicode","Lucida Grande",Trebuchet,Tahoma,sans-serif;
	font-size: 8pt;
	font-weight:bold;
	letter-spacing: 0.1em;
	color:#FFFFFF;
	text-decoration: none;
	}


#nav a:hover {
	color: #FFCC00;
	text-decoration: none;
	}

#copyright {
	position: absolute;
	margin-left: 220px;
	padding-top: 20px;
	padding-bottom: 50px;
	}
	 
.bodytext  { 
     font-family: Verdana, Helvetica, Arial, sans-serif;
     font-weight: normal;
     color: #FFFFFF;
     font-size: 10pt;
     margin-top: 10px;
	 margin-left: 210px;
     line-height: 130%;
	 width: 450px;
	 }
	 
	 
A.bodytext {color: #00A5C7; font-weight: normal; text-decoration: underline;}
A.bodytext:link {color: #00A5C7; font-weight: normal; text-decoration: underline;}
A.bodytext:visited {color: #00A5C7; font-weight: normal; text-decoration: underline;}
A.bodytext:active {color: #00A5C7; font-weight: normal; text-decoration: underline;}
A.bodytext:hover {color: #00A5C7; font-weight: bold; text-decoration: none; }

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

.subheader {
	 font-family: Verdana, Helvetica, Arial, sans-serif;
     font-weight: bold;
     color: #FFFFCC;
     font-size: 10pt;
     }
	 
.pageheader {
	 font-family: Verdana, Helvetica, Arial, sans-serif;
     font-weight: bold;
     color: #993333;
     font-size: 14pt;
     }


