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

/* main page and link styles */
body{
	background-color:#fff;
	color:#000;
	margin:0px;
}

A 					{ color: #fff; text-decoration: none; }
A:visted			{ color: #fff; text-decoration: none; }
A:hover 			{ color: #fff; text-decoration: underline; }
A:active			{
	color: #fff;
	text-decoration: underline;
	font-size: 14px;
}

/* Copyright and bottom info */
.copyright				{ color: #000; font-weight: 800; font-size: 12px;}
a.copyright				{ color: #000; text-decoration: none;} 
a.copyright:visited		{ color: #000; text-decoration: none;} 
a.copyright:hover		{ color: #000; text-decoration: underline;}
a.copyright:active		{ color: #000; text-decoration: underline;}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bolder;
}

