.headerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
a.headerlinks:link {
	color: #333333;
	text-decoration: none;
}
a.headerlinks:visited {
	color: #333333;
	text-decoration: none;
}
a.headerlinks:hover {
	color: #F03F39;
	text-decoration: underline;
}
a.headerlinks:active {
	color: #333333;
	text-decoration: none;
}
.basetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #B5B5B5;
}
a.basetext:link {
	color: #B5B5B5;
	text-decoration: none;
}
a.basetext:visited {
	color: #B5B5B5;
	text-decoration: none;
}
a.basetext:hover {
	color: #F03F39;
	text-decoration: underline;
}
a.basetext:active {
	color: #B5B5B5;
	text-decoration: none;
}
.formtextfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	background-color: #F3F3F3;
	height: 20px;
	width: 115px;
	border: 1px solid #999999;
}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #1999D6;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}
