.purplehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #472887;
}
.purpleheadha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #472887;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.grayhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
.graylinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
}
a {
	color: #472887;
	text-decoration: none;
	
}
a:hover {
	color: #7c7c7c;
}
a:visited {
	color: #7c7c7c;
}
a.body {
	color: #472887;
	text-decoration: underline;
	
}
a.body:hover {
	color: #7c7c7c;
	text-decoration: underline;
}
a.body:visited {
	color: #7c7c7c;
	text-decoration: underline;
}
.subnavreverse {
	font-size: 9px;
	font-weight: bold;
	color: #bcbcbc;
	text-transform: uppercase;
	line-height: 20px;
	background-color: #624d80;
}
.subnav {
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
}
.newshead {
	font-weight: bold;
	color: #6f3108;
	line-height: 20px;
}
.newsheadlong {
	font-weight: bold;
	color: #6f3108;
	line-height: 10px;
}

/* Calendar Styles */
.cal_title
{
	background-color: #2F196E;
	border: 0;
}

.cal_title td
{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.cal_dayheader
{
	background-color: #8277B1;
	width: 75px;
	color: #ffffff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #ffffff;
}

.cal_dayheader td
{
	width: 48px;
}

.cal_days
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #9D96B5;
	height: 50px;
}

.cal_othermonth
{
	background-color: #CECCD3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #9D96B5;
	height: 50px;
}

.cal_weekend
{
	background-color: #FCF1D9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #9D96B5;
}

.bulletspace
{
	margin-top: 2px;
}

.cellspacer
{
	padding-bottom: 5px;
}

.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

