/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#515257}
.bodytext{
	font-size:10pt;
}
.bottomlink1{
	font-size:11px;
	color:#515257;
	font-weight:bold;
}
.bottomlink2{
	font-size:11px;
	color:#E2E2E2;
	font-weight:bold;
}
.heading{
	font-size:14pt;
	color:#000000;
	font-weight:bold;
}

a:link {
	color: #515257;
}
a:visited {
	color: #515257;
}
a:hover {
	color: #005C93;
}
a:active {
	color: #515257;
}
.listings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.listingsbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	}

