@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
body {
	background-color: #426646;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #ff8330;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c66828;
}
a:hover {
	text-decoration: underline;
	color: #c66828;
}
a:active {
	text-decoration: none;
	color: #c66828;
}
#body_table {
	border-collapse: collapse;
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b9d0bc;
	border-right-color: #b9d0bc;
	border-bottom-color: #b9d0bc;
	border-left-color: #b9d0bc;
}
#dark_green {
	color: #426646;
}
#padding
{
padding-top:0px;
padding-bottom:0px;
padding-right:8px;
padding-left:0px;
}
#caption {
	font-size: 12px;
}
.floatLeft {
	float: left;
	margin-left: 12px;
	margin-right: 12px;
}
img.frame {
	padding: 6px;
}
.dateStamp {
	color: #95b999;
	font-size: 12px;
	font-style: italic;
}
.callout_box {
	background: #b9d0bc;
	border: 0px;
	padding: 1px;
}
.table_header {
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
}
.caption {
	font-size: 12px;
}
input.buying {
	color:#fff; 
	font: bold medium 'trebuchet ms',helvetica,sans-serif;
	background-color: #99cc99;
	border: 1px solid;
	border-color: #000;
}