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

body {
	margin-left: 0px;
	margin-top: 20px;
	background-color: #1c3d6a;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
a:link {
	color: #295091;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #295091;
}
a:hover {
	color: #00B7F0;
}
a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
}.hdr {
	font-size: 18px;
	color: #1E4E93;
}
.hdg2 {
	color: #1E4E93;
}
.brdr {
	border: thin solid #00B7F0;
}
