body {
	font-family: georgia, verdana, Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: #000000;

}

/* mambo core stuff */
a:link, a:visited {
	color: #8DB555; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #8DB555;	text-decoration: underline;
	font-weight: bold;
}

td {
	text-align: left;
	font-size: 12px;
}

.heading {
	color: #8DB555;
	font-size: 18px;
	font-weight: bold;
}

.subheading {
	color: #8DB555;
	font-size: 14px;
	font-weight: bold;
}

.subheading2 {
	color: #8DB555;
	font-size: 12px;
	font-weight: bold;
}

hr	{
     color: #8DB555 ; 
	 height:1px;
	 border: dotted;
}

