/* CSS Document */
body {
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #CC6633;
	scrollbar-shadow-color: #CC6633;
	scrollbar-3dlight-color: #333333;
	scrollbar-arrow-color: #CC6633;
	scrollbar-track-color: #333333;
	scrollbar-darkshadow-color: #333333;
	background-color: #000000;
	margin-left: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CC6633;

}
.text {
	color: #CC6633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.boldunderline {
	color: #FF9933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	text-transform: none;
	font-style: normal;
}
.bold {color: #CC6633; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; }

.highlight {
	color: #FF9933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
a {
	font-size: 12px;
	color: #FF3300;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #FF9933;
}
a:hover {
	color: #CC6633;
}
a:active {
	color: #CC6633;
}
a:link {
	color: #FF9933;
}
textarea, input {
	font-family:Arial, Helvetica, sans-serif, italic;
	padding: 2px;
	font-size: 10px;
	color: #333333;
	background-color: #000000;
	border: solid 1px #CC6633 ;
}
.cursor {  cursor: hand}

div.scroll {	
	height: 180px;	
	width: 800px;	
	overflow: auto;
	align: left;	
	border: 1px solid #cc6600;	
	background-color: #000000;	
	padding: 0px;}.textblk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.img1 {
	border: 1px solid #FF9900;
}