/* CSS Document */

body {
	padding: 0px;
	background-color:#666633;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 150%;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	border:0px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

a:link {
	text-decoration:none;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
a:visited {
text-decoration:none;
color: #000000;
}
a:hover {
	text-decoration:none;
	color: #666633;
}
a:active {
text-decoration:none;
	color: #000000;
}

img {
 border:0;
}

.headlines {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #38381C;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
  
 .MainContentTable{
 vertical-align:bottom;
width:898px;
 border:0px;
 padding:0px;
 background-color:#000000; /* EDIT THIS COLOR TO  #000000 */
 background-image:url(../images/mainbg.jpg);
 background-repeat:repeat-x;
 background-position:bottom;
 }


  .DBTable{
	width:975px;
	text-align:justify;
	vertical-align:top;
	background-image:url("../images/dbsplice.jpg");
	background-repeat:repeat-y;
	padding-top:15px;
	padding-left:36px;
	padding-right:40px;
	padding-bottom:5px;
	background-position:center
 }
 
  .FooterTable{
	width:975px;
	text-align:justify;
	vertical-align:top;
	background-image:url("../images/footersplice.jpg");
	background-repeat:repeat-y;
	padding-top:15px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:5px;
	background-position:top;
 }
 
.white{
	color: white;
}

.prop-title{
	font-size:14px;
}
.apt-title{
	font-size:14px;
}