BODY
{
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana;
}
.Menu
{
	border-right: #ab0505 3px solid;
	border-bottom: #ab0505 3px solid;
	background-color: #f4f0f0;
}
.MenuHeading
{
	color: #ab0505;
	font-weight: bold;
	font-size: 90%;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.MenuItem
{
	padding-left: 20px;
	font-size: 80%;
	cursor: hand;
	padding-bottom: 3px;
	padding-top: 3px;
}
.MenuItemOver
{
	color: Black;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 20px;
	font-size: 80%;
	cursor: hand;
	background-color: #FCFBA1;
}
.MenuItemSelected
{
	color: White;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 20px;
	font-size: 80%;
	background-color: #ab0505;
	font-weight: bold;
}
.MenuItem A
{
	color: black;
	text-decoration:none;
}
.MenuItemOver A
{
	color: black;
}
.MenuItemSelected A
{
	color: White;
	text-decoration:none;
}
A IMG
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

TD.SubTitle
{
	font-weight: bold;
	color: white;
	background-color: #ab0505;
	text-align: center;
}
TD.NewsDate
{
	color: #ab0505;
	font-size: 80%;
	padding-left:10px;
	padding-right:10px;
}
TD.NewsText
{
	font-size: 80%;
	padding-bottom: 20px;
	padding-left:15px;
	padding-right:10px;
}
.RedBorder
{
	border: 1px solid #ab0505;
}
