/* use C-style comments to comment things out */
/* note that NS 4.x seems to have trouble with inheritance, so you have to 
   have all the block elements here */


BODY, P, DIV, TABLE, TD, TH, DL, UL, OL, FORM, BLOCKQUOTE, CAPTION
	{ font-family: Arial, Verdana, Helvetica, Sans-Serif; font-size: 13PX; color: #993300; line-height: 1.5em; font-weight: bold;
	} 
	

PRE 		{ font-family: Courier, monospace; } 

A:link    {text-decoration: none; color: #996600;}
A:visited {text-decoration: underline; color: #993300;}
A:active  {text-decoration: underline; color: #993300;}
A:hover   {text-decoration: underline; color: #660000;}

.footer 
{font-size: 10; color: #660000;}

.MemberHeader
{
	color: #930;
	font-family: Verdana, sans-serif;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	text-transform: uppercase;
}
