/***
 *** sbc.css
 ***/
BODY { font-family: Verdana, Arial, Helvetica, sans-serif }
a.menu:link { color: blue; text-decoration: none; font-weight: normal }
a.menu:active { color: blue; text-decoration: none; font-weight: normal }
a.menu:visited { color: blue; text-decoration: none; font-weight: normal }
a.menu:hover { color: blue; text-decoration: underline; font-weight: normal }

a:link { color: blue; text-decoration: none; font-weight: normal }
a:active { color: blue; text-decoration: none; font-weight: normal }
a:visited { color: blue; text-decoration: none; font-weight: normal }
a:hover { color: blue; text-decoration: underline; font-weight: normal }

a.bold:link { color: blue; text-decoration: none; font-weight: bold }
a.bold:active { color: blue; text-decoration: none; font-weight: bold }
a.bold:visited { color: blue; text-decoration: none; font-weight: bold }
a.bold:hover { color: blue; text-decoration: underline; font-weight: bold }

a.lite:link { color: blue; text-decoration: none; font-weight: normal }
a.lite:active { color: blue; text-decoration: none; font-weight: normal }
a.lite:visited { color: blue; text-decoration: none; font-weight: normal }
a.lite:hover { color: blue; text-decoration: underline; font-weight: normal }
a.liteP0:link { color: blue; text-decoration: none; font-size: 10pt; font-weight: normal }
a.liteP0:active { color: blue; text-decoration: none; font-size: 10pt; font-weight: normal }
a.liteP0:visited { color: blue; text-decoration: none; font-size: 10pt; font-weight: normal }
a.liteP0:hover { color: blue; text-decoration: underline; font-size: 10pt; font-weight: normal }
a.liteM1:link { color: blue; text-decoration: none; font-size: 9pt; font-weight: normal }
a.liteM1:active { color: blue; text-decoration: none; font-size: 9pt; font-weight: normal }
a.liteM1:visited { color: blue; text-decoration: none; font-size: 9pt; font-weight: normal }
a.liteM1:hover { color: blue; text-decoration: underline; font-size: 9pt; font-weight: normal }

font { font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 10pt; color:#330066 }

p { font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 10pt; color:#330066 }

td { font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 10pt; color:#330066 }

li { font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 10pt; color:#330066 }

br { font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 10pt; color:#330066 }

hr { color:#999999 }

#small p{font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 9pt; color:#330066}  
 
#large p{font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 16pt; color:#330066}  

.P0 { font-size: 10pt }
.P1 { font-size: 12pt }
.P2 { font-size: 14pt }
.P3 { font-size: 16pt }
.P4 { font-size: 20pt }
.P5 { font-size: 24pt }
.P6 { font-size: 28pt }
.M1 { font-size: 9pt }
.M2 { font-size: 8pt }
.REDCOMICP1 { font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif; color: red; font-weight: bold; font-size: 12pt  }
.BLUECOMICP1 { font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif; color: blue; font-weight: bold; font-size: 12pt }

.P0B { font-size: 10pt; font-weight: bold }
.P1B { font-size: 12pt; font-weight: bold }
.P2B { font-size: 14pt; font-weight: bold }
.P3B { font-size: 16pt; font-weight: bold }
.P4B { font-size: 20pt; font-weight: bold }
.P5B { font-size: 24pt; font-weight: bold }
.P6B { font-size: 28pt; font-weight: bold }
.M1B { font-size: 9pt; font-weight: bold }
.M2B { font-size: 8pt; font-weight: bold }
/**
 ** Note: these margin settings are cumulative. 
 ** That is, a MARGIN50 embedded within a MARGIN25 yields a margin of .75.
 **/
DIV.MARGIN25 { margin-left: .35in; margin-right: .35in }
DIV.MARGIN50 { margin-left: .70in; margin-right: .70in }
/***
 *** This gets too bizarre - results differ between IE5.0 & NS4.7,
 *** mostly with regard to UL bullets... <sigh>
OL LI { list-style: decimal }
OL OL LI { list-style: upper-alpha }
OL OL OL LI { list-style: upper-roman }
OL OL OL OL LI { list-style: lower-alpha }
***/

