html, body {
	background: #17365D;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #fff;
	padding: 0;
	margin: 0;
	}
a:link, a:active {
	text-decoration: underline;
	color: #fff;
	}
a:visited {
	text-decoration: underline; 
	color: #fff;
	}
a:hover {
	text-decoration: none; 
	color: #fff;
	}
a.MenuButton, a.MenuButton_Current {
	text-decoration: none; 
	padding: 8px 0 8px 10px;
	background: transparent;
	display: block; 
	text-align: left;
	font-size: 15px;
	color: #FFF;
	margin-top:4px;
	margin-bottom:4px;
	}
a:hover.MenuButton {
	text-decoration: none; 
	color: #fff;
	background: #000;
	}
a.MenuButton_Current {
	text-decoration: none; 
	color: #17365D;
	background: #fff;
	}
h1 {
	font:24px Times New Roman;
	margin: 0 0 0 24px;
	}
h2 {
	font:18px Times New Roman;
	margin: 0 0 24px 0;
	}
table {
	width: 100%;
	}
td {
	text-align: left;
	}
p, li {
	margin: 8px 0 16px 0;
	text-align: justify;
	}
img {
	border: 0;
	}
.PageContainer {
	width: 960px;
	text-align: left;
	}
.TopLogo {
	padding: 10px;
	text-align: left;
	}
.LeftMenu {
	width: 200px;
	}
.MainText {
	width: 760px;
	padding: 16px 10px 16px 24px;
	}
.CopyrightNotice {
	font-size: 10px;
	padding: 4px 10px 4px 4px;
	text-align: right;
	}
.FormTitle {
	font-size: 12px;
	text-align: right;
	}
.FormData {
	width: 60%;
	}