/* Body and Overall Theme */

body { 
		font-size: 11px; 
		font-family: Verdana, Helvetica, Arial, Geneva;
		text-decoration : none;
		background-image:url(images/bk_01.gif);
}

table, td, th, a, center, font, input, submit, select, textarea, button {
	font-size: 11px; 
	font-family: Verdana, Helvetica, Arial, Geneva; 
	text-decoration : none;
}

/* All Links */
a:link, a:active, a:visited {
	color: #6B5447;
	text-decoration: underline;
	font-weight: normal;	
}

a:hover {
	color: #000000;
	text-decoration: none;
}


/* tr ResultsTitle */
.trResultsTitle {
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 10px; 
			font-weight: bold;
			color: #000000;
			background-color: #E6DAAA;
}

/* tr ResultsRow */
.trResultsRow {
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 10px; 
			color: #000000;
}

/* tr ResultsRowAlt */
.trResultsRowAlt {
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 10px; 
			color: #000000;
			background-color: #EFE8C7;
}



/* Colored Text */
.grey {  
	color: #999999; 
	}
	
.red {  
	color: #990000; 
	}

.white {  
	color: #FFFFFF; 
	}


/* Copyright Links */
.copyrlinks {
	color: #000000;
	text-decoration: none;
	font-weight: normal;	
}

.copyrlinks a:link, .copyrlinks a:active, .copyrlinks a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;	
}


.contactinfo {
	color: #E6DAAA;
	text-decoration: none;
	font-weight: normal;
	line-height:14px;
}

.contactinfo a:link, .contactinfo a:active, .contactinfo a:visited {
	color: #E6DAAA;
	text-decoration: none;
	font-weight: normal;	
	line-height:14px;
}

.nav_public td {
	font-size: 11px; 
	font-family: Verdana, Helvetica, Arial, Geneva; 
	text-decoration : none;
	font-weight: normal;
	color: #552F22;
	padding: 3px 7px 3px 7px;
	background-color: #DC831A;
}

.nav_public a:link, .nav_public a:active, .nav_public a:visited {
	color: #552F22;
	text-decoration: none;
	font-weight: normal;	
}

.nav_public a:hover {
	color: #E6DAAA;
	text-decoration: none;
}

.nav_members td {
	font-size: 11px; 
	font-family: Verdana, Helvetica, Arial, Geneva; 
	text-decoration : none;
	font-weight: normal;
	color: #F6DCBD;
	padding: 3px 7px 3px 7px;
	background-color: #4C542F;
}

.nav_members a:link, .nav_members a:active, .nav_members a:visited {
	color: #F6DCBD;
	text-decoration: none;
	font-weight: normal;	
}

.nav_members a:hover {
	color: #DC831A;
	text-decoration: none;
}

