BODY { 	background-color: #E6E6E6;
		color: #000000;
		font-family: Arial;
		font-size: 10pt;
	}
	
IMG{
	border-width: 0px;
}
	
A:hover {	
		text-decoration: underline; 
}
A {		color: #3A3E5A;
		text-decoration: none;
}


DIV.fullmainarea{	
		position: absolute; 
		left: 80px; 
		top: 130px; 
		width: 580px; 
		height: 300px;
		text-align: left;
}

DIV.mainarea{	
		position: absolute; 
		left: 80px; 
		top: 130px; 
		width: 370px; 
		height: 300px;
		text-align: left;
}

DIV.downloadarea{	
		position: absolute; 
		left: 480px; 
		top: 135px; 
		width: 200px; 
		height: 130px;
		text-align: center;
		border: solid;
		border-width: 1px;
		border-color: #3A3E5A;
		font-size: 8pt;
		
}

