.textred {
	color:#660000; 
	font-size:10pt; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	text-decoration:none;
}

.textgrey {
	color:#7f7f7f; 
	font-size:10pt; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	text-decoration:none;
}

.textblue {
	color:#a1b1c6; 
	font-size:10pt; 
	font-family:Courier New, Courier, mono;
	font-weight:bold; 
	text-decoration:none;
}

.error {
	color:#660000; 
	font-size:10pt; 
	font-family:Courier New, Courier, mono; 
	font-weight:normal; 
	text-decoration:none;
}

.title {
	color:#660000; 
	font-size:10pt; 
	font-family:Courier New, Courier, mono; 
	font-weight:bold; 
	text-decoration:none;
}

.inputfield {
  font-size:8pt;
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  border:1 solid white;
  height:11pt;
  width:180px;
}

.submitbutton { 
        color:#a1b1c6; 
        font-size:10pt; 
        font-family:Courier New, Courier, mono; 
        font-weight:normal; 
        text-decoration:none; 
        border-style:none; 
        background:transparent; 
        padding:0; 
        margin:0; 
        text-align: left; 
        overflow: visible; 
        height: 10pt; 
        vertical-align: bottom; 
        cursor: url(pix/metalhand.cur); 
} 

.submitbutton:hover { 
        color:#660000; 
        font-size:10pt; 
        font-family:Courier New, Courier, mono; 
        font-weight:normal; 
        text-decoration:underline; 
        border-style:none; 
        background:#ffffff; 
        padding:0; 
        margin:0; 
        text-align: left; 
        overflow: visible; 
        height: 10 pt; 
        vertical-align: bottom; 
        cursor: url(pix/metalhand.cur); 
} 

body {
	background-color:#000000;
	scrollbar-base-color: #a1b2c6;
	scrollbar-arrow-color: #660000; 
	scrollbar-track-color: #000000; 
	color:#cccccc; 
	font-size:10pt; 
	font-family:Courier New, Courier, mono; 
	font-weight:normal; 
	text-decoration:none;
}

a:link {
	color:#a1b1c6; 
	font-size:10pt; 
	font-family:Courier New, Courier, mono; 
	font-weight:normal; 
	text-decoration:none;
	cursor: url(/pix/metalhand.cur);
}


a:visited {
	color:#a1b2c6; 
	font-size:10pt; 
	font-family:Courier New, Courier, mono; 
	font-weight:normal; 
	text-decoration:none;
	cursor: url(/pix/metalhand.cur);
}

a:hover {
	color:#660000; 
	font-size:10pt; 
	font-family:Courier New, Courier, mono; 
	font-weight:normal; 
	text-decoration:underline;
	cursor: url(/pix/metalhand.cur);
}

a:active {
	color:#cccccc; 
	font-size:10pt; 
	font-family:Courier New, Courier, mono; 
	font-weight:normal; 
	text-decoration:underline;
	cursor: url(/pix/metalhand.cur);
}

table {
	color:#cccccc; 
	font-size:10pt; 
	font-family:Courier New, Courier, mono; 
	font-weight:normal; 
	text-decoration:none;
}

area {
	cursor: url(/pix/metalhand.cur);
}