@charset "utf-8";
.topbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height:16px;
}
.homelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height:15px;
	text-decoration:none;
}
.bolded {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	line-height: 17px;
	color: #b6eabc;
}
a:link {
color:#FFFF99;
}
a:active {
color:#FFFF99;
}
a:visited {
color:#FFFF99;
}
a:hover {
color:#FFFF00;
}