/* Body and Overall Theme */

body { 
		font-size: 11px; 
		font-family: Verdana, Helvetica, Arial, Geneva;
		text-decoration : none;
		background: #470C00;
		background-image:url(../images/bk_01.gif);
		margin: 0px 0px 0px 0px;
}

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 {
	text-decoration: none;
}


/* Colored Text */
.grey {  
	color: #999999; 
	}
	
.red {  
	color: #990000; 
	}

.white {  
	color: #ffffff; 
	}

/* Tables */
.tContainer { 	
		padding:0px 0px 0px 0px; 
		margin:0px 0px 0px 0px;
		background-color: #FBF5DD;
	}
	
.greyframe { 	
		border-style:solid; 
		border-color:#94908E; 
		border-width:1px 1px 1px 1px; 
		padding:8px 0px 25px 8px; 
		margin:0px 0px 0px 0px;
		background-color: #ffffff;
	}

	
/* Other Links */
a.bottomnav:link, a.bottomnav:active, a.bottomnav:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;	
}

a.bottomnav:hover {
	text-decoration: none;
	color: #CCCCCC
}

a.nolinebold:link, a.nolinebold:active, a.nolinebold:visited {
	color: #454034;
	text-decoration: none;
	font-weight: bold;	
}

a.nolinebold:hover {
	text-decoration: none;
}
