body, input, button, textarea {
	font-family: verdana;
	font-size: 10px;
	color: black;
	margin: 0px;
	padding: 0px;
}

p.header1 {
	font-weight: bold;
	font-size: 18px;
	color: #656563;
}

p.header1 b {
	color: #EA9A3B;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 14px;
	color: #EA9A3B;
}

span.highlight1 {
	font-size: 24px;
	color: #EA9A3B;
	font-weight: bold;
}

span.highlight2 {
	font-size: 18px;
	color: #EA9A3B;
	font-weight: bold;
}

span.highlight3 {
	font-size: 12px;
	color: #EA9A3B;
	font-weight: bold;
}

span.directdeal {
	color: #EA9A3B;
	font-weight: bold;
}

a {
	color: #656563;
	font-weight: bold;
	text-decoration: none;
}

a.cat1 { color: #444444;
font-size:12px;
font-weight:normal; }
a.cat2 { color: #878785;
font-weight:normal;
line-height: 12pt; }
a.cat3 { color: #9F9F9D; }
a.cat4 { color: #B6B6B4; }
a.inactive { text-decoration: line-through }

a:hover {
	color: #EA9A3B;
}

img {
	border: none;
	vertical-align: top;
}

td {
	vertical-align: top;
}

td.tablehead {
	border-bottom: solid 1px black;
}

div.footer {
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #D2D4C9;
	text-align: center;
	color: #BCBFAE;
	display:block;
}

td.footer a:hover {
	color: white;
}

div.form_error {
	padding: 4px;
	border: solid 1px #990000;
	color: white;
	background-color: #C60000;
}

div.form_success {
	padding: 4px;
	border: solid 1px #336600;
	color: white;
	background-color: #33CC00;
}
