﻿
html
{
  overflow: -moz-scrollbars-vertical;
  overflow: scroll;
}
body
{
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
}
p, td, a, b, strong, span, input
{
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 11px;
  line-height: 1.5;
}
p
{
  margin-top: 0px;
  margin-bottom: 8px;
}
hr
{
  line-height: 1px;
  height: 1px;
  color: #a0a0a0;
}
table
{
  border: 0px;
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
}
a
{
  color: #001166;
  text-decoration: none;
  border-bottom: dotted 1px #8899ff;
}
a:hover
{
  color: #991100;
  text-decoration: none;
  border-bottom: solid 1px #991100;
  
}
b, strong
{
  color: #804040;
}


.menu
{
  padding: 10px;
  margin-right: 20px;
  border: 1px solid #ffcc88;
  background-color: #ffeedd;
}

ul, ol
{
  margin-left: 0px;
  padding: 0px;
  padding-left: 25px;
}

li
{
  list-style-type: disc;
  margin-top: 4px;
}

li li
{
  list-style-type: circle;
}

sup, sub
{
  vertical-align: 0;
  position: relative;
}

sup
{
  bottom: 1ex;
}

sub
{
  top: 0.8ex;
}

th.ml
{
  background-color: #f0f0f0;
  border: 1px solid #d0d0d0;
  padding: 8px;
  vertical-align: top;
}

td.ml
{
  background-color: #f0f0f0;
  border: 1px solid #d0d0d0;
  padding: 8px;
  vertical-align: top;
}


a.mb
{
  font-family: Arial;
  font-weight: bold;
  font-size: 13px;
  color: #9a6600;
  border-bottom: 0px;
}

