BODY{
 font-family : Arial,Helvetica,Verdana,sans-serif;
 font-weight : normal;
 color : black;
 font-size : 10pt;
 background-color : white;
 text-decoration : none;
 }
 
 A{
  font-size : 10pt;
  font-family : Arial,Helvetica,Verdana,sans-serif;
  color : #990000;
  text-decoration : none;
 }
 
 A:LINK{
  font-family : arial,Helvetica,sans-serif;
  font-size : 10pt;
  font-weight : normal;
  text-decoration : underline;
  color : #004080;
 }
 
 A:VISITED{
  font-family : Arial,Helvetica,sans-serif;
  color : #004080;
  font-size : 10pt;
  font-weight : normal;
  text-decoration : underline;
 }
 A:HOVER{
  color: #FF9829;
 }

.normal {
 font-family : Arial,Helvetica,Verdana,sans-serif;
 font-weight : normal;
 color : black;
 font-size : 10pt;
 background-color : white;
 text-decoration : none;
 } 

A.normal {
 font-family : Arial,Helvetica,Verdana,sans-serif;
 font-weight : bold;
 color : #720036;
 font-size : 10pt;
 font-style : italic;
 background-color : white;
 text-decoration : none;
 } 

A:LINK.normal {
 font-family : Arial,Helvetica,Verdana,sans-serif;
 font-weight : underline;
 color : #720036;
 font-size : 10pt;
 font-style : italic;
 background-color : white;
 text-decoration : underline;
 } 

A:VISITED.normal {
 font-family : Arial,Helvetica,Verdana,sans-serif;
 font-weight : bold;
 color : #720036;
 font-size : 10pt;
 font-style : italic;
 background-color : white;
 text-decoration : none;
 } 

A:HOVER.normal {
 text-decoration : underline;
 color: #FF9829;
 }

.bold {
 font-family : Arial,Helvetica,Verdana,sans-serif;
 font-weight : bold;
 color : black;
 font-size : 10pt;
 background-color : white;
 text-decoration : none;
 }
 
 H1{
 font-family : Arial,Helvetica,Verdana,sans-serif;
 font-weight : bold;
 color : #326036;
 font-size : 24pt;
 background-color : white;
 text-decoration : none;
 }
 
 H2{
 font-family : Arial,Helvetica,Verdana,sans-serif;
 font-weight : bold;
 color : #103499;
 font-size : 18pt;
 background-color : white;
 text-decoration : none;
 }
 
 H3{
 font-family : Arial,Helvetica,Verdana,sans-serif;
 font-weight : bold;
 color : rgb(125,8,128);
 font-size : 12pt;
 background-color : white;
 text-decoration : none;
 }
