body{
	background-color: #e1e1e1;
	
	/* background-color: #DE9768; */
    
	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: #1D4B86;  
	font-weight: normal; 
	font-family: Arial;
	font-size: 12px;
	
}
.MainText1 {
	color: #1D4B86;  
	font-weight: normal; 
	font-family: Arial;
	font-size: 10px;
	
}
.Title {
	color: #1D4B86;  
	font-weight: bold; 
	font-family: Arial;
	font-size: 16px;
	
}

a:link {
	color: #001172;
	text-decoration: none;
    font-family: Arial;
	font-weight: bold; 
	font-size: 13px;
}
a:visited {
	text-decoration: none;
	color: #001172; 
    font-family: Arial; 
	font-weight: bold; 
	font-size: 13px;
}
a:hover {
	text-decoration: underline;
	color: #001172; 
    font-family: Arial;
	font-weight: bold; 
	font-size: 13px;
}
a:active {
	text-decoration: none;
	color: #001172;
    font-family: Arial; 
	font-weight: bold; 
	font-size: 13px; 
}
a {
	font-family: Arial; 
	font-weight: bold; 
	font-size: 13px;
	text-decoration: none;
	color: #001172;
}

.pic {

border: 1px solid #01AF8E;


}
a.home span{
	font-family: Arial; 
	font-weight: normal; 
	font-size: 11px;
	text-decoration: none;
	color: #01AF8E;
}
a:hover.home span{
	font-family: Arial; 
	font-weight: normal; 
	font-size: 11px;
	text-decoration: underline;
	color: #01AF8E;
}

a.Red span{
	font-family: Arial; 
	font-weight: Bold; 
	font-size: 24px;
	text-decoration: none;
	color: #ff0000;
}
a:hover.Red span{
	font-family: Arial; 
	font-weight: Bold; 
	font-size: 24px;
	text-decoration: underline;
	color: #ff0000;
}

.menu{
position:absolute;
visibility: hidden;
border:1px solid #01AF8E;
border-bottom-width: 0;
font:bold 13px Arial;
line-height: 15px;
z-index: 100;
background-color: #F3F2EE;

width:160px;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}

.menu a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #01AF8E;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 1px;
}

.menu a:hover{ /*hover background color*/
background-color: #FFFFFF;
color: #01AF8E;
}