body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F2F2F2;
}

a.gray_link:link {
	font-size: 11px;
	color:#4E4E4E;
	text-decoration: underline;
}
a.gray_link:hover {
	font-size: 11px;
	color:#737373;
	text-decoration: underline;
}
a.gray_link:visited {
	font-size: 11px;
	color:#4E4E4E;
	text-decoration: underline;
}

a.listingHeader:link {
    font-size: 14px;
	color:#FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.listingHeader:hover {
    font-size: 14px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.listingHeader:visited {
    font-size: 14px;
	color:#FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.normal:link {
    font-size: 12px;
	color:#FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.normal:hover {
    font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.normal:visited {
    font-size: 12px;
	color:#FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.font_11px_gray {
    font-size: 11px;
	color:#4E4E4E;
}

.paragraphs {
    font-size: 12px;
	line-height: 18px;
}

.detailsGray {
    font-size: 12px;
	color:#D7D7D7;
	font-weight: bold;
}

.listingHeader2 {
    font-size: 14px;
	color:#FFFFFF;
	font-weight: bold;
}
