body, p, table, td       { font-family: arial,sans-serif; font-size: 10pt }
h1                       { font-size: 14pt; font-weight: normal; color: #FFFFFF }

a                        { font-family: arial,sans-serif; font-size: 10pt; font-weight: bold; text-decoration: underline }
a:link                   { color: #3366cc }
a:visited                { color: #3366cc }
a:active                 { color: red }
a:hover                  { color: red }

.bluelinks               { font-family: arial,sans-serif; font-size: 10pt; font-weight: normal; text-decoration: underline }
a:link.bluelinks         { color: #3366cc }
a:visited.bluelinks      { color: #3366cc }
a:active.bluelinks       { color: red }
a:hover.bluelinks        { color: red }

.darkbluelinks           { font-family: arial,sans-serif; font-size: 10pt; font-weight: bold; text-decoration: underline }
a:link.darkbluelinks     { color: #21498C }
a:visited.darkbluelinks  { color: #21498C }
a:active.darkbluelinks   { color: red }
a:hover.darkbluelinks    { color: red }

.darkbluelinks2          { font-family: arial,sans-serif; font-size: 12pt; font-weight: bold; text-decoration: underline }
a:link.darkbluelinks2    { color: #21498C }
a:visited.darkbluelinks2 { color: #21498C }
a:active.darkbluelinks2  { color: red }
a:hover.darkbluelinks2   { color: red }

.whitelinks              { font-family: arial,sans-serif; font-size: 8pt; font-weight: bold; text-decoration: underline }
a:link.whitelinks        { color: #FFFFFF }
a:visited.whitelinks     { color: #FFFFFF }
a:active.whitelinks      { color: red }
a:hover.whitelinks       { color: red }

.darkblue                { font-weight: bold; color: #21498C }
.lightgray               { font-weight: bold; color: #C0C0C0 }
.green                   { color: #008000 }
