.small {
	list-style-type: square;
	font-family: Verdana;
	font-size: 9px;
	color: #006600;
}
.menu {
	font-family: Verdana;
	font-size: 9px;
	text-transform: capitalize;
	color: #006600;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006600;
	font-weight: bold;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	list-style-type: square;
}
.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}
.formans {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff9900;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
