* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 150%;
	padding-bottom: 8px;
	width: 100%;
}
p a,
p a:link{
	color: #4C6686;
	text-decoration: underline;
}
p a:hover{
	text-decoration: none;
}
img {
	border:0px;
}

.Title {
	font-weight: bold;
	color: #3D6464; 
}

.Strong,
.Strong a,
.Strong a:visited,
.Strong a:hover { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 13px; 
	color: #3F8169;
	font-weight: bold; 
	padding-bottom: 5px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #4C6686;
	line-height: 140%;
	padding-left: 0px;
	padding-bottom: 6px;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
	color: #3F8169;
	padding-left: 0px;
	padding-top: 6px;
	padding-bottom: 8px;
}	
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 140%;
	color: #3F8169;
	font-weight: normal;
	padding-bottom: 5px;
	font-style: italic;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #C60;
	font-weight: lighter;
	padding-bottom: 5px;
	padding-top: 10px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CADE84;
	bottom: 8px;
	padding-top: 4px;
	padding-bottom: 8px;

	text-align: left;
}
h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
	font-weight: lighter;
	padding-bottom: 5px;
	padding-top: 10px;
	text-align: left;
}
.bodyphoto {
	float: right;
	margin-left: 12px;
	margin-top: 6px;
	margin-bottom: 6px;

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 12px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 18px;
}

