/* This style sheet specifies a black background, white sans-serif text, with light blue accents. */

body {
   font-size: 11px; 
   background-color: #FFFFFF;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-family: Trebuchet MS;
   color: #000000;
}

a:link, a:visited, a:active { 
   color: #696969;
   text-decoration: none;
}

a:hover {
   color: #000000;
   text-decoration: none;
}

a.black:link, a.black:visited, a.black:active { 
   color: #000000;
}

p {
   font-size: 11px;
}

p.center {
   text-align: center
}

p.indent {
   margin-left: 1cm
}

p.title {
   text-align: center;
   font-size: medium;
   color: #6074b9;
   font-family: Georgia, "Times New Roman", Times, serif;
   background-color: transparent;
}

p.header {
   text-align: center;
   font-size: small;
   color: #6074b9;
   font-family: Georgia, "Times New Roman", Times, serif;
   background-color: transparent;
}

p.leftheader {
   text-align: left;
   font-size: small;
   color: #6074b9;
   font-family: Georgia, "Times New Roman", Times, serif;
   background-color: transparent;
}
p.titleleft {
   test-align: left;
   font-size: medium;
   color: #6074b9;
   font-family: Georgia, "Times New Roman", Times, serif;
   background-color: transparent;
}

h1,h2,h3 {
  color: #6074b9;
  }

td {
   font-size: x-small;
   vertical-align: middle;
}


td.side {
   background-color: white; 
   color: #000000; 
   vertical-align: middle;
   width: 125px 
}

td.middle {
   background-color: white; 
   color: #000000; 
   width: 125px 
}
