@charset "utf-8";
/* CSS Document */
body {
	background-color: #3D3D3D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #000;
	font-size: 14px;
}
A { text-decoration: none; color: #300000}
A:hover { text-decoration: none; color: red}
.Navlinks {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #000;
}
	a:link{ 
	color: black;
	font-style: normal;
	text-decoration: none;
	}
	a:hover{
	color: red;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
	}
.pagetitle {
	color: #111;
	font-size: 20px;
	font-weight: bold;
}
.footertext {
	color: #111;
	font-weight: bold;
	font-size: 12px;
}
