h1 {
 font-family: Franklin Gothic Medium;
 font-size: 18pt;
 font-weight: bold;
 text-decoration: none;
 text-align: justify;
 color: #FFFFFF;
}

h2 {
 font-family: Franklin Gothic Medium;
 font-size: 15pt;
 font-weight: bold;
 text-decoration: none;
 text-align: justify;
 color: #FFFFFF;
}

h3 {
 font-family: Franklin Gothic Medium;
 font-size: 11pt;
 text-decoration: none;
 font-weight: normal;
 text-align: justify;
 color: ##8F8F8F;
}

h4 {
 font-family: Franklin Gothic Medium;
 font-size: 10pt;
 text-decoration: none;
 text-align: justify;
 color: #9E0000;
}

h5 {
 font-family: Franklin Gothic Medium;
 font-size: 10pt;
 text-decoration: none;
 text-align: justify;
 color: #7F7F7F;
}

h6 {
 font-family: Franklin Gothic Medium;
 font-size: 9pt;
 text-decoration: none;
 text-align: justify;
 color: #7F7F7F;
}

body {
 font-family: Franklin Gothic Medium;
 font-size: 10pt;
 background:#000000;
 text-align: justify;
 text-decoration: none;
 color: #FFFFFF;
 margin-top: 10pt;
 margin-bottom: 10pt;
 margin-left: 10pt;
 margin-right: 10pt;
}

a:link {
 text-decoration: underline;
 color: #FFFFFF;
}

a:hover {
 text-decoration: underline;
 text-align: left;
 background-color: #9E0000;
 color: #FFFFFF;
}

a:visited {
 text-decoration: underline;
 color: #FFFFFF;
}

a:active {
 text-decoration: underline;
 color: #FFFFFF;
}