/* BBTech Site CSS */

BODY {background-image: url(http://BBTech.com/images/bbtech-background.jpg); 
      background-repeat: repeat-y;
      background-color: fff; 
      margin-left: 8; margin-top: 8;
      color: 000;
      font: normal 12pt/1.2 times,serif}

A:link {color: 009; text-decoration: underline}
A:visited {color: 009; text-decoration: none}
A:active {color: 609; text-decoration: underline}
      
TABLE.black {background-color: 000; frame=void; rules=none}
TABLE.white {background-color: fff; frame=void; rules=none}

DIV.left-menu {width: 140; vertical-align: bottom}
DIV.main-text{margin-left: 20%; width=70%; background-color: red}

/* We have to make the linespacing TOO BIG until Netscape fixes their bug!
   All should be xxx/1.2 */
H1 {color: "013"; font: bold 26pt/1.6 Ariel,Helvetica,sans-serif}
H2 {color: "013"; font: bold 19pt/1.4 Ariel,Helvetica,sans-serif}
H3 {color: "013"; font: bold 16pt/1.2 Ariel,Helvetica,sans-serif}

DL.bold DT {color: black; font: bold 13pt/1.2; margin-top: 10pt}
DL.bold DT.large {color: black; font: bold 16pt/1.2; margin-top: 10pt}
/* Netscape is SO broken that we cannot use margin-left here, 
   for now we must use auto instead:
DL.bold DD {margin-left: 2em} */
DL.bold DD {auto}

FONT.highlight {background-color: ffc}
FONT.sf {font-family: Ariel,Helvetica,sans-serif}
FONT.bsf {font-family: Ariel,Helvetica,sans-serif; font-weight: bold}
FONT.x-small-sf {font-family: Ariel,Helvetica,sans-serif; font-size: x-small}
FONT.x-small-bsf {font-family: Ariel,Helvetica,sans-serif; font-weight: bold; font-size: x-small}
FONT.small-sf {font-family: Ariel,Helvetica,sans-serif; font-size: small}
FONT.small-bsf {font-family: Ariel,Helvetica,sans-serif; font-weight: bold; font-size: small}
FONT.large-sf {font-family: Ariel,Helvetica,sans-serif; font-size: large}
FONT.large-bsf {font-family: Ariel,Helvetica,sans-serif; font-weight: bold; font-size: large}

CODE.nobr {white-space: pre}

TABLE CAPTION {font-family: Ariel,Helvetica,sans-serif; font-weight: bold}

P.noindent {text-indent: 0; margin-top: .6em}
P.br-noindent {text-indent: 0; margin-top: 1.2em}
P.drop {text-indent: 0; margin-top: 0}
/* We have to use 26 for indent rather than 3ex due to printing bugs in IE4.0 and NS4.04 */
P {text-indent: 26; margin-top: 0; margin-bottom: 0}

/* Tight lists */

ul.tight {margin-top: 0pt; margin-left: 0pt}
ul.tight {margin-top: 0pt; margin-left: 0pt}

/* Chalkboard link elements */
A.cb:link,A.cb:visited {text-decoration: none; color: ff0; font: 500 10pt/1.2 Ariel,Helvetica,sans-serif}
/* We'd like to use a margin-left in cbs, but Netscape is broken--for now,
we'll have to use &nbsp; in the source--argh! */
A.cbs:link,A.cbs:visited {text-decoration: none; color: ff0; font: 400 9pt/1.2 Ariel,Helvetica,sans-serif}
font.cbw {text-decoration: none; color: fff; font: 500 10pt/1.2 Ariel,Helvetica,sans-serif}

/* Abstract block */
DIV.abstract {padding-left: 8%; padding-right: 4%;
font-size: smaller; font-family: ariel,Helvetica,sans-serif}

/* Epilogue block */
DIV.epilogue {margin-top: 20pt; text-align: right; color: 999; font: 8pt/1.2 ariel,Helvetica,sans-serif}
DIV.epilogue A:visited {text-decoration: none; color: 999; font: 8pt/1.2 ariel,Helvetica,sans-serif}
DIV.epilogue A:link {text-decoration: underline; color: 009; font: 8pt/1.2 ariel,Helvetica,sans-serif}
DIV.epilogue A:active {text-decoration: underline; color: 609; font: 8pt/1.2 ariel,Helvetica,sans-serif}







