body
{
  font-family: Trebuchet MS, Arial, Helvetica, Sans Sarif;
  font-size: 12px;
  background-color: #F0EDE6;
  background-image: url('../images/bkgBrownGradient.gif');
  background-repeat: repeat-x;
  color: #404040;
  margin: 0px;
  padding-top: 16px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
img
{
  border: 0;
}
p
{
  font-family: Trebuchet MS, Arial, Helvetica, Sans Sarif;
  font-size: 12px;
  color: #404040;
}
th, .TableHeader
{
  font-size: 12px;
  background-color: #2E6885;
  color: White;
}
th a:link, th a:visited, .TableHeader a:link, .TableHeader a:visited
{
  color: White;
  white-space: nowrap;
}
th a:hover, .TableHeader a:hover
{
  color: #ffffc0;
}
td
{
  font-size: 12px;
  color: #404040;
}
a, a:visited
{
  color: #7D572D;
  text-decoration: none;
}
a:hover
{
  text-decoration: underline;
  color: #7A1616;
}
input
{
  font-family: Arial, Helvetica, Sans Sarif;
  font-size: 11px;
}
select
{
  font-family: Arial, Helvetica, Sans Sarif;
  font-size: 11px;
}
.InputBox
{
  font-family: Arial, Helvetica, Sans Sarif;
  font-size: 11px;
  background-color: #F7F7F7;
  border-style: solid;
  border-width: 1px;
  padding-left: 3px;
  border-top-color: #A4A4A4;
  border-left-color: #A8A8A8;
  border-bottom-color: #F4F4F4;
  border-right-color: #F4F4F4;
  font-weight: normal;
}
.Button
{
}

h1,.Title
{
  font-size: 18px;
  font-weight: bold;
  color: #3347C8;
}
h2,.Subtitle
{
  font-size: 14px;
  font-weight: bold;
  color: #526E1A;
  margin: 0;
  padding: 0;
}
.HomePageText
{
  color: #526E1A;
  font-size: 13px;
  line-height: 140%;
}

.AlternatingRow
{
  background-color: #F9F7F1;
}
.DataGrid
{
  border-bottom: solid 2px #2E6885;
}

.PagerRow
{
  background-color: #E7E2D2;
}
.MainMenu, .MainMenu a:link, .MainMenu a:visited
{
  color: #ffffff;
  text-decoration: none;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: bold;
}
.MainMenu a:hover, .MainMenu a:active
{
  background-color: #f0f0f0;
  color: #7B9256;
  text-decoration: none;
}
.SubMenu
{
  width: 170px;
  font-family: Arial, Helvetica, Sans Sarif;
  font-size: 11px;
  font-weight: bold;
  color: #7B9256;
  border-bottom: solid 1px #DFE5D7;
  padding-left: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.SubMenu a:link, .SubMenu a:visited
{
  color: #7B9256;
  text-decoration: none;
}
.SubMenu a:hover
{
  color: #3347C8;
  text-decoration: none;
}
.SubMenuSelected
{
  background-image: url('\images\picArrow.gif');
  background-repeat:no-repeat;
  background-position: left center;
  width: 170px;
  font-family: Arial, Helvetica, Sans Sarif;
  font-size: 11px;
  font-weight: bold;
  color: #3347C8;
  border-bottom: solid 1px #DFE5D7;
  padding-left: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.SubMenuSelected a:link, .SubMenuSelected a:visited
{
  color: #3347C8;
  text-decoration: none;
}

.SectionHeader
{
  font-family: Arial, Helvetica, Sans Sarif;
  font-weight: bold;
  color: #7B9256;
  border-bottom: solid 1px #DFE5D7;
}
.SectionHeader a:link, .SectionHeader a:visited
{
  color: #7B9256;
}

.PageFooter
{
  text-align: right;
  font-size: 10px;
  color: #A9A188;
  font-style: italic;
  padding-top: 2px;
}
.PageFooter a:link, .PageFooter a:visited
{
  color: #A9A188;
}

.Error
{
  color: #FF0000;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
}
.Dots
{
  background-image: url('../images/bkgDots.gif');
  background-repeat: repeat-x;
  background-position: top left;
  white-space: nowrap;
  vertical-align: top;
}

.HorizontalRule
{
  width: 100%;
  border-top: solid 1px #D8CB9D;
  padding-top: 4px;
  padding-bottom: 0px;
}

