/***************************************************************************
 *                                  style.css
 *                            -------------------
 *   begin                : 04/20/05
 *   author               : Chad Berg
 *   email                : chad@bdhtechnology.com
 *   description          : This files contains the page styles for the entire site.
 *
 ***************************************************************************/

body{
	background-color:#FFFFFF;
	color:#000000;
	margin:0;
}
body,p,td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a,a:visited{ 
	background-color: inherit;
	color: #AE9447;
	text-decoration: none;
}
a:hover, a:active{
	background-color: inherit;
	color: #AE9447;
	text-decoration: underline;
}
/* Nav Links */
.navlink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:800;
	background-color:inherit;
	color:#FFFFFF;
}
a.navlink,a.navlink:visited{ 
	background-color: inherit;
	color: #AE9447;
	text-decoration: none;
}
a.navlink:hover, a.navlink:active{
	background-color: inherit;
	color: #AE9447;
	text-decoration: underline;
}
/* Copyright and bottom info */
.copyright{
	background-color: inherit;
	color: #000000; 
	font-weight: 800; 
	font-size: 12px;
}
a.copyright, a.copyright:visited{
	background-color: inherit;
	color: #000000;
	text-decoration: none;
} 
a.copyright:hover, a.copyright:active {
	background-color: inherit;
	color: #000000; 
	text-decoration: underline;
}
