
body {
  background: #ffffff;
  font: 10pt;
  font-family: Tahoma, Arial, Helvetica;
  color: #000000;
}

.HeadingText {
  font: 10 pt;
  color: #ffffff;
}

.FooterText {
  font: normal 8 pt;
  color: #000000;
}

.CopyrightText {
  font: 8 pt;
  color: #000000;
  font-weight: normal;
}
a {
  color: #999999;
  text-decoration: underline;
  font-weight: bold;
}

a:active, a:visited {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}

a:link {
  text-decoration: underline;
  color: #000000;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
  color: #999999;
  font-weight: bold;
}
h1 {
  font-size: 16pt;
  font-weight: bold;
}
h2 {
  font-size: 14pt;
  font-weight: bold;
}

h3 {
  font-size: 12pt;
  font-weight: bold;
}
p {
  font-family: Tahoma, Arial, Helvetica;
  font-weight: normal;
  color: black;
}
td {
  font-family: Tahoma, Arial, Helvetica;
  font-weight: normal;
  color: black;
}

.ContainerTitle {
	color: #FFFFFF;
}

/* menu */
.MainMenu_MenuContainer
{
    background-color: transparent;
}

.MainMenu_MenuBar
 {
    height: 15px;
}

.MainMenu_MenuItem
{
    cursor: pointer;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    background-color: transparent;
  border-left: 0px none #000000;
  border-bottom: 0px none #000000;
  border-right: 0px none #000000;
  border-top: 0px none #000000;
}

.MainMenu_MenuIcon
{
  background-color: #EE9B50;
  border-left: 0px none #000000;
  border-bottom: 0px none #000000;
  border-right: 0px none #000000;
  border-top: 0px none #000000;
}

.MainMenu_SubMenu {
    z-index: 1000;
    cursor: pointer;
    background-color: #EE9B50;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
    border-bottom: 1px solid #666666;
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;

    color: white;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
}

.MainMenu_MenuItemSel
{
    cursor: pointer;
    color: #999999;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    background-color: #EE9B50;

  border-left: 0px none #000000;
  border-bottom: 0px none #000000;
  border-right: 0px none #000000;
  border-top: 0px none #000000;

}

.MainMenu_MenuBreak {
	display: none;
}
.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
  border-left: 0px none #000000;
  border-bottom: 0px none #000000;
  border-right: 0px none #000000;
  border-top: 0px none #000000;
}

.MainMenu_RootMenuArrow
{
    display: none;
}

.MainMenu_SubMenuItemSelected
{
    cursor: pointer;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    background-color: #EE9B50;
/*
    border-bottom: 0px solid #686836;
    border-left: 0px solid #686836;
    border-top: 0px solid #686836;
    border-right: 0px solid #686836;
*/
  border: none;
}

.FormLabelCell {
  width: 200px;
  vertical-align: top
}

.FormControlCell {
  width: 428px;
  vertical-align: top
}
