a:link { text-decoration: none; color: #282B46} 
a:visited { text-decoration: none; color: #282B46} 
a:active { text-decoration: none; color: #777324} 
a:hover { text-decoration:none; color: #5A4DAD} 

#divUpControl{
	position:absolute; 
	width:468px; 
	left:25px; 
	top:35px; 
	z-index:1; 
	text-align: right
} 

#divDownControl{
	position:absolute; 
	width:468px; 
	left:25px; 
	top:268px; 
	z-index:1; 
	text-align: right
}
 
#divContainer{
	position:absolute; 
	width:428px;
	height:245px; 
	overflow:hidden; 
	top:42px; 
	left:32px; 
	clip:rect(0,400,255,0); 
	visibility:hidden
} 

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


body {
	SCROLLBAR-FACE-COLOR: #CAC9B7;
	SCROLLBAR-HIGHLIGHT-COLOR: #E4E5DD; 
	SCROLLBAR-SHADOW-COLOR: #E4E5DD;  
	SCROLLBAR-3DLIGHT-COLOR: #E4E5DD;
	SCROLLBAR-ARROW-COLOR: #4F5139; 
	SCROLLBAR-TRACK-COLOR: #E4E5DD; 
	SCROLLBAR-DARKSHADOW-COLOR: #E4E5DD;
	}

td {
	font-family: Unikurd Web, Tahoma;
	font-size: 10pt;
	color:#181909;
	text-align:justify;
	padding:1px;
	}
	
.input {
	border: 1px solid #4F5139;
	background:transparent;
	font-family: Tahoma;
	font-size: 10px;
	font-weight:bold;
	color: #74744E;
}
.submit {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	width:160px;
	color: #D6D6CA;
	background-color: #74744E;
	border: 1px ridge #4F5139;
}
