/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D3D3D;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
a:link {
	color: #A7A7A7;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D3CE8A;
	width: 700px;
	padding: 10px 0px;
	margin: auto;
	line-height: 20px;
	text-align: left;
	height: 300px;
	overflow: auto;
}
.script {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	line-height: normal;
	color: #C0C0C0;
}
.header {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
