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

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.body_text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
}

a:link {
	color: #E1A81B;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #E1A81B;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #E1A81B;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #E1A81B;
	font-weight: bold;
}

.H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #56AAA8;
	}

.H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #8D8F90;
}

.H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #E1A81B;
	font-weight: bold;
	}

.BodyBoldGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.HeaderGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #007F7B;
}

.subHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-style: italic;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #56AAA8;
}

.bioSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #56AAA8;
	}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
}
div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
}
