body {
  background-color : #FFFFFF;
}

p, ul, ol, li, {
  font-family : "tahoma", "sans-serif";
  font-size : 10pt;
  color : #000000;
  font-weight : normal;
  text-align : justify;
}

td {
  font-family : "tahoma", "sans-serif";
  font-size : 10pt;
  color : #000000;
  font-weight : normal;
  text-align : justify;
}

h1 {
  font-family : "tahoma", "arial", "sans-serif";
  font-size : 18pt;
  color : #000080;
  text-align : center;
  text-shadow : #FF0000;
  font-weight : bold;
}

h2 {
  font-family : "tahoma", "arial", "sans-serif";
  font-size : 14pt;
  color : #000080;
  text-align : center;
  font-weight : bold;
}

h3 {
  font-family : "tahoma", "arial", "sans-serif";
  font-size : 12pt;
  color : #000080;
  text-align : center;
  font-weight : bold;
}

h4 {
  font-family : "tahoma", "arial", "sans-serif";
  font-size : 10pt;
  color : #000080;
  text-align : justify;
  font-weight : bold;
}

h5 {
  font-family : "tahoma", "arial", "sans-serif";
  font-size : 9pt;
  color : #000080;
  font-weight : bold;
  text-align : justify;
}

a:link {
  font-family : "arial", "sans-serif";
  text-decoration : none;
  font-size : 10pt;
  color : #000000;
}

a:active {
  font-family : "arial", "sans-serif";
  text-decoration : none;
  font-size : 10pt;
  color : #000000;
  background-color : #9F9F9F
}

a:visited {
  font-family : "arial", "sans-serif";
  text-decoration : none;
  font-size : 10pt;
  color : #000000;
  text-align : left;
}

a:hover {
  font-family : "arial", "sans-serif";
  text-decoration : none;
  font-size : 10pt;
  color : #000000;
  background-color : #9F9F9F
}

span {
  color : #0000FF;

}

hr {
  color : #000080;
}