.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #444141;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
}

.contentLeftColumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
	margin-left: 45px;
}

body {
	scrollbar-face-color: #588526;
	scrollbar-highlight-color:#66FF66;
	scrollbar-track-color:#444141;
}

a:link {text-decoration: underline; color:#588526; font-weight: bold; }
a:visited {text-decoration: underline; color:#444141; font-weight: bold; }
a:active {text-decoration: underline; color:#588526; font-weight: bold; }
a:hover {text-decoration: underline; color:#EB72A0; font-weight: bold; }
