html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.title1 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.title2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.class_name {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}
.special_event {
	background-color: #00FFFF;
	text-decoration: none;
}
.calendar_title {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #003366;
	text-align: center;
}
.calendar_other_month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.calendar_weekday {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	width: 95px;
	text-align: center;
	vertical-align: top;
	background-color: #003366;
}

.white_title {
	font-weight: bold;
	color: #FFFFFF;
}
.page_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
body {
	background-color: #CCCCCC;
}
.calendar_vacation {
	color: #FFFFFF;
	background-color: #003366;
	width: 96px;
	font-weight: normal;
	font-size: 9px;
}
.center {
	text-align: center;
}
/************ sectionLinks styles **************/

#sectionLinks{
	padding: 0px;
	width: 180px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	background-color: #666666;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
	color: #FFFFFF;
}
#sectionLinks a:hover{
	background-color: #3399CC;
	text-decoration: none;
	color: #FFFFFF;
}
.announcement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #BEDEED;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
}
.text_page {
	text-align: left;
	text-indent: 20px;
	display: block;
	left: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.text_page_heading {
	font-weight: bold;
	display: block;
	padding-left: 20px;
	background-color: #BEDEED;
	border-top-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #3399CC;
}
