/* CSS Document */

body {
	background-color: #FFFCDF;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}


/*  TOP NAV CSS */
td.nav {
background-color: #ffffff; 
opacity: .75;	
 filter: alpha(opacity=75);
 border: #efefef 1px solid;
 height: 30px;
 text-align: center;
 }
 td.nav A {
display: block;
 }
 
td.nav  TABLE{
width: 800px;
 }
 td.nav  TABLE TD{
 text-align: center;
 padding:  0 15px  0 15px;
 }


/*  HOME CSS from Orig Cut*/
.style3 {
font-size: 11px; font-weight: bold; }
.style4 {
	font-size: 11px; 
	line-height: 12px;
}

.style4w {
	font-size: 11px; 
	line-height: 12px;
	color:#bcbec0;
}

.style6 { font-size: 12px; font-weight: bold; color: #831F21; }
.style8 { font-size: 10px; font-weight: bold; color: #831F21; line-height: 8px;}

.style8w { font-size: 10px; font-weight: bold; color: #eadadb; line-height: 11px;}


.style9 {font-size: 12px; color: #831F21; }
.style10 {font-size: 12px; }
.style11 {font-size: 10px; font-family:Georgia, "Times New Roman", Times, serif; color:#831f21; font-weight:bold; margin-right:10px; margin-top:2px; padding-top:0px;}
.style12 {font-size: 12px; font-family: Arial, Helvetica, sans-serif; color:#831f21; font-weight:normal; margin-right:10px; margin-top:2px; padding-top:0px; line-height:18px;}


hr{
color:#831f21;
}

hr.white{
color:white;
}