.members {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}
.bodysm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.news {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #CC0000;
}
.botmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/*---------- News and Events Table ----------*/
.tableheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#FFFFFF;
	background-color: #990000;
}
.tabletrwhite,
.tabletrred,
.tabletryellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}
.tabletrwhite{
	background-color: #FFFFFF;
	color: #000000;
}
.tabletrred{
	background-color: #FFFFFF;
	color: #0000FF;
	font-weight: bold;
}
.tabletryellow{
	background-color: #FFFFFF;
	color: #FF0000;
}
