/***************************************************************************
 *                                style.css
 *                            -------------------
 *   begin                : 11/10/03
 *   author               : Chad Berg
 *   email                : chad@bdhtechnology.com
 *   description          : This global stylesheet for the entire site. 
 *
 ***************************************************************************/

A {
	COLOR: #006699; TEXT-DECORATION: none;
}
A:hover {
	COLOR: #006699; TEXT-DECORATION: underline;
}
A:visted {
	COLOR: #006699; TEXT-DECORATION: none;
}

/* Links from the main page */
.mainlinks				{ color: #000066; font-weight: 900; font-size: 16pt;}
a.mainlinks				{ color: #000066; text-decoration: none;} 
a.mainlinks:visited		{ color: #000066; text-decoration: none;}
a.mainlinks:hover		{ color: #000066; text-decoration: underline;}
a.mainlinks:active		{ color: #000066; text-decoration: underline;}

/* Links from the navbar of on every page */
.navlinks				{ color: #FFCC00; font-weight: 900; font-size: 14pt;}
a.navlinks				{ color: #FFCC00; text-decoration: none;} 
a.navlinks:visited		{ color: #FFCC00; text-decoration: none;}
a.navlinks:hover		{ color: #FFCC00; text-decoration: underline;}
a.navlinks:active		{ color: #FFCC00; text-decoration: underline;}

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