body 
{
	background-color: White;
	font-family: Arial;
	font-size: 11px;
	margin: 25px 0px 25px 0px;
}

img
{
	border: none;
}

.paragraph
{
	margin-bottom: 15px;
}

.card
{
	background-color: White;
	color: #717073;
	font-family: Verdana;
	font-size: 8.5pt;
	margin-left: 43px; 
	position: absolute;
	text-align: left;
	width: 206px;
}

.field-label
{
	font-weight: bold;
}

.error
{
	color: Red;
}

#header
{
	margin: 10px 0px 20px 0px;
}

#phone_number
{
	font-family: Verdana;
	font-size: 1.1em;
	margin-top: 6px;
}

#email_address
{
	color: Black;
	font-family: Verdana;
	text-decoration: none;
}

#email_address:Hover
{
	text-decoration: underline;
}

#contact_us
{
	color: Black;
	text-decoration: none;
}

#contact_us:Hover
{
	text-decoration: underline;
}