@charset "UTF-8";
.calendarMonth {
	color: #FF9900;
	font-size: 12pt;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.calendarMonth2 {
	color: #FFCC00;
	font-size: 12pt;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.calendarBox {
	background-color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 10px;
}
.calendarBox2 {
	background-color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 10px;
}
.calendarBox a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.calendarBox a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.calendarBox a:hover {
	font-weight: bold;
	color: #BD0000;
	text-decoration: underline;
}
.calendarBox a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.calendarBox2 a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.calendarBox2 a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.calendarBox2 a:hover {
	font-weight: bold;
	color: #BD0000;
	text-decoration: underline;
}
.calendarBox2 a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
