body {
	text-align: center;
	font-family: Gill sans, Sans Serif;
	font-size: 10pt;
	line-height: 14px;
}

div.black_overlay{
	margin-top: 20px;
	padding-top: 30px;
	background-color: black;
	width: 760px;
	height: 540px;

}

div.white_overlay {
	padding-top: 5px;
	width: 700px;
	height: 500px;
	background-color: white;
}

div.top_header {
	width: 690px;
	background-color: #CCCBAC;
	height: 75px;
	text-align: center left;
}

div.top_menu {
	width: 690px;
	background-color: #FFFFFF;
	height: 30px;
}

div.body {
	width: 690px;
	background-color: #FFFF99;
	height: 390px;
	text-align: left;
}

div.body_simple {
	width: 700px;
	border: 1px solid black;
	text-align: left;
	padding-bottom: 30px;
	font-size: 9pt;
}

div.text_block {
	text-align: left;
	font-size: 9pt;
	padding-left: 20px;
}

h2 {
	font-size: 12pt;
}

h3 {
	font-size: 10pt;
}

input {
	border: 1px solid black;
}

textarea {
	border: 1px solid black;
}

img {
	border: 0px;
}

img a {
	text-decoration: none;
	border; 0px;
}

a {
	text-decoration: none;
	color: #00853e;
	border-bottom: 1px dotted grey;
}

a:hover {
	border-bottom: 1px solid black;
}

table.form {
	margin-left: 100px;
}