body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
}

H1 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size : 18pt;
	display : inline;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #2D642E;
	font-size : 14pt;
}

H3 {
	font-family: "Times New Roman", Times, serif;
	color: black;
	font-size : 14pt;
}

H4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 8pt;
	font-weight: normal;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 10pt;
}

b {
	font-family: "Times New Roman", Times, serif;
	color: black;
	font-size : 10pt;
}

i {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size : 10pt;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 10pt;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size : 10pt;
}

hr {
	width: 85%;
	color: #FFFFF;
}

a:link {
	color : #000000;
	text-decoration: none;
}

a:visited {
	color : #000000;
	text-decoration: none;
}

a:hover {
	color : #333333;
	text-decoration: underline;
}

a:active {
	color : #000000;
}

img { 
	border-color : #000000; 
}
.subTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #2D642E;
	font-size : 12pt;
}