/* CALENDAR CSS */

BODY
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12pt;
    color: Black;
}

.Header
{
	color: Maroon;
	font-size: 26pt;
	font-weight: bold;
}

TABLE, TD
{
	font-size: 10pt;
}

.Cal
{
	font-family: sans-serif;
	font-size: 10pt;
}

.MonthName
{
	color: Navy;
	font-size: 14pt;
	font-weight: bold;
}

.Cancelled
{
	text-decoration: line-through;
}

.ColHeader
{
	background-color: navy;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color: white;
}

.RED
{
	color: Red;
}

A:link	
{
	text-decoration:	none;
	color:	#000099;
}	
		
A:visited	
{
	text-decoration: none;
	color:	#333399;
}	
		
A:active	
{
	text-decoration:	none;
	color:	#333399;
}	
		
A:hover	
{
	text-decoration:	underline;
	color:	#000099;
}

A.home:link	
{
	text-decoration:	none;
	color:	#000099;
	font-size: 14pt;
}	
		
A.home:visited	
{
	text-decoration: none;
	color:	#6666cc;
	font-size: 14pt;
}	
		
A.home:active	
{
	text-decoration:	none;
	color:	#333399;
	font-size: 14pt;
}	
		
A.home:hover	
{
	text-decoration:	underline;
	color:	#990000;
	font-size: 14pt;
}
HR
{
	color: Olive;
	height: 5px;
}

ul
{
	font-size: 10pt;
	list-style: disc, , inside;
	margin: 0 0 0 10px;
}
