body {
	background-image: url(images/teal_background_4.gif);
	background-repeat: repeat-x;
	background-color: #52B5AD;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-size: 12px;
	color: #000000;
}

.text {
	font-size: 14px;
	color: #000000;
}

A:link {
	font-size: 12px;
	color: #443C53;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	font-size: 12px;
	color: #443C53;
	background-color: #52B5AD;
	text-decoration: none;
	font-weight: bold;
}

A:active {
	font-size: 12px;
	color: #443C53;
	text-decoration: none;
	font-weight: bold;
}

A:visited {
	font-size: 12px;
	color: #993613;
	text-decoration: none;
	font-weight: bold;
}

A.small:link {
	font-size: 12px;
	color: #443C53;
	text-decoration: none;
}

A.small:hover {
	font-size: 12px;
	color: #443C53;
	background-color: #52B5AD;
	text-decoration: none;
}

A.small:active {
	font-size: 12px;
	color: #443C53;
	text-decoration: none;
}

A.small:visited {
	font-size: 12px;
	color: #993613;
	text-decoration: none;
}

A.large:link {
	font-size: 18px;
	color: #443C53;
	text-decoration: none;
	font-weight: bold;
}

A.large:hover {
	font-size: 18px;
	color: #443C53;
	background-color: #CBBDCC;
	text-decoration: none;
	font-weight: bold;
}

A.large:active {
	font-size: 18px;
	color: #443C53;
	text-decoration: none;
	font-weight: bold;
}

A.large:visited {
	font-size: 18px;
	color: #993613;
	text-decoration: none;
	font-weight: bold;
}

p {
	font-size: 12px;
	color: #000000;
}

li {
	list-style-image: url(images/green_dot.jpg);
}

h2 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.headerNoPad {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.notice {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}

.teal {
	font-size: 12px;
	color: #52B5AD;
	font-weight: bold;
}

.smalltxt {
	font-size: 10px;
	color: #000000;
}

.floorplan {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #297B73;   
	font-weight: bold;
}

.boxed {
	border-color: #275361;
	border-style: solid;
	border-width: 1px;
	padding: .5em .5em; 	
}

.fatbox {
	border-color: #275361;
	border-style: solid;
	border-width: 1px;
	padding: 1em 1em; 	
}