body{
	font-size: 12px;
	line-height: 21px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.grey {
    font-size: 12px;
	line-height: 21px;
	color: #6d6d6d;
	text-decoration: none;
}
a:link {
	font-size: 12px;
	line-height: 21px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	line-height: 21px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	line-height: 21px;
	color: #FF9900;
	text-decoration: none;
}
.grey a:link{
	font-size: 12px;
	line-height: 21px;
	color:  #6d6d6d;
	text-decoration: none;
}
.grey a:visited {
	font-size: 12px;
	line-height: 21px;
	color:  #6d6d6d;
	text-decoration: none;
}
.grey a:hover {
	font-size: 12px;
	line-height: 21px;
	color: #FF9900;
	text-decoration: underline;
}
.grey a:active {
	font-size: 12px;
	line-height: 21px;
	color:  #6d6d6d;
	text-decoration: none;
}
.green {
	font-size: 12px;
	font-weight: bold;
	color: #316c08;
	text-decoration: none;
}
.green a:link{
	font-size: 12px;
	line-height: 21px;
    font-weight: bold;
	color: #316c08;
	text-decoration: none;
}
.green a:visited {
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
	color: #316c08;
	text-decoration: none;
}
.green a:hover {
	font-size: 12px;
	line-height: 21px;
	color: #FF9900;
	font-weight: bold;
	text-decoration: underline;
}
.green a:active {
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
	color: #316c08;
	text-decoration: none;
}
.brown {
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
	color: #794d1a;
}
