@charset "utf-8";
/* CSS Document */




cal-bottom {
	background-image: url(images/cal-bottom.jpg);
	background-repeat: no-repeat;
}
bottom {
	background-image: url(images/cal-bottom.jpg);
	background-repeat: no-repeat;
}
.weekday {
	font-size: 12px;
	text-align: center;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #242FAE;
}

.events {	text-align: center;
}

.orange {
	font-size: 11px;
	text-align: center;
	color: #F63;
	font-weight: bolder;
}

.orange1 {
	font-size: 11px;
	color: #F63;
	font-weight: bolder;
}

.orange3 {
	font-size: 14px;
	text-align: left;
	color: #F63;
	font-weight: bolder;
}

.orange2 {
	font-size: 18px;
	text-align: left;
	color: #F63;
	font-weight: bolder;
}


.date {
	font-size: 10px;
	text-align: center;
	background-image: url(images/cal-top.jpg);
	background-repeat: no-repeat;
}

a {
	font-size: 11px;
	color: #FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	color: #FFF;
	text-decoration:underline
}
a:active {
	text-decoration: none;
	color: #FFF;
}
