@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #787878;
	margin-left: 0px;
	margin-right: 0px;
}
#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

.hr { 
	line-height: 1px;
	font-size: 1px;
	height: 2px; 
	background: #000000; 
	margin: 15px 0; 
}

a {
	font-size: 14px;
	color: #FAFAFC;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #000000;
}