body {
  font-family: verdana, arial, sans-serif;
  color: #666;
  font-size:11px;
  font-weight:normal;
  line-height:16px;

  padding: 20px 20px 20px 20px;
  background: #FFF;
  border: 20px solid #EEE;
}

td
{
  font-family: verdana, arial, sans-serif;
  color: #666;
  font-size:11px;
  font-weight:normal;
  line-height:16px;
}

.headline {
    padding-bottom: 10px;
}
.headline font {
    font-family: Helvetica;
    font-size: 24pt;
    color: #0066CC;
}

.headline font a {
    color: #0066CC;
}

hr
{
    color: #003366;
    height: 0px;
    width: 80%;
    background-color: transparent;
    border: none;
    border-top: 1px solid;
}

h1,h2,h3,h4,h5 {
    font-family: Helvetica;
    /* background-color: #EECC99; */
    color: #003366;
#    padding-left:3pt;
    margin-top:2pt;
    margin-bottom:8pt;
    border-style:none;
    border-width:thin;
    width:100%;
}
h1 {
    font-size: 18pt;
    margin-top: 20pt;
}
h2 {
    margin-top: 12pt;
    font-size: 14pt;
    font-style: italic;
#    padding-left:6pt;
}
h3 {
    font-size: 10pt;
#    padding-left:9pt;
}
h4 {
    font-size: 10pt;
    font-style: italic;
#    padding-left:12pt;
}
h5 {
    font-size: 8pt;
#    padding-left:15pt;
}

a {
  color: #003366;
  font-family: verdana, arial, sans-serif;
  font-size: 91%;
  text-decoration: none;
  font-weight:bold;
}
a:link {
  color: #003366;
  text-decoration: none;
}
a:visited	{
  color: #003366;
  text-decoration: none;
}
a:active {
  color: #FFCC66;
}
a:hover {
  color: #FFCC66;
}
a.nonexistent {
    font-weight: bold;
    background-color: #003366;
    color: white;
}
a.nonexistent:visited {
    background-color: #003366;
    color: white;
}
a.external {
    color: #003366;
}
dl,ul,ol {
    margin-top: 1pt;
}
tt,pre {
    font-family: Lucida Console,Courier New,Courier,monotype;
    font-size: 10pt;
}
pre.code {
    margin-top: 8pt;
    margin-bottom: 8pt;
    background-color: #FFFFEE;
    white-space:pre;
    border-style:solid;
    border-width:1pt;
    border-color:#999999;
    color:#111111;
    padding:5px;
    width:100%;
}
div.diffold {
    background-color: #FFFF80;
    border-style:none;
    border-width:thin;
    width:100%;
}
div.diffnew {
    background-color: #80FF80;
    border-style:none;
    border-width:thin;
    width:100%;
}
div.message {
    margin-top: 6pt;
    background-color: #E8FFE8;
    border-style:solid;
    border-width:1pt;
    border-color:#999999;
    color:#440000;
    padding:5px;
    width:100%;
}
strong.highlight {
    background-color: #FFBBBB;
/* as usual, NetScape fucks up with innocent CSS
    border-color: #FFAAAA;
    border-style: solid;
    border-width: 1pt;
*/
}

table.navibar {
    background-color: #C8C8C8;
    border-spacing: 3px;
}
td.navibar {
    background-color: #E8E8E8;
    vertical-align: middle;
    text-align: right;
    padding: 0px;
}
a.navibar {
    text-decoration: none;
  font-family: verdana, arial, sans-serif;
  font-size:10px;
}
font.navibar {
    /*font-family: Arial,Helvetica;*/
    font-size: 11px;
}

