BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

TD, P {
	font-family: inherit;
	color: #000000;
}

A {
	font-family: inherit;
	font-size: 11px;
	color: #FF3300;
	font-weight: normal;
	text-decoration:underline;
}

H1 {
	font-family: inherit;
	font-size: 18px;
	color: #666666;
	font-weight:bold;
}

H2 {
	font-family: inherit;
	font-size: 16px;
	color: #666666;
	font-weight:bold;
}

H3 {
	font-family: inherit;
	font-size: 14px;
	color: #666666;
	font-weight:bold;
}

H4 {
	font-family: inherit;
	font-size: 12px;
	color: #666666;
	font-weight:bold;
}

.footer {
	font-family: inherit;
	font-size: 10px;
	color: #000000;
	background-color: #d9dbdd;
}

.copyright {
	font-family: inherit;
	font-size: 10px;
	color: #000000;
}

.address {
	font-family: inherit;
	font-size: 12px;
	font-weight:bold;
	color: #FF0000;
	padding-right: 10px;
	
}

.pullquote {
	font-family: inherit;
	font-size: 14px;
	font-weight:bold;
	font-style: italic;
	color: #000000;
	text-align: center;
}

hr {
	height: 2px;
	width: 500px;
	background-color: #8581a1;
	border: 0px;
	margin: 25px auto;
}

* html hr {
	margin: 0 auto;
}