@charset "utf-8";
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: 5ec2a5;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 5ec2a5;
}
.bodyserif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999999;
}
.scroll {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 420px;
	width: 240px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.scrollbar {
	scrollbar-highlight-color: #ffffff;
	scrollbar-arrow-color: #5E5D53;
	scrollbar-3dlight-color: #F3D534;
	scrollbar-base-color: #F7D910;
	scrollbar-darkshadow-color: #6F5E03;
	scrollbar-face-color: #F6F4B1;
	scrollbar-shadow-color: #F6F4B1;
	scrollbar-track-color: #FFFBE4;
}

