

/*** HTML tags ***/
* {margin:0px;padding:0px;}
BODY{font-family:Arial, Helvetica, sans-serif;color:#000000;background:#FFFFFF;font-size:0.7em;text-align:left;}
A, A:link, A:visited, A:hover, A:active{outline:none;}
IMG{border-width:0px;display: block;}
P{margin:0px 0px 10px 0px;padding:0;line-height:1.2em;}
UL, OL{margin:0;padding:0;}
LI{}
TABLE{font-size:1em;margin:0 0 10px 0;}
CAPTION{}
TH, TD{text-align:left;vertical-align:top;}
FORM{margin:0px;}
SELECT{font-size:1.0em;vertical-align:middle;}
INPUT{font-size:1.0em;vertical-align:middle;}
TEXTAREA{font-family:Arial,sans-serif;font-size:1.0em;overflow:auto;}
H1{font-size:2em;line-height:1em;}
H2{font-size:1.4em;line-height:1em;}
H3{font-size:1em;line-height:1em;}
H4{font-size:1em;line-height:1em;}
/*** HR ***/
DIV.hr{clear:both;height:1px;background:#B9B9B9;margin:10px 0px 0px 0px;}
DIV.hr HR{display:none;}



/************* ids *************/

/******* classes *******/
.fr{float:right;}
.fl{float:left;}
.fn{float:none;}
.cb{clear:both;}
.cl{clear:left;}
.cr{clear:right;}
.tal{text-align:left}
.tac{text-align:center}
.tar{text-align:right}
.vat{vertical-align:top}
.vam{vertical-align:middle}
.vab{vertical-align:bottom}
.hdn{display:none;}
.tlt{text-decoration:line-through;}
.wauto{width:auto !important;}
.print{display:none;}
.noprint{}

.red{color:#FF0000;}
.black{color:#000000;}
.spaced{line-height:1.5em;}


/******* Aural Style Settings *******/
@media speech {
  H1, H2, H3, 
  H4, H5, H6    { voice-family: paul, male; stress: 20; richness: 90 }
  H1            { pitch: x-low; pitch-range: 90 }
  H2            { pitch: x-low; pitch-range: 80 }
  H3            { pitch: low; pitch-range: 70 }
  H4            { pitch: medium; pitch-range: 60 }
  H5            { pitch: medium; pitch-range: 50 }
  H6            { pitch: medium; pitch-range: 40 }
  LI, DT, DD    { pitch: medium; richness: 60 }
  DT            { stress: 80 }
  PRE, CODE, TT { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
  EM            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  STRONG        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  DFN           { pitch: high; pitch-range: 60; stress: 60 }
  S, STRIKE     { richness: 0 }
  I             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  B             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  U             { richness: 0 }
  A:link        { voice-family: harry, male }
  A:visited     { voice-family: betty, female }
  A:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}

