/* $Revision: 1.3 $ */

h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: x-large;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  color: #000000;
}

p {
  font-size: medium;
  text-align: justify;
  margin-top: 5px;
  margin-bottom: 0in;
}

body {
  font-family: Times New Roman,Times,serif;
  font-size: medium;
  text-align: justify ! important;
}

th {
  text-align: center;
  background-color: #dddddd;
}

td {
  text-align: justify;
  vertical-align: middle;
}

.celltext {  /* Use on table cells that contain text only, not images */
  padding: 10px;
}

a:link {
    text-decoration:none;
    color: black;
}
a:visited {
    text-decoration:none;
    color: black;
}
a:hover {text-decoration:none;}
a:active {text-decoration:blink;}

.center {
  text-align: justify ! important;
  width: 60%;
  left: 12em;
  position:absolute;
  top: 0px;
}

.centertop {
  text-align: justify ! important;
  width: 60%;
  left: 12em;
  position: fixed;
  top: 0px;
  background-color: #ffffff;
}

.centerscroll {
  text-align: justify ! important;
  width: 60%;
  left: 12em;
  top: 15em;
  position: absolute;
}

.indent
{
font-family:Arial,Helvetica,sans-serif;
position:relative;
left:+30px;
font-weight: bold;
}

.indentRight
{
font-family:Arial,Helvetica,sans-serif;
position:absolute;
left: 10em;
top: 0;
}

.status
{
    text-decoration: blink;
    color: red;
}

blockquote {
 border : 2px solid #000;
 width: 200px;
 float: right;
 margin: 20px 0px 0px 20px;
 padding: 10px;
 background-color: #cccccc;
 quotes: "\201C" "\201D";
 }
 blockquote:before { content: open-quote; font-weight: bold; }
 blockquote:after { content: close-quote; font-weight: bold; }

.navigate {
  top: 0em;
  bottom: 0em;
  left: 0em;
  border-color: #000000;
  position: fixed;
  font-family: Arial,Helvetica,sans-serif;
  color: #000000;
  background-color: #dddddd;
  width: 10em;
  margin-top: 0em;
  text-decoration: none;
  text-align: center;
  padding:0em;
}

.navigate a
{
  display:block;
  color: #000000;
  background-color: #cccccc;
  height: 3em;
}

.navigate a:hover 
{
  color:#ff0000;
} 

.navigate ul
{
  list-style-type:none;
  margin:0;
  padding:0;
}

.navigate li
{
  list-style-type:none;
  margin:1em;
  padding:0em;
  border-style:ridge;
  border-width:5px;
}

li {
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

a {
  font-family: Arial,Helvetica,sans-serif;
  visibility: visible;
  color: #0000ff;
  font-size: medium;
  text-decoration: none;
}

a:hover {color:#FF0000;} 

.footer {
  position: fixed;
  bottom: 0em;
  left: 0em;
}

.audio {
    border : 0px solid #000;
    width: 400px;
    height: 25px; 
    float: right;
    margin: 20px 0px 0px 20px;
    padding: 0px;
    background-color: #ffffff;
}

.document {
    border : 0px solid #000;
    width: 500px;
    height: 250px; 
    float: right;
    margin: 20px 0px 0px 20px;
    padding: 0px;
    background-color: #ffffff;
}