body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #092974;
}
.top {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100px;
	background-color: #FFFFFF;
	background-image: url(images/header_image.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
.top img {
	position: absolute;
	left: 0px;
	top: 0px;
}
.top_spacer {
	background-color: #092974;
	width: 100%;
	position: absolute;
	top: 100px;
	left: 0px;
	height: 5px;
}
.navigation {
	background-color: #092974;
	color: #CCCCCC;
	top: 165px;
	position: absolute;
	left: 0px;
	font-size: 10pt;
	font-weight: normal;
	width: 177px;
	padding-top: 10px;
	padding-left: 2px;
}
.main {
	position: absolute;
	left: 180px;
	top: 165px;
	background-color: #FFFFFF;
	width: 580px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #61739B;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #61739B;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #61739B;
	padding-right: 10px;
}
.left_header_image {
	left: 0px;
	position: absolute;
	top: 105px;
	width: 100%;
	background-color: #61739B;
	height: 60px;
	background-image: url(images/left_header_image.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.contact_details a {
	text-decoration: none;
	color: #092974;
}
.navigation img {
	margin-bottom: 4px;
}
p {
	margin-left: 20px;
	font-size: 10pt;
}
.norm {
	font-size: 10pt;
}
.bold {
	font-size: 10pt;
	font-weight: bold;
}
h1 {
	margin-left: 10px;
	font-size: 16pt;
	margin-top: 10px;
}
h2 {
	margin-left: 15px;
	font-size: 14pt;
}
li {
	font-size: 10pt;
}

a {
	font-size: 10pt;
	color: #092974;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.credits {
	font-size: 10px;
	color: #537DA5;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
	text-decoration: none;
}
credits:hover {
	font-weight: bold;
}
.table_top_border {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
}

td {
	font-size: 10pt;
}

form table {
	padding-left: 20px;
}