html, body
{
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  font-family: Arial;
  background-color: rgb(177,211,241);
  color: #002846;
  font-size: 12px;
}

a
{
  color: #006CBB;
  text-decoration: none;
}
a:hover
{
  text-decoration: underline;
}

ul, ol
{
  margin: 0;
  padding: 0;
}

ul li, ol li
{
  margin-left: 25px;
  padding-bottom: 3px;
}

p
{
  margin-top: 12px;
  margin-bottom: 12px;
}

form
{
  display: inline;
}

input
{
  font-size: 12px;
  font-family: Arial;
}

table
{
  font-size: 100%;
  border-collapse: collapse;
  line-height: 150%;
}

td, th
{
  padding: 0px;
  font-weight: normal;
  vertical-align: top;
  line-height: 130%;
}

h1
{
  color: #ED4B2D;
  font-size: 20px;
  font-family: Arial Black;
  font-weight: normal;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

h2
{
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 100%;
  text-align: left;
}

h3
{
  font-size: 18px;
  font-weight: normal;
  color: #EB3D00;
  margin-bottom: 0;
  line-height: 130%;
  text-align: left;
}

h4
{
}

h5
{
  font-size: 15px;
  color: #ED4B2D;
  padding-top: 5px;
  margin: 0;
}

h6
{
  font-size: 15px;
  padding-top: 5px;
  margin: 0;
}

select
{
  font-size: 11px;
}

select optgroup
{
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}

