p {
	font-family: Arial, Helvetica, sans-serif;
	color: #064D86;
	font-size: 11.5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.p-blue {
	color: #064D86;
}
.p-light-blue {
	color: #029eb4;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #064D86;
	font-size: 24px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #064D86;
	font-size: 16px;
	font-weight: bold;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

a.one:link {
	color: #064D86;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}a.one:visited {
	text-decoration: none;
	color: #064D86;
	font-weight: normal;
	font-size: 11px;
}a.one:hover {
	color: #029eb4;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}a.one:active {
	font-weight: normal;
	color: #064D86;
	text-decoration: none;
	font-size: 11px;
}

a.two:link {
	color: #029eb4;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}a.two:visited {
	text-decoration: none;
	color: #029eb4;
	font-weight: normal;
	font-size: 11px;
}a.two:hover {
	color: #064D86;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}a.two:active {
	font-weight: normal;
	color: #029eb4;
	text-decoration: none;
	font-size: 11px;
}

a.three:link {
	color: #003F71;
	text-decoration: none;
	font-weight: bold;
	font-size: 11.5px;
} a.three:visited {
	text-decoration: none;
	color: #003F71;
	font-weight: bold;
	font-size: 11.5px;
} a.three:hover {
	color: #029eb4;
	text-decoration: none;
	font-weight: bold;
	font-size: 11.5px;
} a.three:active {
	font-weight: bold;
	color: #003F71;
	text-decoration: none;
	font-size: 11.5px;
}

a.four:link {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
} a.four:visited {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	font-size: 16px;
} a.four:hover {
	color: #029eb4;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
} a.four:active {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	font-size: 16px;
}

a.five:link {
	color: #003F71;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
} a.five:visited {
	text-decoration: none;
	color: #003F71;
	font-weight: bold;
	font-size: 16px;
} a.five:hover {
	color: #029eb4;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
} a.five:active {
	font-weight: bold;
	color: #003F71;
	text-decoration: none;
	font-size: 16px;
}


body {
	background-image: url(images/background-shadow.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #b3e2e8;
}

.list-nemo {
	list-style-position: outside;
	list-style-image: url(images/list-bullet-images/nemo-sml.gif);
}.list-starfish {
	list-style-position: outside;
	list-style-image: url(images/list-bullet-images/starfish-sml.gif);
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.image-float {
	float: right;
	clear: right;
	margin: 0em 0em 1em 1em;
}

.table-hero {
	background-image: url(images/background-hero.gif);
	background-repeat: no-repeat;
	background-position: center 220px;
}
