
input, textarea, select {
	background-color: transparent;
	font: arial; 
	color: #0099FF; 
	font-size: 8pt; 
	border: solid 1px; 
	border-color: #0d2b53; 
	text-transform:none;
}

td a:link {
	color:#1d3b53;
	background-image: url(bullet_new.gif);
	height: 12px;
	background-repeat: no-repeat;
	background-position: 3 -15;
	margin-left: 0px;
}

td a:visited {
	color:#000ae6;
	text-decoration: none;
	background-image: url(bullet_visited.gif);
	height: 12px;
	background-repeat: no-repeat;
	background-position: 3 -15;
	margin-left: 0px;
}

td a:active {
	color:#010f52;
	background-image: url(bullet_active.gif);
	height: 15px;
	background-repeat: no-repeat;
	background-position: 3 -15;
	margin-left: 0px;
}

td a:hover {
	color:#bbdae7;
	background-image: url(bullet_hover.gif);
	height: 12px;
	background-repeat: no-repeat;
	background-position: 3 -15;
	margin-left: 0px;
}

H3 {
	visibility: hidden; 
	position:absolute; 
}     

BODY{       
	margin-left: 0px;       
	margin-top: 0px;       
	background-image: url('9th_d_background.jpg');        
	background-attachment: fixed;       
	background-repeat: no-repeat;       
	background-position: top left;       
	background-color:#000006;       
	font-family:Arial;       
	color: #0099FF;       
	scrollbar-3dlight-color:#000006;       
	scrollbar-arrow-color:#0d2b53;       
	scrollbar-base-color:#000006;       
	scrollbar-darkshadow-color:#000006;       
	scrollbar-face-color:#000006;       
	scrollbar-highlight-color:#0d2b53;       
	scrollbar-shadow-color:#0d2b53;       
}