body {
	scrollbar-face-color: #000000; 
	font-size: 10px; 
	scrollbar-highlight-color: #9e9e9e; 
	scrollbar-shadow-color: #008000; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-arrow-color: #000000; 
	scrollbar-track-color: #000000; 
	font-family: verdana; 
	scrollbar-darkshadow-color: #000000;
	font: 10px Arial, Helvetica, sans-serif;
	background: #000000 url(bg.jpg);
	padding: 0;
	margin: 0;
}
input {
	border-top-width: 1px; 
	font-weight: bold; 
	border-left-width: 1px; 
	font-size: 10px; 
	border-left-color: #9e9e9e; 
	background: #004000; 
	border-bottom-width: 1px; 
	border-bottom-color: #9e9e9e; 
	color: #9e9e9e; 
	border-top-color: #9e9e9e; 
	font-family: verdana; 
	border-right-width: 1px; 
	border-right-color: #9e9e9e;
}
textarea {
	border-top-width: 1px; 
	font-weight: bold; 
	border-left-width: 1px; 
	font-size: 10px; 
	border-left-color: #9e9e9e; 
	background: #004000; 
	border-bottom-width: 1px; 
	border-bottom-color: #9e9e9e; 
	color: #00ff00; 
	border-top-color: #9e9e9e; 
	font-family: verdana; 
	border-right-width: 1px; 
	border-right-color: #9e9e9e;
}
p {
	font-size: 10px; 
	font-family: verdana;
}
dl {
	font-size: 10px; 
	font-family: verdana;
}
dt {
	font-size: 10px; 
	font-family: verdana;
}
dd {
	font-size: 10px; 
	font-family: verdana;
}
td {
	font-size: 10px; 
	font-family: verdana;
}
th {
	font-size: 10px; 
	font-family: verdana;
}
.submit {
	border-top-width: 1px; 
	font-weight: bold; 
	border-left-width: 1px; 
	font-size: 10px; 
	border-left-color: #9e9e9e; 
	background: #004000; 
	border-bottom-width: 1px; 
	border-bottom-color: #9e9e9e; 
	color: #00ff00; 
	border-top-color: #9e9e9e; 
	font-family: verdana; 
	border-right-width: 1px; 
	border-right-color: #9e9e9e;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	color: #00ff00; 
	text-decoration: none;
}
b.hl1 {
	font-weight: bold;
}
b.hl2 {
	font-weight: bold; 
	font-style: italic;
}
.sr {
	font-size: 10px; 
	line-height: 14px;
}
.verify {
        padding: 0;
        margin: 2px 2px 10px 10px;
        vertical-align:middle;
        border: 1px solid #9e9e9e;
}
.style12 {
	font-size: 9px; 
	color: #00cc00; 
}
.style13 {
	font-size: 9px; 
	font-weight: bold; 
}
.style14 {
	font-size: 9px;
}
.style15 {
	font-size: 9px; 
	color: #d6ef39; 
}
.style16 {
	font-size: 9px;
}
.main {
	background-color: #000000;
	text-align: center;
	border: thin solid #9e9e9e;
}
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url();
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 20px;
	background: url();
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 300px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}

#floating_image {
position:fixed;_position:absolute;bottom:0px; right:0px;
clip:inherit;
_top:expression(document.documentElement.scrollTop+
document.documentElement.clientHeight-this.clientHeight); _left:expression(document.documentElement.scrollLeft+ document.documentElement.clientWidth - offsetWidth); }	