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

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #000;
}

body {
	background-color: #787878;
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	font-size: 14px;
	color: #000;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: #FFF;
}

a:active {
	text-decoration: none;
	color: #000;
}
