body {
	background: #000000;
	margin: 0px 0px 0px 0px;
}
input {
	border-top: 1px solid #4e4e4e;
	border-left: 1px solid #4e4e4e;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
input.btn { /* button */
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #4e4e4e;
	border-bottom: 1px solid #4e4e4e;
	background-color: #ff9900;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Tahoma, Verdana, Sans-serif;
	font-weight: bold;
	padding: 1px;
}


.orangelinks { /* orange city links on home page */
	color: F59B00;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.orangelinks:hover {  /* orange city links on home page */
	color: 8FA032;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
}


.bottomnavigation { /* orange bottom navigation links on all pages */
	color: F59B00;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	text-decoration: none;
}
a.bottomnavigation:hover { /* orange bottom navigation links on all pages */
	color: 8FA032;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

table.orangetext { /* orange text over front of building on home page only */
	color: F59B00;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
}
table.blacktext { /* orange text over front of building on home page only */
	color: 000000;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: regular;
	line-height: 17px;
}
table.orangetext1 { /* orange text over front of building on home page only */
	color: F59B00;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}
table.orangetext2 { /* orange text over front of building on home page only */
	color: F59B00;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: regular;
	line-height: 15px;
}
table.whitetext1 { /* orange text over front of building on home page only */
	color: FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}
a.orangetext:hover {  /* orange text over front of building on home page only */
	color: 8FA032;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: bold;
}

table.maintext {  /* main text */
	color: F59B00;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 11px;
}




































