@charset "utf-8";
.mainTable {
	background-image: url(../graphics/mainTableBackground.gif);
	background-repeat: repeat-y;
	background-position: top;
}
.header {
	background-image: url(../graphics/header.jpg);
	background-repeat: no-repeat;
}
.propListSubmit {
	color: #ffffff;
	background-color: #a08a66;
	font-size: 12px;
}

body, td {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;

	
}

.font10 {
	font-family: arial, helvetica, sans-serif; 
	font-size: 10px;
	
}


.contentTable {
	background-color: #FFFFFF;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #77787b;
	background-color: #ffffff;
	text-align: center;
	line-height: 12px;
}

.footer a {
	text-decoration: none;
	color: #77787b;
}

.footer a:link {
	color: #77787b;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #77787b;
}
.footer a:hover {
	text-decoration: underline;
	color: #be3427;
}

.footer a:active {
	text-decoration: none;
	color: #77787b;
}

.moreLinks {
	/*padding: 10px;*/
	font-size: 10px;
	font-family: arial, helvetica, sans
	/*text-align: center;*/
}
.moreLinks a {
	text-decoration: underline;
	color: black;
}

.moreLinks a:link {
	text-decoration: underline;
}
.moreLinks a:visited {
	text-decoration: underline;
	color: black;
}
.moreLinks a:hover {
	text-decoration: underline;
	color: red;
}

.moreLinks a:active {
	text-decoration: underline;
	color: black;
}input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.dataCell {
	border-bottom: 1px solid #cccccc;
}