/* Modified 13/01/2007 for CSS validation  */

address {
  text-align: center;
  font-size: xx-small;
}

body {
  font-size: medium; 
  text-align: left;
  text-indent: 2em;
  margin-left: 5%;
  margin-right: 5%;
  font-family: CenturyCSI, serif;
}

.bold {
  font-weight: bold;
}

.bold-italic {
  font-weight: bold;
  font-style: italic;
}


.center {
  text-align: center;
  text-indent: 0em;
  margin-left: auto;
  margin-right: auto;
}

.right {
  text-align: right;
  text-indent: 0em;
  margin-left: 2em;
  margin-right: 2em;
}




dd{
  font-family: CenturyCSI, serif;
  text-indent: 2em;
  font-size: medium; 
}

.dropped {
  float: left;
  margin-top: -0.2em;
  margin-left: 0em;
  text-indent: 0em;
  font-size: 200%;
  color: #880000;
}



dt {
  font-family: CenturyCSI, serif;
  text-indent: 0em;
  padding-top: 1em;
  font-weight: bold;
  font-size: medium; 
  color: #3333FF;
}

h1 {
  color: #ffffff;
  background: #444444;
  font-size: 300%;
  text-align: center;
  text-indent: 0;
  letter-spacing: 0.5em;
  margin-left: 15%;
  margin-right: 15%;
  border-style: solid inset;
  border-width: 8px;
  border-color: #000000;
  font-family: "Franklin Gothic Medium", serif;
}

h2 {
  font-size: x-large;
  color: #990000;
  font-weight: bold;
  font-family: "Franklin Gothic Medium", serif;
  }

h3 {
  font-size: 300%;
  color: #990000;
  font-weight: bold;
  font-family: "Franklin Gothic Medium", serif;
}

h4 {
  font-size: 150%;
  text-indent: 0px;
  text-align: left;
  color: #990000;
  font-weight: nor54mal;
  font-family: "Franklin Gothic Medium", serif;
}

hr {
  text-indent: 0%;
  margin-left: 0%;
  margin-right: 0%;
}

img {
  padding: 10px;
}

.large  {
  font-size: large;
}

.List1 {
  margin-left: 4em;
  text-indent: 2em;
  }

.List2 {
  text-indent: 2em;
  margin-left: 5em;
  }

.List3 {
  text-indent:  2em;
  margin-left: 7em;
  }

.List-Number {
  list-style-type: decimal;
  margin-left: 1%;
  }

.List-Bullet {
  list-style-type: disc;
  }

.List-Bullet-2 {
  list-style-type: circle;
  }

.List-Bullet-3 {
  list-style-type: square;
  }

.List-Number-2 {
  list-style-type: decimal;
  margin-left: 1%;
  }

.List-Number-3 {
  list-style-type: decimal;
  margin-left: 1%;
  }

p {
  text-indent: 2em;
  border-left: 2em;
  border-right: 2em;
}

.red {
  color: #880000;
}
.reverse {
  color: #ffffff;
  background: #000000;
}
.small {
  font-size: small;
}

sup {
  font-size: x-small;
}

.x-large  {
  font-size: x-large;
}

table {
  font-family: CenturyCSI, serif;
  font-size: medium;
}

.x-small {
  font-size: x-small;
}

.xx-large  {
  font-size: xx-large;
}

.xx-small {
  font-size: xx-small;
}
@media print {
   page { 
  margin: 10%; } 
H1, H2, H3, H4, H5, H6 { page-break-after: avoid; page-break-inside: avoid; } 
BLOCKQUOTE, PRE { page-break-inside: avoid; }
UL, OL, DL { page-break-before: avoid; }
}

/* @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;}
} 
*/



