/* CSS Document */
.calendarborders { border: 1px solid #009900; 	border-collapse: collapse;  border-spacing: 0; margin: 1px; padding: 1px;}
.calendarborders TD { border: solid 1px; padding: 3px; font-family:  Verdana, Arial, Helvetica, sans-serif; color: #009900;	text-decoration: none; font-size: .9em;}
.cal-month { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px;	font-weight: bold;	color: #017F01;	text-decoration: none;}
.cal-dates { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em;	color: #015201;	text-decoration: none;	font-weight: normal;}
.cal-days {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: .9em; text-decoration: none;	background-color: #D1E7C7;}
.calevents { color: #D99D00; 	text-decoration: none;	font-weight: normal;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 0.8em;}
.calevents a:link {	color: #D99D00;	text-decoration: none;	font-weight: normal;}
.calevents a:visited {	color: #D99D00;	text-decoration: none;	font-weight: normal;}
.calevents a:active { color: #D99D00;	text-decoration: none;	font-weight: normal;}
.calevents a:hover { color: #62A629; 	text-decoration: none;	font-weight: normal;}	
.header {
	font-size: 1.5em;
	color: #006600;
	text-decoration: none;
	font-weight: normal;
}