.MainBody {
	font: 12px Arial, Helvetica, sans-serif;
	color:#3a403c;
}
.MainBodyBlue {
	font-family: Arial;
	font-size: 12px;
	color: #006699;
}
.MainBodyGrey {
	font-family: Arial;
	font-size: 12px;
	color: #707070;
}

.MainBodyBold {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold; 
}
.MainBodyBoldGrey {
	font-family: Arial;
	font-size: 12px;
	color: #707070;
	font-weight: bold; 
}


h1 {
	font-family: Arial;
	font-size: 15px;
	color: #445a7d;
	font-weight: bold; 
}
h2 {
	font-family: Arial;
	font-size: 12px;
	color:#3a403c;
	font-weight: bold;
	margin-bottom:10px;
}


a:visited, a:link { 
	color: #000000; 
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	
}
a:hover { 
	color: #666666; 
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}

#title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#3a403c;
	padding-bottom:20px;
	padding-top:10px;
}

#content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#3a403c;
}
.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#3a403c;
}

li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#3a403c;
	line-height:18px;


}