body {
	border: 0;
	margin: 0px;
}
h1 {
	font-family: "trebuchet MS";
	font-size: 22px;
	font-weight: bold;
	color: #000066;
	text-align: center;
}

h2 {
	font-family: "trebuchet MS";
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #000066;
	text-align: left;
	border-bottom-color: #E4B22B;
	float: left;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000066;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #DAA24F;
	margin-left: 10px;
	margin-right: 150px;
}


p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000033;
}

li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	text-align: left;
	list-style-type: circle;
}
ol {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #000033;
	text-align: left;
	margin: 20px;
	list-style-type: decimal;
}
.breadcrumb {
	font-family: "trebuchet MS";
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

.breadcrumb:link , active , visited {
	font-family: "trebuchet MS";
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

.breadcrumb:hover {
	font-family: "trebuchet MS";
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #C54226;
	text-decoration: none;
}
