body { background-color: #000300; }
body,p,td,h1,h2,h3,h4,h5,input,textarea,select { font-size: 8pt; color: #000000; font-family: Arial, Helvetica, sans-serif; }
body,p,h1,h2,h3,h4,h5,input,textarea,select,a { line-height: 11pt; }
.spacer { font-size: 2px; line-height: 6px; }
.title { color: #6699cc; font-weight: bold; line-height: 13pt; }
.bold { font-size: 9pt; color: #ffffff; font-weight: bold; line-height: 13pt; }
.link { font-size: 9pt; color: #ffffff; text-decoration:none; }
.small { font-size: 7pt; color: #ffffff; font-weight: normal; line-height: 9pt; }
a { font-size: 8pt; line-height: 13pt; color: #000000; text-decoration:none; }
a:hover { /*color: #FF7F00;*/ text-decoration: underline; }
.highlight { color: #FF7F00; }

ul, li { margin: 0px; padding: 0px; margin-left: 16px; }

textarea, .scroll {
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#FF7F00;
	scrollbar-highlight-color:#dddddd;
	scrollbar-shadow-color:#666666;
	scrollbar-3dlight-color:#666666;
	scrollbar-darkshadow-color:#dddddd;
}
select, textarea, .input, .inputShort, .inputBtn, .advInput {
	border-bottom:1px solid #666666;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	background-color:#ffffff;
}
.input, .inputArea { width: 250; }
.inputShort { width: 150; }
.input, .inputShort, .inputBtn { height: 20px; }
.inputArea,.inputAreaWide { height: 200px; }
.inputAreaWide { width: 280px; }
.inputBtn { width: 100px; font-weight: bold; }


table.form {
	margin: 0;
	padding: 0;
}

table.form td {
	vertical-align: top;
	padding: 3px;
}

form {
	margin: 0;
	padding: 0;
}

.inverse, .inverse * {
	color: #ffffff;
	background-color: #000000;
}
