/*This is the main style sheet which contains the aural styles*/

body 
{
   background: #ffffff; 
   font-size: 10pt; 
   color: #000000; 
   font-family: arial, helvetica, sans-serif;
   margin-left: 0px; 
   margin-bottom: 20px; 
   margin-right: 0px; 
   margin-top: 20px;
}

/*Navigation Bar (left hand side nav bar) links*/
.nav 
{
   font-size: 10pt; 
   color: #a7abac; 
   font-family: arial, helvetica, sans-serif;  
}
a.nav:link { }
a.nav:visited {color:#a7abac; }
a.nav:active {color:#a7abac; }
a.nav:hover {color:#a7abac; text-decoration: none; }

.navOn 
{
   font-size: 10pt; 
   color: #991501; 
   font-family: arial, helvetica, sans-serif;  
}
a.navOn:link {color:#991501; text-decoration: none; }
a.navOn:visited {color:#991501; text-decoration: none; }
a.navOn:active {color:#991501; text-decoration: none; }
a.navOn:hover {color:#991501; text-decoration: none; }




/*default paragraph and heading fonts*/
p 
{
   font-size: 10pt; 
   color: #000000; 
   font-family: arial, helvetica, sans-serif;
}
h1 
{
   font-size: 12pt; 
   color: #991501; 
   font-family: arial, helvetica, sans-serif; 
   font-weight: bold;
}
h2 
{
   font-size: 10pt; 
   color: #000000; 
   font-family: arial, helvetica, sans-serif; 
   font-weight: bold;   
}
h3 
{
   font-size: 10pt; 
   color: #991501; 
   font-family: arial, helvetica, sans-serif; 
   font-weight: bold;
}
h4 
{
   font-size: 12pt; 
   color: #CC0000; 
   font-family: arial, helvetica, sans-serif; 
   font-weight: bold;
}


/*Table formats*/
td 
{
   font-size: 10pt; 
   color: #000000; 
   font-family: arial, helvetica, sans-serif;
}
td.title 
{
   font-size: 10pt;
   background: #991501; 
   color: #ffffff; 
   font-weight: bold
}

td.banner 
{
   background: #991501; 
}

/*Regular links*/
a:link {color:#991501}
a:visited {color:#333333}
a:active {color:#991501}
a:hover {color:#991501}
a:line {color: #991501; text-decoration: underline;}



/*Lists*/
UL 
{
   color: #000000; 
   font-family: arial, helvetica, sans-serif; 
   font-size: 10pt; 
   list-style:disc
}
OL 
{
   color: #000000; 
   font-family: arial, helvetica, sans-serif; 
   font-size: 10pt
}
LI 
{
   color: #000000; 
   font-family: arial, helvetica, sans-serif; 
   font-size: 10pt
}

.bullet
{
   color: #999999; 
   font-family: arial, helvetica, sans-serif; 
   font-size: 10pt
}


img {border-style: none}
.small {font-size: 8pt}
.line {line-height:25px}


/*Last updated section at the bottom of each page*/
.updated 
{
   font-size: 8pt; 
   color: #999999; 
   font-family: arial, helvetica, sans-serif;
}

/*Important Notices at the bottom of each page*/
.notices 
{
   font-size: 10pt; 
   color: #999999; 
   font-family: arial, helvetica, sans-serif;
   font-weight: bold;
}
a.notices:link {color:#999999;}
a.notices:visited {color:#999999;}
a.notices:active {color:#999999;}
a.notices:hover {color:#999999; text-decoration:none}

/*Small links in side navigation*/
a.small:link {color:#CC0000;}
a.small:visited {color:#336699;}
a.small:active {color:#336699;}
a.small:hover {color:#336699; text-decoration:none}

/*Common Menu Bar table and links*/
td.topMenu {background:#000000; font-size: 10pt;}
td.topMenu a:link {color:#ffffff; font-weight: bold; text-decoration: none}
td.topMenu a:visited {color:#ffffff; font-weight: bold; text-decoration: none}
td.topMenu a:active {color:#ffffff; font-weight: bold; text-decoration: none}
td.topMenu a:hover {color:#ffffff; font-weight: bold; text-decoration: none}

td.midMenu {background:#991501; font-size: 10pt;}
td.midMenu a:link {color:#ffffff; font-weight: bold; text-decoration: none}
td.midMenu a:visited {color:#ffffff; font-weight: bold; text-decoration: none}
td.midMenu a:active {color:#ffffff; font-weight: bold; text-decoration: none}
td.midMenu a:hover {color:#ffffff; font-weight: bold; text-decoration: none}


@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;
	color: a7abac;
}
  A:visited     { voice-family: betty, female }
  A:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}


