body {
	overflow: auto;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFFF99;
	text-decoration: none;
	white-space: normal;
	position: static;
	visibility: visible;
	z-index: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
	cursor: auto;
	text-align: center;
	text-transform: none;
	letter-spacing: normal;
	vertical-align: middle;
	word-spacing: normal;
	page-break-before: auto;
	page-break-after: auto;
	SCROLLBAR-FACE-COLOR: #CCCC00;
	SCROLLBAR-HIGHLIGHT-COLOR: #CCCC00;
	SCROLLBAR-SHADOW-COLOR: #999999;
	SCROLLBAR-3DLIGHT-COLOR: #FF9999;
	SCROLLBAR-ARROW-COLOR:  #009999;
	SCROLLBAR-TRACK-COLOR: #996666;
	SCROLLBAR-DARKSHADOW-COLOR: #330066;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
}
a {
	color: #CCCCCC;
	text-decoration: underline overline;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16pt;
	color: #BFBD1D;
}
a:hover {
	color: #CC9933;
	text-decoration: underline overline;
}
input {
	font: bold 8pt Arial, Helvetica, sans-serif;
}
table {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.textbox {
	margin: 8px;
	padding: 8px;
	border: 4px solid #CCCCCC;
	height: 350px;
	width: 500px;
	background-color: #666666;
}
.textboxNoSize {
	margin: 8px;
	padding: 0px;
	border: 4px solid #CCCCCC;
	background-color: #666666;
}
