#Body H3
{
	border: 0;
	padding-bottom: 0;
}
#Body P
{
	margin: 0;
}
#SignUpButton
{
	display: block;
	margin: 10px auto 5px auto;
	width: 138px;
	height: 42px;
	text-indent: -4000px;
	background: url(/resources/Images/ButtonSignUpNow.png) no-repeat 50% top;
}
#SignUpButton:hover
{
	background-position: 50% bottom;
}
#ReturningLoginButton
{
	display: block;
	margin: 0 auto 0 auto;
	width: 178px;
	height: 47px;
	background: url(/resources/Images/ButtonSecureLogin.png) no-repeat 50% top;
	text-indent: -4000px;
}
#ReturningLoginButton:hover
{
	background-position: 50% bottom;
}
UL.BulletedList
{
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	color: #016a80;
}
UL.BulletedList LI
{
	padding: 2px 0 2px 0;
}
UL.BulletedList A
{
	color: #016a80;
	font-size: 1.1em;
}
