/* CSS Document */


h1{
	background: url(images/BGtextFooter.gif) repeat-x 0 29px;
}
#monthYear{
	font: 18px 'Trebuchet MS' Verdana, Arial, Helvetica, sans-serif;
}

/* unvisited link */
#evtcal a{
	color: #214658; 
	text-decoration: none;
	display: block;
	padding: 9px 0 8px 0;
	margin: 0 -3px 0 0;
	line-height: 13px;
	border: none;
}	
html>body #evtcal a{
	color: #214658; 
	text-decoration: none;
	display: block;
	padding: 9px 0 8px 0;
	margin: 0 0 0 0;
	line-height: 13px;
	border: none;
}
/* mouse over link */
#evtcal a:hover {
	color: #204658; text-decoration: underline;
	text-decoration: none;
	background-color: #C8C896;
}	
/* selected link */
#evtcal a:active {
	color: #000; text-decoration: none;
}		
a.noBG{
	color: #999999;
}
a:hover.noBG{
	background-color: transparent;
	padding: 0;
}
#monthYear{
	font: 14px 'Trebuchet MS' Verdana, Arial, Helvetica, sans-serif;
}
#calMonth{
	font: 20px/20px 'Trebuchet MS' Verdana, Arial, Helvetica, sans-serif;
}
