TABLE {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
	font-weight: normal;
}
A {
	color : #000000;
	text-decoration : underline;
}
A:HOVER {
	color : #c16453;
	text-decoration : underline;
}
A.resite {
	font-size : 10px;
	color : #000000;
	text-decoration : none;
}
A:HOVER.resite {
	font-size : 10px;
	color : #C16453;
	text-decoration : none;
}
.sideNav{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #000000;
	font-weight: bold;
}
A.sideNav {
	color : #000000;
	text-decoration : none;
}
A:HOVER.sideNav {
	color : #C16453;
	text-decoration : none;
}
.horizontalNav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #FFFFFF;
	font-weight: bold;
}
A.horizontalNav {
	color : #FFFFFF;
	text-decoration : none;
}
A:HOVER.horizontalNav {
	color : #e7dec1;
	text-decoration : none;
}
TABLE.floorTable {
	width: 470px;
	border-top:1px solid #C16453;
	border-left:1px solid #C16453;
	border-right:1px solid #C16453;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
}
.floorTable {
	
}
tr.floorTable-key {
	font-weight: bold;
	color : #FFFFFF;
	background-color: #C16453;
}
TABLE.floorTable TD {
	border-bottom:1px solid #C16453;
	text-align: center;
}
TEXTAREA {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
	font-weight: normal;
}