 body {
  background-color: #000000;
  color: #FFFFFF;
  font-family: tahoma; font-size: 10pt
 }

/* Headings */
h1.sedepot { color: #00FF00; font-weight: bold; font-size: 10pt } /* Bold Green */
h2.sedepot { color: #0080FF; font-weight: bold; font-size: 10pt } /* Bold Blue */
h3.sedepot { color: #FFFFFF; font-weight: bold; font-size: 10pt } /* Bold White */
h4.sedepot { color: #00FF00; font-weight: bold; font-size: 8pt } /* Footer Green */
h5.sedepot { color: #FF0000; font-weight: bold; font-size: 10pt } /* Offline Red */

/* Paragraphs */
p { color: #FFFFFF; font-size: 10pt }
p.red { color: #FF0000; font-weight: bold } /* Bold Red */
p.green { color: #00FF00; font-weight: bold } /* Bold Green */
p.blue { color: #0080FF; font-weight: bold } /* Bold Blue */
p.white { color: #FFFFFF; font-weight: bold } /* Bold white for section descriptions */
p.footer { color: #00FF00; font-weight: bold; font-size: 8pt } /* Bold Green 8pt */

/* Horizontal Rules */
hr.sedepot { color: #C0C0C0; line-height: 1px; font-size: 1px }

/* Tables */
td.squares { border: 0; background-image: url('images/background-squares.gif') }
td.grids { border: 0; background-image: url('images/background-grid.gif') }
td.menu { border: 0; background-color: #141414 }

/* Links */
a.sedepot:link { color: #FFCD00; font-weight: bold; font-size: 10pt }
a.sedepot:visited { color: #FFCD00; font-weight: bold; font-size: 10pt }
a.sedepot:active { color: #FFCD00; font-weight: bold; font-size: 10pt }
a.sedepot:hover { color: #00FF00; font-weight: bold; font-size: 10pt }

/* Spans */
span.sedepot { color: #FFFFFF; font-weight: normal; font-size: 10pt } /* Plain White */
span.small { color: #FFFFFF; font-weight: normal; font-size: 8pt } /* Plain White 8pt */
span.sfe { color: #FF6600; font-weight: bold; font-size: 10pt } /* SFE Orange */
span.footer { color: #00FF00; font-weight: bold; font-size: 8pt } /* Bold Green */
span.offline { color: #FF0000; font-weight: bold; font-size: 8pt } /* Bold Red */
span.submitted { color: #0080FF; font-weight: bold; font-size: 10pt } /* Bold Blue */
span.new { color: #FF6600; font-weight: bold; font-size: 8pt } /* Bold Orange */
