body {
	background-color: #fff;
	color: #665b57;
	font-family: 'Trebuchet MS', 'MS Sans Serif', Arial, sans-serif;
	font-size: 12px;
	margin: 0;
}
#content {
	width: 690px;
}
a:link, a:active, a:visited {
	color: #458f00;
	text-decoration: none;
	outline:none;
}
a:hover {
	color: #2c5c00;
	text-decoration: underline;
}
em {
	font-style: italic;
	color: #999;
}
p {
	margin: 0px;
	line-height: 16px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #ff5a00;
	margin-bottom: 16px;
}
.form_row {
	display: block;
	clear: both;
}
#or {
	height: 22px;
}
form input[type=text] {
	background: #F5F2EC url(../images/form_input_bkg.jpg) repeat-x 0 0;
	border:1px solid #bfaaa3;
	font-size: 14px;
	padding: 4px;
	color:#3f3836;
	width: 277px;
	font-size: 12px;
	margin-bottom: 6px;
}
form select {
	font-size: 14px;
	color:#3f3836;
	background: #FFFAF7 url(../images/form_input_bkg.jpg) repeat-x 0 0;
	border:1px solid #bfaaa3;
	padding-top: 2px;
	padding-left: 2px;
	width: 180px;
	font-size: 12px;
	margin-bottom: 6px;
}
#keyword select {
	width: 287px !important;
}
form option {
	padding: 3px 5px;
}
textarea {
	font-size: 12px;
	background: #F5F2EC;
	border: 1px solid #bfaaa3;
	padding: 4px;
	color: #3f3836;
}
label {
	width: 190px;
	display: block;
	float: left;
	padding-top: 4px;
	line-height: 16px;
}
button {
	height: 33px;
	width: 73px;
	background: transparent url(../images/button.png) no-repeat top left;
	border: 0;
	overflow: hidden;
	cursor: pointer;
	color: #501800;
	text-align: center;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	overflow: hidden;
	margin-right: 3px;
}
button span {
	top: -1px;
	position: relative;
}
button:hover {
	background-position: bottom left;
}
table div {
	padding: 15px ;
}
table th {
	border-bottom: 1px solid #b3a5a1;
	font-weight: normal;
}
table td {
	border-bottom: 1px solid #e7dfdc;
}
table #last td {
	/* NOTE THAT LAST ROW OF TABLE HAS NO BOTTOM BORDER */
	border: 0px;
}
td.norm {
   border-bottom: none;
}
#redbold {
   Color: #ff5a00;
   font-weight: bold;
}
#new_search {
	margin-bottom: 20px;
}
#new_search button {
	width: 97px !important;
	background: transparent url(../images/button_search.png) no-repeat top left !important;
}
#foot {
	text-align: right;
	margin-top: 70px;
}
#foot p {
	padding-bottom: 6px;
}
#foot p em a:link {
	font-weight: bold;
	color: #665b57 !important;
}