﻿a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
body {
	background-image: url('images/Background.jpg');
	background-repeat: repeat-x;
	background-color: #bebfc1;
}
.ContactAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.FloorText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
.FloorplanPic {
	border-collapse: collapse;
	border: 4px solid #AEB3B2;
	background-color: #FFFFFF;
}
.MainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.noBorder {
	border-width: 0px;
}
.SearchText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}