﻿body {
	background-image: url('images/Background.gif');
	background-repeat: repeat-x;
	background-color: #000000;
}
.noborder {
	border-width: 0px;
}
.sidebackground {
	background-color: #4D4D4D;
}
.interiorbackground {
	background-color: #FFFFFF;
}
.PropertyText {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.PropertyTitle {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
.PropertySubTitle {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
a {
	color: #000000;
}
.WhiteTitle {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}