
body {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	font-family: Verdana, Helvetica, Arial, Geneva, Sans-Serif;
	background-color: #D5FA3E;
	margin: 0px;
	padding: 0px;
	letter-spacing: normal;
	word-spacing: normal;
}

a {
	text-decoration: none
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #F35D00;
}

a:hover {
	text-decoration: none;
	color: #AFDA05;
}
img {
	border: 0px;
}
.alt_text {
	font: 12px "Trebuchet MS", Verdana, Arial, Geneva, Sans-Serif;
}
.it {
	font-style: italic;
}
.ub  {
	font-weight: bold; text-decoration: underline;
}
.bold  {
	font-weight: bold;
}
.uline {
	text-decoration: underline;
}
.strike {
	text-decoration: line-through;
}