body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.small {
	font-size: 10px;
}
.smallgold {
	font-size: 10px;
	color: #AE7933;
}
.smallwhite {
	font-size: 10px;
	color: #FFFFFF;
}
.tiny {
	font-size: 8px;
}
.white {
	color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}

a.menu {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}
a.menu:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}

a.calendar {
	text-decoration: underline;
	font-weight: bold;
}	

.newsheader {
	font-size: 20px;
	font-weight: bold;
	color: #AE7933;
}

table.blip {
	border-width: 1px;
	border-style: none;
	border-color: #507087;
	background-color: white;

}
hr {
	border: thin dotted #CCCCCC;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}
form {
	margin-bottom: -5px;
}

.table.calendar {border: 1px solid #ACC5D2; border-collapse: collapse; color: #000000; background: #FFFFFF; } 
.td.today { border: 1px solid white; color: #000000; background: #EFEFEF; font-weight: bold;} 
.td.monthdays {border: 1px solid #434470; color: #000000; background: #FFFFFFF; } 
.td.nonmonthdays { border: 1px solid white; color: #000000; background: #9FBFD1; }
