/***********************************************/
/* adams.css           		                   */
/* Use with template ac_template01.dwt         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}
body {
	margin: 0px;
	padding: 0px;
}
a {
	color: #870026;
	text-decoration: none;
}
a:link {
	color: #870026;
	text-decoration: none;
}
a:hover{
	text-decoration:none;
	color: #FF0000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #8F7722;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}

/************* .preownedTable styles **************/
.preownedTable {
}
.preownedTable h1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 3px 0px;
}
.preownedBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6B8C1;
}

/************* #sideBar styles **************/
#sideBar {
	font-size: 10px;
	padding-right: 10px;
	padding-left: 20px;
}

/************* .legalTxt styles **************/
#legalTxt {
	font-size: 9px;
	color: #666666;
}
#legalTxt a {
	color: #666666;
	text-decoration: underline;
}
#legalTxt a:hover {
	color: #FF0000;
	text-decoration: none;
}

/************* .header styles **************/
.headerAccent {
	background-image: url(../images/header_gradient.gif);
	background-repeat: no-repeat;

}
