body {
		font-family: Arial, sans-serif;
		font-size: 12px;
		color: #000;
		padding: 10px;
		margin: 10px;
		background: #DEF;
	}
	a {
		color: #369;
		text-decoration: none;
	}
	
	a:hover {
		color: #006;
		text-decoration: underline;
	}
h3 { color: #8ABBED; }

p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 2px;
}
.bodytext 
{
	color: #000;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

img.border 
{
	border: 1px solid #B8D8FB;
	padding: 5px;
	background: #FFF;
}
.ratesborder{
	background: #aebece;
	border: 2px solid #2a70af;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	padding: 4px;
}

li {
	color: #333;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
span.book_check {
	padding: 0;
	margin: 0;
	text-align: center;
	display: block;
	clear: both;
	position: relative;
	
}

/* ROLL OVER STATES FOR BODY BUTTONS */

span.book_check a {
	padding: 3px 5px 3px 5px;
	margin: 0;
	color: #FFF;
	border: 1px solid #000;
	background-color: #369;
	text-decoration: none;
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	
}

span.book_check a:hover
{
	color: #FFF;
	background-color: #69C;
}

table.content_border 
{
	font-size: 12px;
	background: #FFF;
	border-top: 5px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 2px solid #333;
	padding-top: 10px;
	width: 600px;
	text-align: left;
}
span.rates { font-weight: bold; color: #8ABBED;}
/* rates table */
table.rates_table {border: 1px solid #000; width: 400px; font-size: 12px;}

td.rates_titles_top {color: #369; text-align: center; font-weight: bold; background-color: #BDF;}
td.rates_titles_left {color: #369; font-weight: bold; background-color: #BDF;}
td.rates_prices {color: #000; font-size: 12px; font-weight: bold; text-align: center; background-color: #DEF; }
td.rates_bottom {color: #369; font-weight: bold; text-align: left; background-color: #BDF;}
td.rates_empty {}

td.contact_info 
{
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}

td.content_holder {
	background: #FFF;
	color: #000;
	font-size: 10px;
	font-family: Arial, sans-serif;
	vertical-align: top;
	text-align: left;
	width: 546px;
	
}

a.contact_info 
{
	color: #900;
	text-decoration: underline;
	font-size: 12px;
}

a.contact_info:hover
{
	color: #C00;
	text-decoration: none;
}

#bottomlinks
{
	text-align: center;
	color: #000;
	padding-bottom: 3px;
	padding-top: 2px;
	border-top: 0px solid #FFF;
	width: 540px;
}
#bottomlinks a
{
	font-size: 8pt;
	font-family: Arial, sans-serif;
	color: #900;
	text-decoration: none;
}

#bottomlinks a:hover { color: #C00; }

#bottomlinks div.copyright {padding-top: 5px; padding-left: 25px;}
#bottomlinks div.copyright a { color: #333; }
#bottomlinks div.copyright a:hover {color: #C00;}