@charset "UTF-8";
/* CSS Document */

/*Sitewide tag styles and bug fixes*/
h1, h2, h3, h4, h5, h6, p, ul, form, blockquote {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}
a {
	text-decoration: none;
}
a img {
	border:none;
}

#mainContent p {
	line-height: 16pt;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11pt;
}

.phone {
	font-size: 24pt !IMPORTANT;
	margin-bottom: 5px;
	margin-top: 5px;
}
.address {
	font-size: 8pt !IMPORTANT;
}

a:link {
	color: #FFFFFF;
}
a:hover {
	color: #be0f34;
}

.callusmargin {
margin-top: 20px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

