body{
	background-color: #FFFFFF;
    
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px;
	/* scrollbar-face-color: #FFA800;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #0F034F;
	scrollbar-3dlight-color: #0F034F;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #600561;
	scrollbar-arrow-color: #600561; */
}

.MainText {
	color: #000000;  
	font-weight: normal; 
	font-family: Arial;
	font-size: 12px;
	
}


a:link {
	color: #001172;
	text-decoration: none;
    font-family: Arial;
	font-weight: bold; 
	font-size: 11px;
}
a:visited {
	text-decoration: none;
	color: #001172; 
    font-family: Arial; 
	font-weight: bold; 
	font-size: 11px;
}
a:hover {
	text-decoration: underline;
	color: #001172; 
    font-family: Arial;
	font-weight: bold; 
	font-size: 11px;
}
a:active {
	text-decoration: none;
	color: #001172;
    font-family: Arial; 
	font-weight: bold; 
	font-size: 11px; 
}
a {
	font-family: Arial; 
	font-weight: bold; 
	font-size: 11px;
	text-decoration: none;
	color: #001172;
}

