BODY {
	background-image: url('/images/left_fade.gif');
	background-repeat: repeat-y;
}
.nav_bottom {
	background-image: url('/images/top_fade.gif');
	background-repeat: repeat-x;
}
H1 {
	font-family: "Times New Roman", Times, Serif;
	font-size: 2em;
	letter-spacing: 0em;
	font-weight: bold;
	margin: 0px;
	border-bottom: 2px #BFB solid;
}

.listHeader {
	background-color: 	#1C2F24;
	color:				#FFF;
	font-weight: 		bold;
}

#classList TD {
	font-size: 9pt;
	font-family: tahoma,arial,'sans serif';
}

#news TD {
	font-family: tahoma,arial,'sans serif';
}
.newsTitle {
	color: #090;
	font-weight: bold;
	font-size: 13pt;
}
.newsDate {
	color: #060;
	font-size: 9pt;
	font-style: italic;
}
.newsText {
	font-size: 11pt;
}

.emailHeader {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	background-color: #CFC;
	width: 120px;
}

A {
	color: #060;
}
A:hover {
	color: #900;
}