/* 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: Verdana, Helvetica, Arial, Sans-Serif; font-size: 10PX; color: #333333
	} 
	

PRE 		{ font-family: Courier, monospace; } 

A:link    {text-decoration: underline; color: #333399;}
A:visited {text-decoration: underline; color: #333333;}
A:active  {text-decoration: underline; color: #996600;}
A:hover   {text-decoration: underline; color: #996600;}


.footer:link, .footer:visited, .footer:active {
COLOR: #FFCC33; FONT-SIZE: 9px;
}

.footer {
COLOR: #FFCC33; FONT-SIZE: 9px;
}

.footer:hover {
COLOR: #FFFFFF; FONT-SIZE: 9px;text-decoration: underline; 
}

.pagetitle {
COLOR: #cc9933; FONT-SIZE: 15px; FONT-WEIGHT: BOLD; font-family: Times New Roman,Serif;
}

.columntitle {
COLOR: #333399; FONT-SIZE: 11px; FONT-WEIGHT: BOLD;
}


