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

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #303C4E;
	margin-left: 0px;
	margin-top: 0px;
}
a:link {
	color: 778086;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: 778086;
}
a:hover {
	text-decoration: underline;
	color: 384351;
}
a:active {
	text-decoration: none;
	color: 778086;
}