/* 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: 11px; color: #000000
	} 
	

PRE 		{ font-family: Courier, monospace; } 

A:link    {text-decoration: underline; color: #660000;}
A:visited {text-decoration: underline; color: #000066;}
A:active  {text-decoration: underline; color: #EEEEEE;}
A:hover   {text-decoration: underline; color: #EEEEEE;}

.defaultcalendarHeader {
COLOR: #FFFFFF; BACKGROUND-COLOR: #669933; FONT-SIZE: 10px;
}

.defaultcalendarCurrentDay {
BACKGROUND-COLOR: #99CC66; FONT-SIZE: 10px; 
}

.defaultcalendarOffDay {
BACKGROUND-COLOR: #EEEEEE; FONT-SIZE: 10px; 
}

.defaultcalendarEvent {
BACKGROUND-COLOR: #eeeeee; FONT-SIZE: 10px; border: 1px solid #cccccc;
}

.defaultcalendarForwardBack {
FONT-SIZE: 10px; color: #993300
}

.defaultcalendarForwardBackLink:link, .defaultcalendarForwardBackLink:visited, .defaultcalendarForwardBackLink:active {
COLOR: #B03200
}

.defaultcalendarForwardBackLink:hover {
COLOR: #336799
}

.defaultcalendarLink:link, .defaultcalendarLink:visited, .defaultcalendarLink:active {
COLOR: #B03200; FONT-SIZE: 10px; 
}

.defaultcalendarLink:hover {
COLOR: #336799; FONT-SIZE: 10px; 
}
