/* 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: 10px; color: #333333; line-height: 1.5em
	} 
	

H1, H2, H3	{ font-family: Verdana, Helvetica, Arial, Sans-Serif; }

H4, H6	{ font-family: Verdana, Helvetica, Arial, Sans-Serif; 
color: #FFFFFF; 
background: #6e869c; 
border: 1px solid #333333}

.defaultheader {
COLOR: #6e869c; Font-weight: Bold; FONT-SIZE: 12px;
}

.defaultsubheader {
COLOR: #6e869c; Font-weight: Bold; FONT-SIZE: 10px; padding-bottom: 0;
margin-bottom: 0;
}


PRE 		{ font-family: Courier, monospace; } 

A:link    {text-decoration: none; color: #333333;}
A:visited {text-decoration: none; color: #c27d2a;}
A:active  {text-decoration: underline; color: #c27d2a;}
A:hover   {text-decoration: underline; color: #c27d2a;}


.footer {COLOR: #6e869c; FONT-SIZE: 9px;
}
A.footer:link    {text-decoration: none; color: #6e869c; font-size: 9px;}
A.footer:visited {text-decoration: none; color: #6e869c; font-size: 9px;}
A.footer:active  {text-decoration: underline; color: #c27d2a; font-size: 9px;}
A.footer:hover   {text-decoration: underline; color: #c27d2a; font-size: 9px;}

.indent {margin-left: 40px;
padding-top: 0; padding-bottom: 0;}

