body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #336699;
	color: #FFFFFF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

a img {
	border:none;
}

.page {
	width: 750px;
	margin: auto;
	padding: 10px;
}

.page_container {
	border: 1px solid #FFFFFF;
	padding: 5px;
}

.logo_top {
	float: left;
	width: 355px;
	height: 90px;
	background-image: url(graphics/logo.gif);
	background-repeat: no-repeat;
}

.top_image1 {
	float: right;
	width: 80px;
	height: 80px;
	background-position: center center;
	overflow: hidden;
	border: solid 1px #FFFFFF;
	margin-top: 2px;
	margin-right: 7px;
	background-image: url(/top_pics/1.jpg);
	color: #FF0000;
}
.top_image2 {
	float: right;
	width: 80px;
	height: 80px;
	background-position: center center;
	overflow: hidden;
	border: solid 1px #FFFFFF;
	margin-top: 2px;
	margin-right: 7px;
	background-image: url(/top_pics/2.jpg);
	color: #FF0000;
}
.top_image3 {
	float: right;
	width: 80px;
	height: 80px;
	background-position: center center;
	overflow: hidden;
	border: solid 1px #FFFFFF;
	margin-top: 2px;
	margin-right: 7px;
	background-image: url(/top_pics/3.jpg);
	color: #FF0000;
}
.top_image4 {
	float: right;
	width: 80px;
	height: 80px;
	background-position: center center;
	overflow: hidden;
	border: solid 1px #FFFFFF;
	margin-top: 2px;
	margin-right: 2px;
	background-image: url(/top_pics/4.jpg);
	color: #FF0000;
}

.top_lines {
	height: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-left: 3px;
	margin-right: 2px;
	margin-bottom: 10px;
}

.listing {
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
a.listing_title, a.listing_title:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.listing_title:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
.listing_pic {
	float: right;
	margin-left: 20px;
	height: 150px;
	width: 200px;
	border: 1px solid #FFFFFF;
}
.listing_link {
	padding-top: 10px;
}

.align_center {
	text-align: center;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}

.clear {
	clear: both;
}

.page_footer {
	font-size: 11px;
	color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

a.footerlink, a.footerlink:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a.footerlink:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
