﻿html
{
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}
body
{
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  background-color: #919191;
}
img
{
  border: 0px;
}
td
{
  font-family: Calibri, Arial;
  font-size: 14px;
  color: #000000;
}
td.gradient
{
  background-image:url(../images/gradient.png);
  background-repeat:repeat-x;
  background-position: top;
}
input
{
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  width: 170px;
}
div.titletext
{
  font-family: Calibri, Arial;
  padding-bottom: 15px;
  font-size: 18pt;
  font-weight: bold;
}
div.headertext
{
  font-family: Calibri, Arial;
  font-size: 13pt;
  font-weight: bold;
  color: #f89829;
}
div.spacer
{
  font-size: 1px;
  overflow: hidden;
}
a
{
  color:#ffffff;
  text-decoration: none;
}
p
{
  line-height: 20px;
}
td.arial
{
  font-family: Arial;
  font-size: 12px;
}