h1 {
	font-size: small;
	font-weight: bold;
}
h2 {
	font-size: small;
	font-weight: bold;
}
body, td {
    font-family: Arial;
    font-size: small;
    color: #000000;
    background-color: #FFFFFF;
}

a {
    text-decoration: none;
    color: #000000}

.section-headder {
    background-color: #FF0000;
    clear: both;
    color: #fff;
    font-size: small;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 3em;
    width: 100%
}

.link {
	background-color: #FF0000;
	background-position: 50%;
	clear: both;
	color: #FFFFFF;
}

.background-spacer {
    background-color: #000000;
    width: 100%;
    height: 10em;
}

.house-label-center {
    background-color: #FF0000;
    color: #FFFFFF;
    width: 100%;
    border: 0em;
    padding: 0em;
    text-align: center;
    font-weight: bold;
}

.house-label-left {
    background-color: #e5e5e5;
    color: #FFFFFF;
    width: 100%;
    border: 0em;
    padding: 0em;
    font-weight: bold;
}

.house-text-left {
    background-color: #ffffff;
    color: #000000;
    width: 100%;
    border: 0em;
    padding: 0em;
    text-align: left;
}

.house-text-center {
	background-color: #CC66CC;
	color: #000000;
	width: 100%;
	border: 0em;
	padding: 0em;
	text-align: center;
	font: bold;
}

.logo {
    background-color: #FFFFFF;
    width: 100%;
   
    border: 0em;
    padding: 0em;
    text-align: center;
}

td.list-cell-image {
	background-color: #ffffff;
    color: #000000;
    text-align:left;
}

td.list-cell-text {
	background-color: #ffffff;
    color: #000000;
    text-align:left;
}
.house-text-link {

    background-color: #CC66CC;
    color: #000000;
    width: 100%;
    border: 0em;
    padding: 0em;
    text-align: left;
    font-weight: normal;
}
.bold-title {

    background-color: #CCCCCC;
    color: #000000;
    width: 100%;
    border: 0em;
    padding: 0em;
    text-align: center;
    font-weight: bolder;
}
