a {
	color: #0000CC;
	text-decoration: none;
}

a:visited {
	color: #660033;
	text-decoration: none;
}

a:hover {
	color: #DC143C;
	text-decoration: underline;
}

a:active {
	color: #FF3300;
	text-decoration: none;
}

body {
	background-color: #FFFFFF;
	background-image: url(gifs/ocean.jpg);
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.arialbodytext {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
}

.headline {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 18px;
}

.lead {
	color: #00008B;
	font-size: 14px;
	font-weight: bolder;
	line-height: normal;
}

.smalltext {
	color: #333333;
	font-size: 10px;
	line-height: normal;
}

.smalltext_arial {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
}

.smheadline {
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
}


