/* Table Colors */
table#headbackground { }
.navbackground { background-color:#ffffff;}
.tablebody { background-color:#ffffff;}
.body { background-color:#f4f4f4;}
body { background-color:#000000;}

/* Footer Hyperlink */
a.footerlink:visited {font-family: Arial, Helvetica, sans-serif; font-size: 12px;text-decoration: none;color: #000000;background-color: #f4f4f4;}
a.footerlink:link {font-family: Arial, Helvetica, sans-serif;font-size: 12px;text-decoration: none;color: #000000;background-color: #f4f4f4;}
a.footerlink:hover {font-family: Arial, Helvetica, sans-serif;font-size: 12px;text-decoration: none;color: #000000;background-color: #f4f4f4;}

/* In Page Hyperlink */
a.bodylink:visited {font-size: 16px;text-decoration:underline; color:#0000ff;}
a.bodylink:link {font-size: 16px;text-decoration:underline; color:#0000ff;}
a.bodylink:hover {font-size: 16px;text-decoration:underline; color: #0000ff; background-color: #ffffff;}

/* In Page Hyperlink 1pt */
a.onept:visited {font-size: 11px;text-decoration:underline; color:#0000ff;}
a.onept:link {font-size: 11px;text-decoration:underline; color:#0000ff;}
a.onept:hover {font-size: 11px;text-decoration:underline; color: #0000ff; background-color: #ffffff;}

/* In Page Header Hyperlink */
a.headerlink:visited {font-size: 18px;text-decoration:none; color:#993300;}
a.headerlink:link {font-size: 18px;text-decoration:none; color:#993300;}
a.headerlink:hover {font-size: 18px;text-decoration:none; color: #993300;background-color:#ffffff;}

/* Form Colors */
input
{
color: #000;
background: #FFF9DD;
border: 1px solid #000000
}

.submit input
{
color: #000;
background: #FFF9DD;
border: 2px outset #000000
}
textarea
{
color: #000;
background: #FFF9DD;
border: 2px outset #000000
}
select
{
color: #000;
background: #FFF9DD;
border: 2px outset #000000
}

/* Nav Hyperlink colors */
a:link { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none; 
	color: #000000;
	}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;  
	color: #000000;
    }
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none; background-color: #999999;
	color: #ffffff;
	}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none; background-color: #999999;
	color: #ffffff;
    }
	
/* Body Text details */
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: none;  
	color: #000000;
}
.regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;  
	color: #000000;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;  
	color: #993300;
}	
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;  
	color: #000000;
}