@charset "UTF-8";
/* CSS Document */

h1 {
	color: #7a2426;
	font-size: 2.0em;
	font-weight: bold;
	line-height: 14px;
}
h2 {
	color: #7a2426;
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: bold;
}
h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
}
h5 {
	font-size: 1.5em;
	font-weight: bold;
	color: #005695;
	
}
h6 {
	font-size: 1.5em;
	font-weight: normal;
	color: #005695;
	line-height: 1.5em;
	padding: 0px 40px;
	text-align: justify;
}
p {
	font-size: 1.45em;
line-height: 1.5em;
}
/*==== Image Floats ==== */
.imageLeft {
float: left;
padding: 0 8px 0px 0;
}
.imageRight {
float: right;
padding: 0 0px 0px 8px;
}
