body {
	text-align: center;
	background-color: #E1E1E1;
}
.body h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15pt;
	text-transform: capitalize;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004228;
}

.body h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	text-transform: lowercase;
	color: #004228;
	text-align: right;
	letter-spacing: 1pt;
	word-spacing: 2pt;

}

.body h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	line-height: 15pt;
	color: #00693F;
	padding-left: 5pt;

}

.body h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 15pt;
	color: #333333;
	padding-left: 5pt;

}

/*  BASIC TEXT FORMATING */
.content {



}

a {
	text-decoration: none;
	color: #000000;
	}
p {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	}

h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15pt;
	text-transform: capitalize;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004228;


	}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	line-height: 15pt;
	color: #00693F;
	padding-left: 5pt;

	}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	text-transform: lowercase;
	color: #004228;
	text-align: right;
	letter-spacing: 1pt;
	word-spacing: 2pt;
	}
.footer {
	background-color: #004228;
	padding: 2px;
	
}


.footer h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #FFFFFF;
}

.footer a {
	color:#333333;
	text-decoration:underline;
}
