a:link { text-decoration: none; color: #998AE5} 
a:visited { text-decoration: none; color: #99AFD2} 
a:active { text-decoration: none; color: #4E7998} 
a:hover { text-decoration:none; color: #DACAA8} 

#divUpControl{
	position:absolute; 
	width:424px; 
	left:52px; 
	top:31px; 
	z-index:1; 
	text-align: right
} 

#divDownControl{
	position:absolute; 
	width:421px; 
	left:57px; 
	top:273px; 
	z-index:1; 
	text-align: right
}
 
#divContainer{
	position:absolute; 
	width:390px;
	height:279px; 
	overflow:hidden; 
	top:40px; 
	left:42px; 
	clip:rect(0,400,255,0); 
	visibility:hidden
} 

#divContent{
	position:absolute; 
	top:20; left:20;
	font-family: Unikurd Web, Tahoma;
	font-size: 10pt;
	text-align:justify;
	color:#FFF6E7;
	} 


body {
	SCROLLBAR-FACE-COLOR: #210D0E; 
	SCROLLBAR-HIGHLIGHT-COLOR: #D49F77; 
	SCROLLBAR-SHADOW-COLOR: #D49F77; 
	SCROLLBAR-3DLIGHT-COLOR: #210D0E; 
	SCROLLBAR-ARROW-COLOR: #D49F77; 
	SCROLLBAR-TRACK-COLOR: #210D0E; 
	SCROLLBAR-DARKSHADOW-COLOR: #210D0E;
	}

td {
	font-family: Unikurd Web, Tahoma;
	font-size: 10pt;
	color:#F7EBD4;
	text-align:justify;
	padding:1px;
	}
	
.input {
	border: 1px solid #D49F77;
	background:transparent;
	font-family: Tahoma;
	font-size: 10px;
	font-weight:bold;
	color: #FFFFFF;
}
.submit {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	width:160px;
	color: #D49F77;
	background-color: #3F292C;
	border: 1px ridge #D49F77;
}
