/* CSS Document */


<STYLE type=text/css>
.table1 {
	COLOR: black; FONT-FAMILY: arial; FONT-SIZE: 10pt
}

body {
	margin-left: 5%; margin-right: 5%;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
}

td {
	font-family: Arial, Helvetica, sans-serif;
    text-align:justify;
}

th {
	font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

/* see http://dbaron.org/css/1999/09/links for discussion on best pseudo-class syntax */
  :link    {
	text-decoration: none; 
	color: blue;
  }    /* unvisited links */
  :visited { 
    text-decoration: none; 
	color: purple;
  }   /* visited links   */
  :link:hover   { 
    text-decoration: none; 
	color: black; 
  } /* user hovers     */
  :link:active  { 
    text-decoration: none; 
	color: purple 
  }   /* active links    */

.center {
  align: center;
  text-align: center;
}

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #00000000;
}
.addressText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #00000000;
}
