body
{
    background-color: #FFFFFF;
    font-family: Verdana, Helvetica, Tahoma;
    font-size: 10pt;
    color: #427DC5;
    padding: 0px;
    margin: 0 0 0 0;;

}

.bcgGreen
{
        background: #BBD611;
}

.bcgBlue
{
        background: #72AFE6;
}

.bcgLightGrey
{
        background-color: #DFDFDF;
}

.textGrey
{
        color: #686868;
}

.textNormal
{
        font-size:8pt;
        font-weight: normal;
        color: #72AFE6;
        cursor: default;
}

.textBlue
{
        color: #72AFE6;
}

.textCrimson
{
        color: crimson;
}

a
{
        color: #BBD611;
        font-size: inherit;
        font-weight: inherit;
        text-decoration: none;
}

ul
{
        font-weight: normal;
}

.menuTop
{
        background: #72AFE6;
        cursor: hand; 
        cursor: pointer; 
        padding-left: 9px;
        padding-right: 9px;
}

.menuTopGreen
{
        background: #BBD611;
        cursor: hand; 
        cursor: pointer; 
        padding-left: 9px;
        padding-right: 9px;
}

.pointer
{
        cursor: hand;
        cursor: pointer;
}

.pointerDefault
{
        cursor: default;
}


.invisible
{
        display: none;
}

li
{
        margin-left: 15px;
}

.header12
{
        font-size: 12pt;
        color: #72AFE6;
        font-weight: bold;
}


#menuLeft, .menuLeft
{
        padding: 10px 0px 0px 5px;
        color: #72AFE6;
        font-weight: 600;
}

  #menuLeft td
  {
          text-align: left;
          font-size: 12pt;
          cursor: hand;
          cursor: pointer;
          padding: 2px 4px 2px 6px;
  }

  #menuLeft td.hover
  {
          text-align: left;
          font-size: 12pt;
          color: #FFFFFF;
          text-decoration: none;
          background-color: #BBD611;
          cursor: hand;
          cursor: pointer;
          padding: 2px 4px 2px 6px;
  }

  #menuLeft a:link
  {
          color: #72AFE6;
          text-decoration: none;
          padding: 2px 4px 2px 6px;
  }

  #menuLeft a:hover
  {
          color: #FFFFFF;
          text-decoration: none;
          padding: 2px 4px 2px 6px;
  }

#leftSide
{
        padding: 10px 0px 0px 5px;
        color: #72AFE6;
        font-weight: 600;
}

  #leftSide td
  {
          text-align: left;
          font-size: 10pt;
          cursor: default;
          padding: 2px 4px 2px 6px;
  }

  #leftSide td.hover
  {
          text-align: left;
          font-size: 10pt;
          color: #FFFFFF;
          text-decoration: none;
          background-color: #BBD611;
          cursor: default;
          padding: 2px 4px 2px 6px;
  }

  #leftSide a:link
  {
          color: #72AFE6;
          text-decoration: none;
          padding: 2px 4px 2px 6px;
  }

  #leftSide a:hover
  {
          color: #FFFFFF;
          text-decoration: none;
          padding: 2px 4px 2px 6px;
  }

.p
{
          background: #BBD611;
          color: #FFFFFF;
}

ul
{
          margin: 0;
          padding: 0;
}

#static td table, #static
{
          position: static;
}

.tenPt
{
      font-size: 8pt;
}

input, textarea, select
{
          border: 1px solid #72AFE6;
          color: #427DC5;
          font-family: Verdana, Helvetica, Tahoma, Arial;
          font-size: 9pt;
          background-color: #F6FAFF;
}

fieldset
{
          border: 1px solid #72AFE6;
          margin: 0px 0px 0px 0px;
}

legend
{
          font-size: 10pt;
}

.error
{
          color: crimson;
          font-size: 8pt;
          border: 0;
          padding: 1px;
          margin: 0;
}

