﻿body
{
  color: black;
  background-color: #c3c8d6;
  padding: 0px;
  margin: 0px;
}
body, p, div, span, li, td, th, input, select, textarea
{
  font-family: Tahoma;
  font-size: 12px;
}
h1, h2, h3, h4, h5
{
  margin-bottom: 8px;
  margin-top: 8px;
  font-family: Arial;
}

h1
{
  font-family: arial;
  font-size: 13pt;
}
h2
{
  font-family: arial;
  font-size: 13pt;
}
h3
{
  font-family: arial;
  font-size: 11pt;
  font-weight: bold;
}
h4
{
  font-family: tahoma;
  font-size: 10pt;
  font-weight: bold;
}
h5
{
  font-family: tahoma;
  font-size: 9pt;
  font-weight: bold;
}
p
{
  margin-bottom: 8px;
  margin-top: 8px;
}
a
{
  color: blue;
  font-weight: normal;
  text-decoration: none;
}
a:hover
{
  color: Black;
  font-weight: normal;
}
table.main
{
  width: 995px;
  background-color: White;
  border: solid 1px #171E3F;
}
table.main tr td
{
  vertical-align: top;
}

div.nav
{
  padding-left: 10px;
  text-align: left;
}
div.nav a
{
  color: White;
}
div.nav a:hover
{
  color: #fbb86f;
}
div.pageFooterLinks
{
  border-top: solid 1px Gray;
  font-size: 10px;
  font-weight: bold;
  padding: 5px;
}
div.pageFooterLinks a
{
  color: Black;
  text-decoration: none;
  font-weight: bold;
}
div.pageFooterLinks a:hover
{
  color: #52597b;
  font-weight: bold;
}
div.pageFooterCopyright
{
  font-size: 10px;
  color: Gray;
  padding-bottom: 5px;
}

span.sup
{
  color: Red;
  font-size: 12px;
}

table.simpleBoxedBorder
{
  background-color: #C0C0C0;
}

table.simpleBoxedBorder thead tr th
{
  background: url(    "../Images/background-input.jpg" );
  background-repeat: repeat-x;
  background-color: White;
}

table.simpleBoxedBorder tr th
{
  background: url(    "../Images/background-input.jpg" );
  background-repeat: repeat-x;
  background-color: White;
}

table.simpleBoxedBorder tfoot tr td
{
  background: url(    "../Images/background-input.jpg" );
  background-repeat: repeat-x;
  background-color: White;
}

table.simpleBoxedBorder tr td
{
  background-color: White;
}

.statusMessage
{
  font-weight: bold;
  font-size: 12px;
  color: #d54a19;
  padding-bottom: 5px;
}

table.simpleBorder
{
  background-color: White;
  border: solid 1px #C0C0C0;
}

table.simpleBorder thead tr th
{
  background: url(   "../Images/background-input.jpg" );
  background-repeat: repeat-x;
  background-color: White;
  border-bottom: solid 1px #C0C0C0;
}

table.simpleBorder tr th
{
  background: url(   "../Images/background-input.jpg" );
  background-repeat: repeat-x;
  background-color: White;
  border-bottom: solid 1px #C0C0C0;
}

table.simpleBorder tr td
{
  background-color: White;
}

ul
{
  list-style-position: inside;
  margin-left: 5px;
  padding: 5px;
}
ul li ul
{
  list-style-position: inside;
  margin-left: 15px;
  padding: 5px;
}
ul li
{
  padding: 2px;
}
