@charset "utf-8";
body {
	background-color: #3D4C6A;
}
body,td,th {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif ;
	color: #3D4C6A;
	font-weight: normal;
}
a:link {
	font-size: 12px;
	color: #3D4C6A;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #3D4C6A;
	font-weight: bold;
}
a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #3D4C6A;
	font-weight: bold;
}
a:active {
	font-size: 12px;
	text-decoration: none;
	color: #3D4C6A;
	font-weight: bold;
}

