/*  last updated: May 17, 1999 */
/* url(img/bckgnd1.gif) */
/*  background: #ffffff; */
/*  border-right: none; */
/*  border-left: none;  */
/*  background: #ccffff;  (light blue) */
/*  background: white;  padding-left: 2%; */
/*  padding-right: 2%; */
/*  padding-top: 2%; */

BODY { 
  background: #FFFFFF;
  font-size: small; 
/*  line-height: 1.2; */
  font-weight: normal; 
  color: #000000; 
  margin-top: 0%;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 3%;
  font-family: helvetica, univers, arial, sans-serif; 
}

DIV.cen { 
   font-weight: normal; 
   font-size: 100%;
   font-family: arial, helvetica, sans-serif; 
}

P { 
   font-size : small;
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;  
}

.text { 
   font-size : 14pt;
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;  
}
 
.red { 
   color: #ff0000;
   font-size : small;
  font-weight: normal;
  font-family: arial, helvetica, sans-serif; 
  font-weight: bold; 
}
  .tty {
   color: #000000;
  font-family: arial, helvetica, sans-serif; 
  font-size: 8pt; 
  font-weight: normal; 
  background: #FFFFFF; 
}
a { 
         font-family: arial, helvetica, sans-serif;  
}
   
PRE { 
	font-size : 10pt;
	font-weight: normal;
	font-family: courier, sans-serif;  
}

TD { 
	font-size : 10pt;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;  
}

blockquote { 
    font-size : small;
  font-weight: normal; 
  font-family: arial, helvetica, sans-serif; 
}

b { font-weight: bold; }

DIV.menu {
   color: #000000;
  font-family: arial, helvetica, sans-serif; 
  font-size: 8pt; 
  font-weight: normal; 
  background: #FFFFFF; 
  
  }
  
DIV.ccsb {

   color: #000000;

  font-family: times, courier, serif; 

  font-size: 8pt; 

  font-weight: normal; 

  background: #FFFFFF; 

}
  

DIV.link {
   color: #0000ff;
  font-family: arial, helvetica, sans-serif; 
  font-size: 10pt; 
  font-weight: normal; 
  background: #FFFFFF;
  font-style: normal; 
}
DIV.title {
   color: #000000;
  font-family: arial, helvetica, sans-serif; 
  font-size: 12pt; 
  font-weight: normal; 
  background: #FFFFFF;
  font-style: normal; 
}
IMG { border-style: none; }


UL { list-style: square; font-size : small; font-family: arial, helvetica, sans-serif;}
OL { font-size : small; color: 000000; font-family: arial, helvetica, sans-serif;}
LI { font-size : small;
 font-family: arial, helvetica, sans-serif; 
     }

A:link    	{ color: #0000FF } 
A:visited 	{ color: #000099 }
A:active  	{ color: #0000FF }


H1 {font-style:normal;font-weight:bold;background-color:#ffffff}
H2 {color:#000000;font-weight:bold}
H3 {color:#000000;font-style:normal;font-weight:bold;font-family:times,courier,serif}
H4 {font-style:normal;font-weight:bold;font-size:80%;line-height:1.2}
H5 {font-style:normal;font-weight:normal;font-size:70%;line-height:1.5}

H6 {color:#888888;font-weight:normal;font-size:100%;line-height:16px}




EM 		{  font-size: 12px; font-style: normal; font-weight: bold; font-family: helvetica, univers, arial, sans-serif;}

STRONG 	{ font-size: 12px; font-weight: bold; color: #000000;
font-family: arial, helvetica, san-serif;}

DL { font-size: small; font-weight: normal; font-family: arial, helvetica, sans-serif; }
DT { font-weight: bold; color: #663366; font-family: arial, helvetica, sans-serif; }


@media print {
  @page         { margin: 10% }
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, 
  UL, OL, DL    { page-break-before: avoid }
}

@media speech {
  H1, H2, H3, 
  H4, H5, H6    { voice-family: paul, male; stress: 20; richness: 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 }
    STRONG        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  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 }
