body {
background-image: url('images/BoatRentalsBackground.jpg');
background-repeat: repeat-x;
background-attachment: fixed;
background-color:  FFFFFF;
}
a:link {
	color: #0CF;
	text-decoration: none;
}
a:visited {
	color: #09F;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}

.navbar a:link {
	color: #999999;
	text-decoration: none;
}
.navbar a:visited {
	color: #999999;
	text-decoration: none;
}
.navbar a:hover {color: #FFFFFF;}
.navbar a:active {color: #FF0000;}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
h1 {
	font-size: 18px;
	color: #FFF;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
.SubHead {
	font-size: 15px;
}
.FooterText {
	font-size: 9px;
}
.FooterTextSmall {
	font-size: 9px;
}
.Border1 {
	border: 1px solid #102039;
	background-color: #FFFFFF;
}
.Border2 {
	border: 1px solid #102039;
	color: #FFF;
	background-image: url(images/Border2.jpg);
}
.BlueBox {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #102039;
}
.BlueBoxLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #102039;
	border: 1px solid #999999;
}
.WhiteBoxLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000066;
}
.RentHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.GreyText {
	color: #999999;
}
.TestSnip {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
}
.RedText {
	color: #FF0000;
}
.SpecialCross {
	color: #999999;
	font-size: 9px;


}
.TextBlue {
	color: #1F3952;
}
.BorderDivide {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

