
a:link { color: #7EC52B; }

a:visited { color: #7EC52B; }

a:hover { color: #7EC52B; }

a:active { color: #7EC52B; }




h1 { color: #FFFFFF; }

h2 { color: #FFFFFF; }

h3 { color: #FFFFFF; }






body, div, p, td, th, ol, ul, li, blockquote, dl, dt, dd {
    font-size: 10pt;
    font-family: arial, helvetica, sans-serif;
    color: #ffffff;
}

/* Inheritance doesn't work correctly in NS4 so re-specify some things */
body {
    font-size: 10pt;
    font-family: arial, helvetica, sans-serif;
    background-color: #000000;
    margin: 0px 10px 0px 0px;
    padding: 0;
}

p {
    margin-top: 0.5em;
    margin-bottom: 0.25em;
}

/* Inheritance doesn't work correctly in NS4 so re-specify some things */
p  { font-size: 10pt; font-family: arial, helvetica, sans-serif; }
dd { font-size: 10pt; font-family: arial, helvetica, sans-serif; }
dt { font-size: 10pt; font-family: arial, helvetica, sans-serif; }
li { font-size: 10pt; font-family: arial, helvetica, sans-serif; }
td { font-size: 10pt; font-family: arial, helvetica, sans-serif; }

/* All headers share some characteristics. Sizes specified below.  */
h1, h2, h3, h4, h5, h6 {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 0;
    padding: 0;
}

/* Other characteristics specified above. Note that <h6> is the baseline headline */
h1 { font-size: 15pt; margin-top: 0.75em; }
h2 { font-size: 14pt; margin-top: 0.5em; }
h3 { font-size: 13pt; margin-top: 0.5em; }
h4 { font-size: 12pt; margin-top: 0.5em; }
h5 { font-size: 11pt; margin-top: 0.5em; }
h6 { font-size: 10pt; margin-top: 0.5em; }

/* Define some default stuff, just to be safe */
a { text-decoration: underline; }
abbr, acronym { text-decoration: none; }
address { margin-left: 1em; font-size: 9pt; }
b, strong { font-weight: bold; }
caption { font-weight: bold; }
dd, dt { margin-bottom: 0.25em; }
form { margin: 12px 0; }
i, em { font-style: italic; }
hr { color: #ffffff; height: 2px; }
img { border: 0; border-style: none; }
input, select { font-size: 9pt; font-family: arial, helvetica, sans-serif; }
li { margin-top: 0.25em; }
pre, code, tt, textarea { font-size: 9pt; font-family: monospace; }
ol.alpha { list-style: lower-alpha; }
ol.roman { list-style: lower-roman; }
ul { list-style: square; }
ul.disc { list-style: disc; }
ul, ol { margin-top: 0.5em; margin-bottom: 0.25em; }

