﻿h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #336699;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	color: #800000;
}
h3 {
	font-family: "Times New Roman";
	font-size: large;
	color: #000000;
	font-style: normal;
	margin-bottom: 10px;
	font-variant: small-caps;
	font-weight: normal;
}
h4 {
	font-family: "Adobe Garamond Pro";
	font-size: large;
	font-style: italic;
	color: #445759;
	margin-bottom: 10px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #808080;
	font-weight: normal;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #445759;
	margin-top: 13px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #016666;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #445759;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000000;
}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000000;
}
hr {
	height: 1px;
	background-color: #445759;
	color: #000000;
}
.red_text {
	color: #800000;
}
.balck_text {
	color: #000000;
}
.white_text {
	color: #FFFFFF;
}
.center {
	text-align: center;
}
.image_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
.image_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.footer a {
	color: #AFC9A7;
	text-decoration: none;
}
.footer a:hover {
	color: #008080;
}
.image_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
