﻿/* GENERAL STYLES */
body, td, div { font-family: Verdana, Geneva, Tahoma, Arial, sans-serif; font-size: 11px; color: #313131; }

a:link { text-decoration: none; color: #000000; 
font-weight: bold;
	text-align: center;
}
a:visited { text-decoration: none; color: #313131; font-weight: bold; }
a:active { text-decoration: none; color: #313131; font-weight: bold; }
a:hover { text-decoration: underline; color: #313131; font-weight: bold; }

.top_bot { font-size: 10px; color: #ffffff; font-weight: normal; }
a.top_bot:link { font-size: 10px; color: #ffffff; font-weight: normal; }
a.top_bot:hover { font-size: 10px; color: #ffffff; text-decoration: underline; font-weight: normal; }
a.top_bot:active { font-size: 10px; color: #ffffff; font-weight: normal; }
a.top_bot:visited { font-size: 10px; color: #ffffff; font-weight: normal; }

.links { color:#4b0941; font-size: 12px; font-weight: bold; }
a.links:link { font-size: 10px; color: #4b0941; font-weight: bold; }
a.links:hover { font-size: 10px; color: #4b0941; text-decoration: underline; font-weight: bold; }
a.links:active { font-size: 10px; color: #4b0941; font-weight: bold; }
a.links:visited { font-size: 10px; color: #4b0941; font-weight: bold; }

.amenities { font-size: 12px; font-weight: bold; }

.tour_lower { font-size: 14px; color: #02383b; font-weight: bold; }
.tour_upper { font-size: 14px; color: #25023b; font-weight: bold; }
.tour_outside { font-size: 14px; color: #3b0205; font-weight: bold; }
.tour_vr { font-size: 14px; color: #06023b; font-weight: bold; }

.question { color:#460094; font-size: 17px; font-weight: bold; }
.answer { color:#d55f00; font-size: 17px; font-weight: bold; }

.orange { color:#cd6f00; }
.pink { color:#cd004d; }
.green { color:#008b03; }
.red { color:#790000; }

h1 {
	text-indent: -100em;
}

input.form_input { width:150px; font-size: 10px; color: #000000; }


#footer p {
	font-size: 0.85em;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
}


