/* CSS Document */
<style type="text/css">
<!--
body,td,th {
	color: #FFFFFF;
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
}
body {
	color: #FFFFFF;
	background-color: #002953;
}
img{
	max-width: 100%;
	height: auto;
	border: 0;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
table, th{
	text-align: center;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-color: #00478E;
}
td{
	text-align: center;
	background-color: #00478E;
}
.table1{
	border: 5px solid #00356B;
	border-collapse: collapse;
	text-align: center;
	background-color: #003F7F;
}
a {
	font-weight: bold;
}
-->
</style>