@charset "UTF-8";
h1 {
	font-family: "Myriad Pro";
	font-size: 18px;
	color: #990000;
	background-color: #E3D2B5;
	padding-left: 5px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color:#663300;
	font-style: italic;
	}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: justify;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
.imgleft {
	float: left;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.imgright {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 7px;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:active {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #8EACAA;
	text-decoration: none;
}

