*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.body
{
	font-size: 12px;
}
h1
{
	font-size: 14px;
	color: #0099CC;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2
{
	font-size: 12px;
	color: #0099CC;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
p
{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12px;
}
#outer
{
	width: 100%;
	height: 100%;
}
#inner
{
	width: 700px;
	height: 100%;
	background-color: #ffffff;
	text-align: left;
	margin-left: auto; 
	margin-right: auto;
}
#main
{
	width: 100%;
}
#topmenu
{
	font-size: 9px;
	background-color: #666666;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px;
	text-align: left;
	margin-bottom: 0px;
}
#topmenu ul
{
	margin: 0px;
	padding-left: 0px;
}
#topmenu li
{
	list-style-type: none;
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #FF0000;
}
#topmenu a
{
	color: #ffffff;
	text-decoration: none;
}
#topmenu a:hover
{
	color: #CCCCCC;
}
#footer
{
	background-color: #666666;
	color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
	font-size: 10px;
	clear: both;
	padding: 2px 5px 5px 5px;
}
.lowseason
{
	font-size: 10px;
	color: #000000;
	background-color: #CCCCFF;
}
.shoulderseason
{
	font-size: 10px;
	color: #000000;
	background-color: #FFFFCC;
}
.highseason
{
	font-size: 10px;
	color: #000000;
	background-color: #9999CC;
}
.tableheader
{
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

