@import url("css/menu.css");

.tableClass {margin-left: auto; margin-right: auto}
a:link, a:active, a:visited {
	font-family: Tahoma, Arial;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}
a:hover {
	font-family: Tahoma, Arial;
	color: #000000;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
}
Body{
	font-weight: normal;
	background-image: url(images/newback.gif);
	margin-top: 0px;
}

.underline {
	text-decoration: underline;
}
.red {
	color: #92010E;
}
#general{
font-family: Tahoma, Arial;
	font-size: 12px;
	color: #92010E;
	}
.menu
{font-family: Tahoma, Arial;
	font-size: 11px;
	color: White;
	font-weight: bold;
	}

general.a:link{
font-family: Tahoma, Arial;
	font-size: 12px;
	color: #92010E;
	}
general.a:hover, general.a:active, general.a:visited{
font-family: Tahoma, Arial;
	font-size: 12px;
	color:#92010E;
	text-decoration:underline;
	}


