p {
	font-family: Arial, Helvetica, sans-serif;
	color: #064D86;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.p-blue {
	color: #064D86;
}
.p-light-blue {
	color: #029eb4;
}
.p-intro-para {
	font-family: Arial, Helvetica, sans-serif;
	color: #064D86;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-style: italic;
}
.specials-copy {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-weight: bold;
	text-align: center;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #064D86;
	font-size: 16px;
	margin-top: 20px;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #064D86;
	font-size: 12px;
	font-weight: bold;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #029eb4;
	font-size: 12px;
	font-weight: bold;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

a.one:link {
	color: #064D86;
	text-decoration: none;
	font-weight: normal;
}a.one:visited {
	text-decoration: none;
	color: #064D86;
	font-weight: normal;
}a.one:hover {
	color: #029eb4;
	text-decoration: none;
	font-weight: normal;
}a.one:active {
	font-weight: normal;
	color: #064D86;
	text-decoration: none;
}
a.two:link {
	color: #029eb4;
	text-decoration: none;
	font-weight: normal;
}a.two:visited {
	text-decoration: none;
	color: #029eb4;
	font-weight: normal;
}a.two:hover {
	color: #064D86;
	text-decoration: none;
	font-weight: normal;
}a.two:active {
	font-weight: normal;
	color: #029eb4;
	text-decoration: none;
}
a.three:link {
	color: #003F71;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
} a.three:visited {
	text-decoration: none;
	color: #003F71;
	font-weight: bold;
	font-size: 12px;
} a.three:hover {
	color: #029eb4;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
} a.three:active {
	font-weight: bold;
	color: #003F71;
	text-decoration: none;
	font-size: 12px;
}
a.four:link {
	color: #003F71;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
} a.four:visited {
	text-decoration: none;
	color: #003F71;
	font-weight: bold;
	font-size: 11px;
} a.four:hover {
	color: #029eb4;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
} a.four:active {
	font-weight: bold;
	color: #003F71;
	text-decoration: none;
	font-size: 11px;
}
a.five:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
} a.five:visited {
	text-decoration: underline;
	color: #ffffff;
	font-weight: normal;
} a.five:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
} a.five:active {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}




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-numbers {
	list-style-position: outside;
	list-style-type: decimal;
	font-family: Arial, Helvetica, sans-serif;
	color: #064D86;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-weight: normal;
}
.image-float {
	float: left;
	clear: left;
	margin: 0 1em 0 0;
}
