/* 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 */


P, DIV, TABLE, TD, TH, DL, UL, OL, FORM, BLOCKQUOTE, CAPTION
	{ font-family: Verdana, Helvetica, Arial, Sans-Serif; font-size: 9px; color: #333333
	} 
	

H1, H2, H3	{ font-family: Verdana, Helvetica, Arial, Sans-Serif; color: #336666}

H4, H5, H6	{ font-family: Verdana, Helvetica, Arial, Sans-Serif; 
color: #FFFFFF; 
background: #93ABAE; 
border: 1px solid #2B5D6B}

PRE 		{ font-family: Courier, monospace; } 

A:link    {text-decoration: underline; color: #336666;}
A:visited {text-decoration: underline; color: #336666;}
A:active  {text-decoration: underline; color: #663300;}
A:hover   {text-decoration: underline; color: #336666;}

footer:link    {text-decoration: none; color: #336666; FONT-SIZE: 9px;}
footer:visited, footer:active, footer:hover    {text-decoration: underline; color: #663300; FONT-SIZE: 9px;}
 
 
.defaultHeader {
COLOR: #336666; FONT-SIZE: 12px; font-weight: Bold;
}

.defaultTitle {
COLOR: #336666; FONT-SIZE: 10px; font-weight: Bold;
}

.defaultMainHeader {
COLOR: #FFFFCC; FONT-SIZE: 14px; font-weight: Bold;
}

