td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #B1E600;
	text-decoration: underline;
	font-weight: normal;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
h1 {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: none;
}
.left-float {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}
