BODY  {
scrollbar-face-color: #666666;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #666666;
scrollbar-arrow-color: #CCCCCC;
scrollbar-track-color: #000000;
}


body {
	font: normal 11px arial,helvetica,sans-serif;
	color: #333333;
	background-color: #000000;
	margin: 20px;
}
a {
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font: bold 12px arial,helvetica,sans-serif;
	color: #333333;
}
td {
	font: bold 11px arial,helvetica,sans-serif;
	color: #666666;
}
hr {
	color: #339999;
	background-color: #ffffff;
	border: 0px solid;
	height: 1px;
}
div.hrbox {
	width: 212px;
	text-align: center;
}
span.margin {
	margin: 5px;
}
.required {
	font: normal 11px verdana,helvetica,sans-serif;
	color: #339999;
}

/* Define Form Elements */

form {
	font: normal 11px arial,helvetica,sans-serif;
	color: #333333;
}
input {
	font: normal 11px arial,helvetica,sans-serif;
	background: #eeeeee;
	color: #333333;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	margin: 0px;
	padding: 0px;
}
select {
	font: normal 11px arial,helvetica,sans-serif;
	background: #eeeeee;
	color: #333333;
	width: 100px;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	margin: 0px;
	padding: 0px;
}
textarea {
	font: normal 11px arial,helvetica,sans-serif;
	background: #eeeeee;
	color: #333333;
	width: 200px;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	margin: 0px;
	padding: 0px;
}

/* Define Form Classes */

input.text {
	background: #eeeeee;
	width: 200px;
}
input.checkbox {
	border: 0px;
	background: transparent;
}
input.radio {
	border: 0px;
	background: transparent;
}
input.submit {
	font: bold 12px arial,helvetica,sans-serif;
	background: #eeeeee;
	color: #666666;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	cursor: hand;
}
input.reset {
	font: bold 12px arial,helvetica,sans-serif;
	background: #ffffff;
	color: #339999;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	cursor: hand;
}

/* Define Form Pseudo-Classes */

input:focus {
	background: #d6ebeb;
	color: #000000;
}
input.text:focus {
	background: #d6ebeb;
	color: #000000;
}
select:focus {
	background: #eeeeee;
	color: #000000;
}
textarea:focus {
	background: #d6ebeb;
	color: #000000;
}
input.submit:focus {
	background: #339999;
	color: #ffffff;
}


