/* 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, H5, H6	{ font-family: Verdana, Helvetica, Arial, Sans-Serif; 
color: #FFFFFF; 
background: #cc6600; 
border: 1px solid #003333}

PRE 		{ font-family: Courier, monospace; } 

A:link    {text-decoration: underline; color: #333333;}
A:visited {text-decoration: underline; color: #003300;}
A:active  {text-decoration: underline; color: #CC6600;}
A:hover   {text-decoration: underline; color: #CC6600;}


.footer {
COLOR: #003300; FONT-SIZE: 9px; FONT-WEIGHT: BOLD;
}

.subhead {
COLOR: #cc6600; FONT-SIZE: 12px; FONT-WEIGHT: BOLD; FONT-STYLE: Italic; line-height:1.8em;
}

.paragraphhead {
COLOR: #003300; FONT-SIZE: 11px; FONT-WEIGHT: BOLD;line-height:1.8em;
}

.formitems
{
	color: #003300;
	font-size: 11px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	text-transform: capitalize;
}


.subnav,.subnav:link{
COLOR: #CC6600; FONT-SIZE: 10px; font-weight: bold; padding-left:10px; text-decoration: none; line-height:1.8em;
}

 .subnav:visited, .subnav:active {
COLOR: #CC6600; FONT-SIZE: 10px; text-decoration: none; font-weight: bold;
}

.subnav:hover {
COLOR: #003300; FONT-SIZE: 10px; font-weight: bold;
}

.defaultcalendarHeader {
COLOR: #ffcc66; BACKGROUND-COLOR: #003300; FONT-SIZE: 10px;
}

.defaultcalendarCurrentDay {
BACKGROUND-COLOR: #CC6600; FONT-SIZE: 10px; 
}

.defaultcalendarOffDay {
BACKGROUND-COLOR: #ffcc66; FONT-SIZE: 10px;  color: #003300;
}

.defaultcalendarEvent {
BACKGROUND-COLOR: #FFFFFF; FONT-SIZE: 10px; border: 1px solid #CC6600;
}


