#contactDiv { 
	position:absolute; 
	top:307px; 
	left:292px; 
	visibility:hidden;  
}
#aboutDiv { 
	position:absolute; 
	top:307px; 
	left:292px; 
	visibility:hidden;  
}
.inputBox {
	border-style:solid;
	border-width:1px;
	border-color:#330000;
	background:#ffffff;
	width:120px;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	color:#000000;
}
.textBox {
	border-style:solid;
	border-width:1px;
	border-color:#330000;
	background:#ffffff;
	width:257px;
	height:70px;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	color:#000000;
	scrollbar-3dlight-color : #660000;
	scrollbar-arrow-color : #ffffff;
	scrollbar-base-color : fuschia;
	scrollbar-darkshadow-color :#660000;
	scrollbar-face-color : #990000;
	scrollbar-highlight-color : #990000;
	scrollbar-shadow-color : #ffffff;
	scrollbar-track-color : #660000;
}
.white {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	color:#ffffff;
}
.black {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	color:#000000;
}
.blue {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	color:#003399;
}
a.blue {
	text-decoration:underline;
}
a.blue:hover {
	text-decoration:underline;
	color:#336699;
}
a.blue:visited {
	text-decoration:underline;
	color:#000033;
}
