﻿table.tblListing {
	border: 10px ridge #DADBAF;
	border-collapse: collapse;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #FFFFCC;
}
table.tblListing th, table.tblListing td {
	border: 1px outset #747432;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
}

table.tblListing th{
	background: #747432;
	color: #FFFFCC;
}

table.tblListing td {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#maincopy h1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

