body         {
	font-family: Georgia;
	font-size: 11pt;
	background: #2D8E9E;
}
h2           { font-family: Georgia; font-size: 15pt; color: #800000; font-weight: bold }
h1           { font-family: Georgia; font-size: 18pt; color: #800000}
h3           { font-family: Georgia; font-size: 11pt; color: #800000}
h5           { font-family: Georgia; font-size: 7pt; }
h6 {
	font-size: smaller;
	font: Tahoma;
}
.style3 {
	font-size: 9pt;
	font-weight: bold;
	color: white;
	padding-left: 5px;
}
table.maintable {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-color: White;
	width: 1000px;
	border: thin solid white;
}
table.ask {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-color: White;
	width: 80%;
	border: thin solid black;
}

