/* 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: 8pt; color: #000000
	} 
	

H1, H2, H3	{ font-family: Verdana, Helvetica, Arial, Sans-Serif; }

H4, H5, H6	{ font-family: Verdana, Helvetica, Arial, Sans-Serif; 
color: #FFFFFF; 
background: #93ABAE; 
border: 1px solid #2B5D6B}

PRE 		{ font-family: Courier, monospace; } 

A:link    {text-decoration: underline; color: #440C0C;}
A:visited {text-decoration: underline; color: #440C0C;}
A:active  {text-decoration: underline; color: #440C0C;}
A:hover   {text-decoration: underline; color: #440C0C;}

.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; 
}
