﻿.subMenu
{
  font: 8pt Tahoma;
  padding-right: 10px;
  width: 175px;
}

.subMenuHeading
{
  font-weight: bold;
  padding: 4px;
  padding-top: 8px;
  border-bottom: 1px solid #DBDEE3;
}

.subMenuItem
{
  color: black;
  padding: 4px;
  padding-left: 15px;
  border-bottom: 1px solid #DBDEE3;
}

.subMenuItemHover
{
  color: black;
  padding: 4px;
  padding-left: 15px;
  border-bottom: 1px solid #DBDEE3;
  text-decoration: none;
  background-color: #EDEFF1;
  cursor: hand;
}

.subMenuItem A
{
  text-decoration: none;
}

.subMenuItem A:hover
{
  text-decoration: none;
}

.paddedBody
{
  padding: 10px;
}

.basicTitle
{
  font: bold 12pt Arial;
  padding-bottom: 5px;
}

.basicSubTitle
{
  font: bold 10pt Arial;
  line-height: 150%;
}

.basicBody
{
  font: 10pt Arial;
  line-height: 150%;
}


.headerSection
{
  border-bottom: 3px solid #C0C0C0;
}

.headerSectionChild
{
  border-bottom: 1px solid #C0C0C0;
}
