/*OTR stylesheet*/
/*Last updated on 27 November 2003 at 14:27*/

A:link {
 color: navy;
 background: transparent
}

A:visited {
 color: #aaa;
 background: transparent
}

A:active {
 color: yellow;
 background: #ff0;
}

A:hover {
 color: yellow;
 background: transparent
}

BODY {
 color: #000;
 font-size: 100%;
 font-family: "Verdana", "Arial", "Helvetica", sans-serif
}

P {
 font-size: 100%;
 font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}

H1 {
 font-size: 200%;
 font-weight: bold;
 text-align: center;
 font-family: "Comic Sans MS", "Arial", "Helvetica", sans-serif
}

H2
{
 font-size: 150%;
 font-weight: normal;
 font-family: "Comic Sans MS", "Arial", "Helvetica", sans-serif
}

H3
{
 font-size: 130%;
 font-weight: bold;
 font-family: "Arial", "Helvetica", sans-serif;
 color: #f00;
 background: transparent;
}

hr {
 height: 1px;
 color: #000;
 background: transparent;
}

.vers {
 font-size: 55%;
 text-align: right;
 font-weight: normal;
 margin: 5px 0 5px 0;
 font-family: "Comic Sans MS", "Helvetica", sans-serif;
}

.credits {
 font-size: 65%;
 color: #f00;
 background: transparent;
 text-align: center; 
 font-family: "Comic Sans MS", "Helvetica", sans-serif;
}

.centre {
 text-align: center
}

.plug {
 font-size: 80%;
 font-family: "Verdana", "Arial", "Helvetica", sans-serif;
 text-align: left;
 margin-bottom: 5px;
}

th {
background-color: #6699FF;
text-align:center;
font-family:Arial,Arial,Helvetica,sans-serif;
color:#004080;
}

.header, .header1 {
background-color: #6699FF;
text-align: center;
font-family: Arial,Arial,Helvetica,sans-serif;
font-weight: bold;
font-style: normal;
}

.header {
font-size: 120%;
color: #004080;
}

.header1 {
 font-size: 150%;
 color: #000080;
}

.data, .datal {
background : #4F687D; color : white;
/* background-color: #4F687D; */
font-family: "Arial Narrow",Arial,Helvetica,sans-serif;
/* color: #000080; */
font-weight: normal;
font-style: normal;
font-size: 80%;
}
.dataAC, .dataACl {
/* background-color: #CAE6FB; */
background : #56748B; color : white;
font-family: "Arial Narrow",Arial,Helvetica,sans-serif;
/* color: #000080; */
font-weight: normal;
font-style: normal;
font-size: 80%;
}

.white {
background-color: #FFF;
font-family: "Arial Narrow",Arial,Helvetica,sans-serif;
color: #000;
font-weight: normal;
font-style: normal;
font-size: 100%;
}
.red, .yellow {
 color: yellow;
 background: transparent;
 font-style: italic;
}
.data, .dataAC {
text-align: center;
}

.datal, .dataACl {
text-align: left;
}

.little {
  font-size: 60%;
  text-align: right;
  margin-top: 5pt;
  font-family: "Comic Sans MS", "Helvetica", sans-serif;
 }

.tbl {
 background: #808080;
 border: none;
 padding: 3px;
 width: 100%;
 margin: 0px;
 border-width: 0px;
 border-style: none;
}
.tbl td {
 border: none;
 padding: 3px;
 margin: 0px;
 border-width: 0px;
 border-style: none;
}
/*Copyright 2002, Dave Brown*/
