/* 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, arial, Sans-Serif; font-size: 11px; color: #000000
	} 
	

PRE 		{ font-family: Courier, monospace; } 

A:link    {text-decoration: none; color: #E87318;}
A:visited {text-decoration: none; color: #669999;}
A:active  {text-decoration: underline; color: #cb2125;}
A:hover   {text-decoration: underline; color: #cb2125;}

.defaultcalendarHeader {
COLOR: #CCCCCC; BACKGROUND-COLOR: #006699; FONT-SIZE: 10px;
}

.defaultcalendarCurrentDay {
BACKGROUND-COLOR: #6699CC; FONT-SIZE: 10px; 
}

.defaultcalendarOffDay {
BACKGROUND-COLOR: #CED1D8; 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: #000099
}

.defaultcalendarForwardBackLink:hover {
COLOR: #3333cc
}

.defaultcalendarLink:link, .defaultcalendarLink:visited, .defaultcalendarLink:active {
COLOR: #000099; FONT-SIZE: 10px; 
}

.defaultcalendarLink:hover {
COLOR: #3333cc; FONT-SIZE: 10px; 
}
