@charset "utf-8";
body {
	background-color: #000000;
}
table {
	background-color: #0033FF;
	background-position: center;
}
.bottom_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
p, h1, h2, h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-top: 4px;
}
p {
	font-size: 12pt;
}
h1 {
	font-size: 24pt;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 14pt;
	font-weight: bold;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	overflow: auto;
}
.contactlabel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	}
.scroll {
	overflow: auto;
	max-height: 600px;
	max-width: 830px;
	margin-left: 20px;
	margin-top: 5px;
}

