body {
 font-family: Times New Roman;
 font-size: 12pt;
 font-weight: normal;
 font-style: normal;
 text-decoration: none;
 text-align: justify;
 color: #000000;
}

h1 {
 font-family: Times New Roman;
 font-size: 28pt;
 font-weight: bold;
 font-style: normal;
 text-decoration: underline;
 text-align: center;
 color: #0000FF;
}

h2 {
 font-family: Times New Roman;
 font-size: 18pt;
 font-weight: normal;
 font-style: italic;
 text-decoration: none;
 text-align: center;
 color: #000000;
}

h3 {
 font-family: Times New Roman;
 font-size: 14pt;
 font-weight: normal;
 font-style: normal;
 text-decoration: underline;
 text-align: center;
 color: #000000;
}

h4 {
 font-family: Times New Roman;
 font-size: 14pt;
 font-weight: bold;
 font-style: normal;
 text-decoration: none;
 text-align: center;
 color: #000000;
}

pre {
 font-family: Courier New;
 font-size: 10pt;
 color: #000000;
}

a:link {
 text-decoration: underline;
 color: #0000FF;
}

a:visited {
 text-decoration: underline;
 color: #9000E0;
}

a:hover {
 text-decoration: underline;
 color: #FF00E0;
}

.toptable {
 background: #0000FF;
 border: 0px none;
 color: yellow;
 text-decoration: none;
 font-family: Arial, Helvetica;
 font-size: 10pt;
 font-weight: bold;
 text-align: left
}