@charset "utf-8";

a:link {
	color: #006633;
	text-decoration: none;
}
a:visited {
	color: #006633;
	text-decoration: none;
}
a:hover {
	color: #009933;
	text-decoration: underline;
}
a:active {
	color: #009933;
	text-decoration: underline;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #4b4b4b;
}
.maintext a:link
{
	text-decoration: underline;
	color: #4B4B4B;
}
.maintext a:visited
{
	text-decoration: underline;
	color: #4B4B4B;
}
.maintext a:hover {
	text-decoration: underline;
	color: #000000;
}

img {
	border: none;
}

.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #4b4b4b;
}
.subheading a:link
{
	color: #4B4B4B;
}
.subheading a:visited
{
	color: #4B4B4B;
}
.subheading a:hover {
	text-decoration: underline;
	color: #000000;
}


