	
a:link {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}
a:visited {
	color: #00FFFF;
	text-decoration: none;
}
a:active {
	color: #00FF00;
	text-decoration: underline;
}
a:hover {
	color: #33FF99;
	text-decoration: none;
}
a.altlink:link {
	color: #FF0000;
	font-style: normal;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
a.altlink:visited {
	color: #FF0000;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
a.altlink:active {
	color: #FF0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.altlink:hover {
	color: #0033FF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.footer {
	margin: 0px;
	padding: 0px;
	background-color: #D1F2D0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 15px;
	padding-top: 15px;
	height: 25px;
	font-weight: bold;
	color: #333333;
}
.fillbox {
	float: left;
	height: auto;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

