/* CSS Document */

p{
	font-family: Franklin Gothic Medium;
	font-size: 11px;
	color: #000000;
	line-height: inherit;
	padding: 3px;
	margin-bottom: 0px;
	vertical-align: baseline;
}
.bold {
	color: #008080;
	text-decoration: none;
	font-family: "Franklin Gothic Medium";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.italic {
	color: #008080;
	text-decoration: none;
	font-family: "Franklin Gothic Medium";
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}

.bullets {
	color: #008080;
	text-decoration: none;
	font-family: "Franklin Gothic Medium";
	font-size: 18px;
	font-weight: normal;
	max-width: 2px;
	float: inherit;
}
.Footer {
	font-family: "Franklin Gothic Medium";
	font-size: 9px;
	font-style: normal;
	background-color: #008080;
	color: #FFFFFF;
	text-align: center;
	background-image: url(images/Jpegfooter.jpg);
	vertical-align: middle;
}



.navigation {
	background-color: #008080;
	display: block;
	padding: 8px;
	width: 140px;
	text-decoration: none;
	border-color: #000000;
	color: #FFFFFF;
	font-family: "Franklin Gothic Medium";
	font-size: 14px;
}

.navigation:hover {
	background-color: #000000;
	display: block;
	padding: 8px;
	width: 140px;
	text-decoration: none;
	border-color: #000000;
	color: #FFFFFF;
	font-family: "Franklin Gothic Medium";
	cursor: default;
}

