body {
	background: #FFFFFF url(../images/pagebg.gif) top center repeat-x;
	margin-left: 0px;
	margin-top: 32px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.top-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.02em;
}
.top-nav:hover {
	text-decoration: underline;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #5b5a5a;
	text-decoration: none;
}
.content-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #9802b7;
	text-decoration: none;
	font-weight:bold;
}
.content-link:hover {
	text-decoration: underline;
}
.text-grey-18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #5b5a5a;
	font-weight:bold;
	text-decoration: none;
}
.text-grey-16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #5b5a5a;
	font-weight:bold;
	text-decoration: none;
}
.text-grey-14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #5b5a5a;
	font-weight:bold;
	text-decoration: none;
}
.text-grey-14-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #5b5a5a;
	font-weight:bold;
	text-decoration: underline;
}
.text-grey-14-link:hover {
	text-decoration: none;
}
.input-fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #e9fcfe;
	padding: 2px;
	height: 26px;
	width: 175px;
	border: thin solid #839bad;
}
.purple-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9802b7;
	text-decoration: none;
}
.purple-link:hover {
	text-decoration: underline;
}
.purple-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9802b7;
	text-decoration: none;
	line-height: 18px;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	text-decoration: none;
}
.footer-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight:bold;
	color: #717171;
	text-decoration: underline;
}
.footer-link:hover {
	text-decoration: none;
}
.big-box
{
background-color: #0a9120;
border: 4px solid #4f0b5d;
padding: 16px;
font-family: Arial, Helvetica, sans-serif;
font-size: 25px;
font-weight:bold;
color: #fff;
text-decoration: none;
text-align:center;
}
.big-box a
{
font-family: Arial, Helvetica, sans-serif;
font-size: 25px;
font-weight:bold;
color: #fff;
text-decoration: none;
text-align:center;
}
.big-box a:hover {
text-decoration: underline;
}