﻿body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 40px 25% 0 40px;
}
body.listings
{
	margin: 40px 0 20px 10px;
}
body.menu
{
	margin: 10px 0 0 10px;
}
body.header
{
	margin: 0;
	background-color: #DA2B3C;
}
body.footer
{
	font-size: 8pt;
	color: #DA2B3C;
	text-align: center;
	margin: 0;
	padding: 0;
	border-top: solid 1px #CCC;
}
a
{
	text-decoration: none;
}
.lightGrayText
{
    color: #666666;
}
.content
{
	font-size: 10pt;
}
p.indentLine1
{
    text-indent: 20;
}
.largeHeading
{
	font-weight: bold;
	color: #DA2B3C;
}
.smallHeading
{
	font-weight: bold;
	font-size: 9pt;
	color: #DA2B3C;
}
ul.menu
{
	list-style: none;
	margin: 10px 0 10px 0;
	padding: 0;
}
ul.menu li
{
	margin-bottom: 4px;
}
ul.menu li a
{
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	color: #DA2B3C;
	padding: 5px 0 0 8px;
	border-left: 5px solid #DA2B3C;
	height: 20px;
}
table.contact
{
	font-size: 9pt;
	color: #666;
	width: 100%;
}
a.contactInfo
{
	color: #DA2B3C;
}


/* Listing classes */
#tblListings
{
	width: 100%;
}
#tblListings td
{
	font-size: 10pt;
}
table.listingDisplay
{
	width: 100%;
	background-color: #DDD;
	border: 2px solid #666;
}
table.listingProperty
{
	margin-left: 10px;
}
table.listingInfo
{
}
.strongLabel
{
	font-weight: bold;
}
/* END Listing classes */