body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 101%;
}

td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

H1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
	color: #7e0c16;
}

H2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	color: #7e0c16;
}

h4{
  margin-bottom:2px;
}

A:link {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7e0c16;
	text-decoration: underline;
}

A:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7e0c16;
	text-decoration: underline;
}

A:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7e0c16;
	text-decoration: underline;
}

A:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7e0c16;
	text-decoration: none;
}

/* table.standard in some form */
table.standard {
	border: 1px solid #000000;
	border-collapse: collapse;
	empty-cells: show;
}

table.standard td, table.standard th {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eeeeee;
	empty-cells: show;
	vertical-align: top;
}

table.standard th {
	color: #000000;
	background-color: #dcdcdc;
}

table.standard th {
	color: white;
	background-color: #7E0C16;
}

table.standard td.field{
	background-color: #cccccc;
	font-weight:bold;
}
table.standard tr.alt td {
	background-color: #dddddd;
}

table.standard tr.highlighted td {
	background-color: #BDD1DC;
}

.submit_button, input[type=submit], input[type=button], input[type=reset], button {
	font-family: Arial, helvetica, sans-serif;
	color: #94444A;
	line-height: 20px;
	border: 2px solid #170204;
	background-color: white;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	padding: 0px 1px 0px 1px;
}

table.hot_buy
{
  width:100%;
} 

table.hot_buy td
{
  vertical-align:top;
  padding-bottom:10px;
  padding-left:5px;
  padding-right:5px;
} 

table.hot_buy td .business A:link,
table.hot_buy td .business A:visited,
table.hot_buy td .business A:active,
table.hot_buy td .business A:hover{
  color: #7e0c16;
  font-weight:bold;
  font-size: 14px;
	text-decoration: none;
}

table.hot_buy td .business A:hover{
  text-decoration: underline;
}

table.hot_buy td .offer{
  font-size: 12px;
  font-weight:bold;
}


table.hot_buy td .description{
  font-size: 11px;
}


.description{
  font-size:12px;
  margin-left:15px;
  margin-top:5px;
}
