
.menuTopItem A, .menuTopItem A:visited, .mmenu li, .mmenu li > a, .mmenu li > span, .mmenu A:visited {
font-family: 'Arial';
font-size: 13pt !important;
color: #191919;
}


.menuItemHover A, .menuItemHover.A,.menuItemHover A:visited, .menuItemHover.A:visited, .menuTopItem A:hover, .mmenu A:hover, .mmenu li > a:hover, .mmenu li.mmenu-selected > a, .mmenu li.mmenu-selected > span {
color: #3E469F;
text-decoration: none;
}

BODY, P, DIV, TD {
    color: #333;
    font-size: 13px;
    font-family: Arial;
}
/*  ------- Styles below the line are not shown during page editing --------- */
.classTableItemTD 
{
border-style:dotted;
border-width: 1px;
border-top-width:0px;
border-left-width:0px;
border-right-width:0px;
padding-top: 10px;
padding-bottom:10px;
border-color: black;
}


.mainMenuContainer
{
  width: 600px;
  margin-left:auto;
  position: relative;
  top: -120px;
}

#siteTitle {
background-color:Transparent !important;
border: none !important;
text-align: left;
}

#siteTitle IMG
{
  height: 138px;
  max-width: 350px !important;
}

/* To center the menu */

.mainMenuContainer TABLE
{
  width: 100%;
  text-align: center;
}


DIV.header
{
 padding-top: 15px !important;
 padding-bottom: 15px !important;
 border-bottom: 1px solid #eee;
 margin-bottom: 20px !important;
}

@media screen and (max-width: 960px)  
{
  .visible-mobile-block {    display: block;  }
  .hidden-mobile {     display: none;   }
  #mobile-menu-actions
   {
      position: absolute;
      top: 0px;
      width: 100%;
  }

  #siteTitle 
  {
    padding-top: 40px;
    margin-bottom: 30px;
  }
}