/* 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: none; color: #996600;}
A:visited {text-decoration: none; color: #996600;}
A:active  {text-decoration: none; color: #996600;}
A:hover   {text-decoration: underline; color: #660000;} 

A.altstyle:link    {text-decoration: none; color: #FFFFFF;}
A.altstyle:visited {text-decoration: none; color: #711703;}
A.altstyle:active  {text-decoration: none; color: #333333;}
A.altstyle:hover   {text-decoration: underline; color: #333333;}

.defaultcalendarHeader {
COLOR: #FFFFFF; BACKGROUND-COLOR: #711703; FONT-SIZE: 10px;
}

.defaultcalendarCurrentDay {
BACKGROUND-COLOR: #F4CE6C; FONT-SIZE: 10px; 
}

.defaultcalendarOffDay {
BACKGROUND-COLOR: #CACAAD; FONT-SIZE: 10px; 
}

.defaultcalendarEvent {
BACKGROUND-COLOR: #eeeeee; FONT-SIZE: 10px; border: 1px solid #cccccc;
}

.defaultcalendarForwardBack {
FONT-SIZE: 10px;
}

.defaultcalendarForwardBackLink:link, .defaultcalendarForwardBackLink:visited, .defaultcalendarForwardBackLink:active {
COLOR: #996600
}

.defaultcalendarForwardBackLink:hover {
COLOR: #660000
}

.defaultcalendarLink:link, .defaultcalendarLink:visited, .defaultcalendarLink:active {
COLOR: #996600; FONT-SIZE: 10px; 
}

.defaultcalendarLink:hover {
COLOR: #660000; FONT-SIZE: 10px; 
}
