<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: MS Sans Serif, Microsoft Sans Serif, tatoma, verdana, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}

a:link {
	text-decoration: none;
	color: #CA3A5B;
}

a:visited {
	text-decoration: none;
	color: #CA3A5B;
}

a:hover {
	text-decoration: underline;
	color: #CA3A5B;
}

a:active {
	text-decoration: underline;
	color: #CA3A5B;
}

.topBKG {
	background-image:url(../images/kop-banner.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 137px;
}

.contentBKG {
	background-image:url(../images/bkg.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 582px;
}

.loftsTitle {
	font-family: MS Sans Serif, Microsoft Sans Serif, tatoma, verdana, sans-serif;
	font-size: 16px;
	color: #B0B0B0;
	font-weight: normal;
}

.specTitle {
	font-family: MS Sans Serif, Microsoft Sans Serif, tatoma, verdana, sans-serif;
	font-size: 16px;
	color: #616161;
	font-weight: bold;
}

.floorTitle {
	font-family: MS Sans Serif, Microsoft Sans Serif, tatoma, verdana, sans-serif;
	font-size: 18px;
	color: #5D5D5D;
	font-weight: normal;
}

.floorSub {
	font-family: MS Sans Serif, Microsoft Sans Serif, tatoma, verdana, sans-serif;
	font-size: 10px;
	color: #BB0744;
	font-weight: normal;
}

.legendTitle {
	font-family: MS Sans Serif, Microsoft Sans Serif, tatoma, verdana, sans-serif;
	font-size: 12px;
	color: #5E5E5E;
	font-weight: bold;
}

.loftsLabel {
	font-family: MS Sans Serif, Microsoft Sans Serif, tatoma, verdana, sans-serif;
	font-size: 12px;
	color: #B70038;
	font-weight: bold;
}

.specLabel {
	font-family: MS Sans Serif, Microsoft Sans Serif, tatoma, verdana, sans-serif;
	font-size: 12px;
	color: #C91650;
	font-weight: bold;
}

.loftsText {
	font-family: MS Sans Serif, Microsoft Sans Serif, tatoma, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5f5f5f;
}

.legendText {
	font-family: MS Sans Serif, Microsoft Sans Serif, tatoma, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5f5f5f;
}

.loftsFooter {
	font-family: MS Sans Serif, Microsoft Sans Serif, tatoma, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #525252;
}

.inputText {
	font-family: MS Sans Serif, Microsoft Sans Serif, tatoma, verdana, sans-serif;
	font-size: 12px;
	color: #939393;
	font-weight: normal;
	background-color: #FFFEA1;
}

.inputOther {
	font-family: MS Sans Serif, Microsoft Sans Serif, tatoma, verdana, sans-serif;
	font-size: 11px;
	color: #707173;
}

.errortext {
	font-family: MS Sans Serif, Microsoft Sans Serif, tatoma, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}

.buttonLow {
	font-family: MS Sans Serif, Microsoft Sans Serif, tatoma, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #878889;
	background-color: #AAAAAA;
	color: #FFFFFF;
	cursor: auto;
	width: 100px;
}

.buttonHigh {
	font-family: MS Sans Serif, Microsoft Sans Serif, tatoma, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #878889;
	background-color: #FFFFFF;
	color: #878889;
	cursor: pointer;
	width: 100px;
}

#dropmenudiv{
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FFFFFF;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 0px;
	text-decoration: none;
	font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
	color: #E8F5FB;
	background-color: #7FCAE5;
}

-->