@charset "UTF-8";

body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Helvetica, Arial, Verdana;
	font-size: 100%;
}
a:link {
	color: #C00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C00;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #C00;
}
body {
	background-image: url();
	background-color: #FFFFFF;
}
body,td,th {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.tdStyle1 {
	vertical-align: top;
	padding: 10px 0 10px 0;
}
h3 {
	color: #ED2323;
	font-size: 18px;
	margin: 0 0 5px 0;
}
h4 {
	color: #ED2323;
	font-size: 16px;
	margin: 0 0 2px 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	color: #666;
	font-size: 14px;
	margin: 0 0 8px 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.marginTop10 {
	margin: 10px 0 0 0;
}
.marginTop5 {
	margin: 5px 0 0 0;
}
.pre-owned {
	display: block;
	background-color: #ED2024;
	width: 414px;
	height: 20px;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	padding: 3px 0px 0px 1px;
	font-weight: bold;
	margin: 0;
}
.pre-owned a:link {
	color: #FFFFFF;
	font-weight: bold;
}
.pre-owned  a:visited {
	color: #FFFFFF;
	font-weight: bold;
}
.pre-owned  a:hover {
	color: #FFFFFF;
	font-weight: bold;
}
.oneColElsCtr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/aht_background5.gif);
	height: 900px;
	background-repeat: no-repeat;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.small-font {
	font-size: small;
	font-family: Helvetica, Arial, Verdana;
}
.email-link {
	font-size: small;
	font-family: Helvetica, Arial, Verdana;
	margin: 0 0 10px 0;
	color: #ED2323;
}
