@charset "UTF-8";
/* CSS Document */

A:link {text-decoration: none; color: #9fa618}
A:visited {text-decoration: none; color: #9fa618}
A:active {text-decoration: none; color: #9fa618}
A:hover {text-decoration: underline; color: #9fa618}

.bodytext
	{
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, "MS Sans-Serif";
	color: black;
	line-height: 15px;
	font-weight: normal;
	text-align: left;
	}
.heading {
	font-size: 14px;
	font-family: Verdana, Helvetica, Arial, "MS Sans-Serif";
	color: black;
	line-height: 15px;
	font-weight: normal;
	text-align: left;
}
	
.smalltext
	{
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, "MS Sans-Serif";
	color: black;
	line-height: 15px;
	font-weight: normal;
	text-align: left;
	}
	
