html,body {
	margin: 0px;
	padding: 0px;
	background: #e3ded3;
}
body, td {font-family: Arial; font-size: 12px; color: #333333}
h1 {
	font-size: 22px;
	color: #FF9900;
	padding: 0px;
	margin: 0px;
}

a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #ff9600;
}
.special {
width:5px;
visibility:hidden;
}

FORM {margin: 0px}
input:focus, select:focus, textarea:focus {
background: #dddddd;
color: black; 
}
.inputField {
	width: 120px; 
	font-family: Arial; 
	font-size: 12px; 
	color: #333333; 
	background: white; 
	border: 1px #cccccc solid;
}

.selectField {
	width: 200px;
	font-family: Arial; 
	font-size: 12px; 
	color: #666666; 
	margin: 1px 0px; 
	margin-right: 10px;
	border: 1px #cccccc solid;
}
.textarea {
	width: 300px;
	height: 70px;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	padding: 1px 3px 0px;
	margin-right: 10px;
	border: 1px #cccccc solid;
}
.submitButton {
	border: 1px #333333 solid;
	font-family: arial;
	font-size: 14px;
	background: #ffffff;
	width: 110px;
}

#links_body {
	background-color: #555555;
}
#links_body td {
	color: #999999;
}
#links_body a:link {
	text-decoration: none;
	color: #ffffff;
}
#links_body a:visited {
	text-decoration: none;
	color: #dddddd;
}
#links_body a:hover {
	text-decoration: none;
	color: #ff9600;
}

hr {
	height: 1px;
	color: #d4cfc3;
}
.results {
	color: #b10101;
	font-size: 10px;
}
.results_search {
	color: #ff9600;
	font-size: 12px;
}
.getlisted {
	color: #b10101;
	font-size: 12px;
}
.bodytable {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	
}
.linktable {
	margin-left: 3px;
}
.linktd {
	padding: 3px;
	background: #ebe6db;
}
.footerlink {
	margin-left: 3px;
	color: #ffffff;
	font-size: 10px;
}
.footerlink a:link{
	text-decoration: none;
	color: #ffffff;
	font-size: 10px;
}
.footerlink a:visited{
	text-decoration: none;
	color: #ffffff;
	font-size: 10px;
}

.footerlink_lts {
	margin-left: 3px;
	color: #ffffff;
	font-size: 10px;
}
.footerlink_lts a:link{
	text-decoration: none;
	color: #ffffff;
	font-size: 10px;
}
.footerlink_lts a:visited{
	text-decoration: none;
	color: #ffffff;
	font-size: 10px;
}
.footerlink_lts a:hover{
	text-decoration: none;
	color: #b10101;
	font-size: 10px;
}
.ads_main {
	background: #ded6c3;
	border-right: 1px solid #bab099;
	margin: 0px;
}
.body_main {
	border-left: 1px solid #f3efe8;
	border-right: 1px solid #f3efe8;
	border-top: 1px solid #dddddd;
	padding: 0px;
}
.googleads_main {
	background: #ded6c3;
	border-left: 1px solid #bab099;
}
table.leftads td {
	border: 2px solid #ffffff;
	padding: 3px;
}
table.leftads a {
	border: 0px solid #ffffff;
}
table.leftads a:hover {
	border: 0px solid #ffffff;
}

.codebox {
	background: #ffffff;
	padding: 3px;
}
.redbar {
	background: url("images/navbar_sm.jpg") repeat-x;
	width: 100%;
}
.title {
	font-family: Arial;
	font-size: 18px;
}

/*  Navigation ----------------------------------------------------------------- */

#nav_main .pagetitle {
	padding-left: 15px;
	font-family: Georgia;
	font-size: 18px;
	font-weight: none;
	color: #ffffff;
}

#nav_main {
	background-color: #ff9600;
	width: 100%;
}
#navigation { width: 400px; }
#navigation td {
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	
	height: 25px;
	background-color: #333333;
	border-left: 1px solid #dddddd;
	text-align: center;
}
#navigation td span {
	padding-left: 5px;
	padding-right: 5px;
}
#navigation a {
	color: #ffffff;
	text-decoration: none;
}
#navigation a:hover {
	color: #ff9600;
	text-decoration: none;
}
#navigation .navover {
	background: #ffffff;
}
.search {
	width: 120px;
	background: #ffffff;
	border: 0px;
	padding: 0px;
}
.button {
	width: 50px;
	height: 17px;
	background: #efefef;
	border: 0px;
	padding: 0px;
}

