@charset "utf-8";
.background {
	background-image: url(images/blue_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #18233F;
}
.backgroundWater {
	background-color: #18233F;
	background-image: url(images/blue_bg_sm_2.jpg);
	background-repeat: no-repeat;
}
.titleWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.titleWhiteLarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #419839;
	text-decoration: underline;
}
a:active {
	color: #419839;
	text-decoration: underline;
}
.contentSmallWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
