/* default */
body
{
	margin-top: 0px;	
	margin-left: 0px;
	text-align: center;
	background-color: #E5E5E5;
}

body,table
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
}

a { text-decoration: none; }
a:link    { color: #4061CE; }
a:visited { color: #7990DE; }
a:hover   { color: #7990DE; }
a:active  { color: #7990DE; }

img { border: 0px; }

ul
{
	margin-top: 0px;
}

/* Heading */
h1.BannerHeading
{
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
}

a.BannerLink
{
	font-size: 8pt;
}
a:link.BannerLink    { color: #83B3FA; }
a:visited.BannerLink { color: #83B3FA; }
a:hover.BannerLink   { color: #A4C7FA; }
a:active.BannerLink  { color: #A4C7FA; }

.BannerRightText
{
	color: #FFFFFF;
	font-size: 8pt;
	padding-right:3px;
}

table.MainTable
{
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
}

/* Footer */
.Footer
{
	background-image:url(images/footer_bg.gif);
	background-repeat: repeat-x;
	font-size: 7pt;
	color:#808080;
}

/* Tours */
h1.TourHeading
{
	margin: 5px 0px 0px 0px;
	color: #000671;
	font-family: Arial, Sans-Serif;
	font-size: 24pt;
}

h2.TourHeading
{
	margin: 0px 0px 0px 0px;
	font-family: Arial, Sans-Serif;
	font-size: 16pt;
}

table.TourTable
{
	background-color: #E5E5E5;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
}

/* Rates & Times */
h1.RatesHeading
{
	margin: 5px 0px 0px 0px;
	color: #000671;
	font-family: Arial, Sans-Serif;
	font-size: 20pt;
}

.Rates
{
	font-size:12pt;
}

/* Reservations */
h1.ReservationsHeading
{
	margin: 5px 0px 0px 0px;
	color: #000671;
	font-family: Arial, Sans-Serif;
	font-size: 20pt;
}

.Reservations
{
	font-size:12pt;
}

.ReservationsTable
{
	background-color: #E5E5E5;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
}
	
