HTML, BODY, TABLE {
	font-family: 	Arial, Verdana, sans-serif;
	font-size:		10pt;
	color:				#000;
}
BODY {
	background-color: #623500;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
IMG {
	border: 0px;
}
a:link, a:active, a:visited {
	color: #000;
	font-weight: Bold;
	text-decoration: underline;
	font-size: 10pt;
}
a:hover {
	color: #000;
	font-weight: Bold;
	text-decoration: none;
	font-size: 10pt;
}
.content-image {
	position:	absolute;
}
H1 {
	color: #f4c205;
	font-size: 12pt;
	margin: 0;
	margin-left: 90px;
	padding: 0;
	margin-top: 5px;
}
.textbox {
	position:	absolute;
	top: 30px;
	left: 410px;
	border: 1px solid #eea401;
	background-color: #f4c205;
	font-size: 8pt;
	font-weight: Bold;
	line-height: 20px;
	width: 275px;
	height: 190px;
	overflow: hidden;
	color: #000;
}

a.button:link, a.button:active, a.button:visited {
	position:	absolute;
	top: 240px;
	left: 410px;
	border: 1px solid #f4c205;
	background-color: #623500;
	color: #f4c205;
	line-height: 20px;
	width: 275px;
	font-size: 9pt;
	font-weight: Bold;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
}
a.button:hover {
	position:	absolute;
	top: 240px;
	left: 410px;
	border: 1px solid #f4c205;
	background-color: #e16000;
	color: #FFF;
	line-height: 20px;
	width: 275px;
	font-size: 9pt;
	font-weight: Bold;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
}
