body {
	margin: 25px 0 25px 0;
	text-align: center;
	background-color: #657991;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.astrix {
	color: #f00;
}

img {
	border: 0;
}

#tblMain {
	margin: 0 auto;
	width: 720px;
	border: 1px #333 solid;
	background-color: #fff;
}
#cellHeadline {
	padding: 15px 25px 25px 25px;
}
#cellHeadline h1 {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
}
#cellHeadline img {
	vertical-align: middle;
}
#cellSubHeader {
	padding: 0 25px 25px 35px;
}
#cellSubHeader h1 {
	font-size: 12px;
	color: #00467f;
}
#cellSidePhoto {
	padding: 5px 25px 25px 25px;
	width: 190px;
	text-align: center;
}
#cellContent {
	padding: 0 25px 25px 0;
	width: 508px;
	text-align: justify;
	line-height: 20px;
}
#cellContentSold {
	padding: 0 25px 25px 0;
	width: 508px;
	text-align: justify;
	line-height: 20px;
	background-image: url(../images/soldout.jpg);
	background-repeat: no-repeat;
}
#cellContent a:link, #cellContent a:visited {
	border-bottom: 1px #fff solid;
	text-decoration: none;
	color: #000163;
}
#cellContent a:hover, #cellContent a:active {
	border-bottom: 1px #b9d239 solid;
	text-decoration: none;
	color: #000163;
}
#cellContentPhotos {
	padding: 0 0 25px 0;
	width: 100%;
	text-align: center;
}
#cellContentPhotos a:link, #cellContentPhotos a:visited {
	text-decoration: none;
	color: #000163;
}
#cellContentPhotos a:hover, #cellContentPhotos a:active {
	text-decoration: none;
	color: #000163;
}
#tblMaps {
	width: 100%;
}
.tblMaps_cell {
	padding: 15px;
	width: 50%;
	text-align: center;
}
#cellFooter {
	padding: 5px 25px 15px 25px;
	font-size: 10px;
	color: #999;
}
#cellFooter a:link, #cellFooter a:visited {
	color: #999;
	text-decoration: none;
}
#cellFooter a:hover, #cellFooter a:active {
	color: #000;
	text-decoration: none;
}