<!-- LINKS -->

a:link {
	color: #000000;
	Text-decoration: underline;
	background: none;}

a:visited {
	color: #000000;
	Text-decoration: underline;
	background: none;}

a:active {
	color: #000000;
	Text-decoration: underline;
	background: none;}

a:hover {
	Text-decoration: underline;
	background: none;}

<!-- BODY TEXT -->

body {
	font-family: Arial, Helvetica;
	color: rgb(31,26,23);
	font-size: 10pt;
}
table,td,tr,dl,p {
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102);
	font-family: Arial, Helvetica;
	color: rgb(31,26,23);
	font-size: 10pt;
}

<!-- BODY HEADERS -->
.head {
  font-family: "Arial", "Helvetica", "sans-serif"; 
  font-size:20px;
  color: #000099;
  font-weight: bold;
  text-decoration: none}

.subhead {
  font-family: "Arial", "Helvetica", "sans-serif"; 
  font-size:18px;
  color: #000099;
  font-weight: bold;
  text-decoration: none}


<!-- DEFAULT HEADERS -->
h1 {
	font-family: Times New Roman, Times;
	color: #000000;
	text-align: left;
	font-size: 24pt;
	text-transform: none;
	border-bottom: none;
	margin-left: 0%;
	background:  100% ;
}
h2 {
	font-family: Times New Roman, Times;
	color: #000000;
	text-align: left;
	font-size: 18pt;
	text-transform: none;
	border-bottom: none;
	margin-left: 0%;
	background:  100% ;
}
h3 {
	font-family: Times New Roman, Times;
	color: #000000;
	text-align: left;
	font-size: 15pt;
	text-transform: none;
	border-bottom: none;
	margin-left: 0%;
	background:  100% ;
}
h4 {
	font-family: Times New Roman, Times;
	color: #000000;
	text-align: left;
	font-size: 12pt;
	text-transform: none;
	border-bottom: none;
	margin-left: 0%;
	background:  100% ;
}
h5 {
	font-family: Times New Roman, Times;
	color: #000000;
	text-align: left;
	font-size: 10pt;
	text-transform: none;
	border-bottom: none;
	margin-left: 0%;
	background:  100% ;
}
h6 {
	font-family: Times New Roman, Times;
	color: #000000;
	text-align: left;
	font-size: 8pt;
	text-transform: none;
	border-bottom: none;
	margin-left: 0%;
	background:  100% ;
}

<!-- LIST -->
ul {
  font-family: "Arial", "Helvetica", "sans-serif"; 
	font-size: 10pt;
}
ol {
  font-family: "Arial", "Helvetica", "sans-serif"; 
	font-size: 10pt;
}

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


.address {
	font-family: arial,helvetica;
	color: #000000;
	text-align: left;
	font-size: 7pt;
	text-transform: none;
	border-bottom: none;
	margin-left: 0%;
	background:  100% ;
}