/***************************************************************************
 *                                  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; margin-left:0px; margin-top:0px; margin-right:0px; margin-bottom:0px;}
h2,h3				{ font-family: Verdana, Arial, Helvetica, sans-serif; }
a,p,li,tr,td		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; }
blockquote			{ width: 95%; }

/* Table heights */
#fullheight			{ height:100%; }
#fullheight2		{ height:100%; }
#height30			{ height:30px; }
#height47			{ height:47px; }
#height48			{ height:48px; }
#height213			{ height:213px; }
#height215			{ height:215px; }
#height216			{ height:216px; }

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

/* Copyright and bottom info */
.copyright				{ color: #000000; font-weight: 800; font-size: 12px;}
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;}


