/* Created for AES March 2002
	by Ravine Design and Advertising
	Stephanie Sundahl
	
	Please document all styles and modifications.
*/



/*----------------default styles---------------*/

/* default styles for text within <td>, <b>, and <i> respectively */
td		{ font-family: Verdana, sans-serif; font-size: 11px; font-color: black;}
b		{ font-family: Verdana, sans-serif; font-weight: bold; font-size: 11px;}
i		{ font-family: Verdana, sans-serif; text-decoration: italic; font-size: 11px;}


/* text links.  */
a:hover { font-family: Verdana, sans-serif; color: #blue; text-decoration: underline; font-size: 11px; } 
a:link  { font-family: Verdana, sans-serif; color: #blue; text-decoration: underline;  font-size: 11px; } 
a:visited { font-family: Verdana, sans-serif; color: #blue; text-decoration: underline;  font-size: 11px;} 
a:active { font-family: Verdana, sans-serif; color: #blue; text-decoration: underline; font-size: 11px; }


/* header blue links.  */
.header		{ font-family: Verdana, sans-serif; font-weight: bold; font-size: 14px; color: #0033CC;}



/*----------------special link styles---------------*/
/*style for footer links.*/
a.footer:hover { font-family: Verdana, sans-serif; color: gray; text-decoraton: none; font-size: 10px; } 
a.footer:link  { font-family: Verdana, sans-serif; color: gray; text-decoration: none;  font-size: 10px; } 
a.footer:visited { font-family: Verdana, sans-serif; color: gray; text-decoration: none;  font-size: 10px;} 
a.footer:active { font-family: Verdana, sans-serif; color: gray; text-decoration: none; font-size: 10px; }


