﻿body 
{
    font-family: Arial;
    font-size: 9pt;
    color: #616161;
}

.menubullet
{
     list-style-image: url(Images/grwwhi.gif);
     list-style-position: outside;
     margin-left: 30px;
     margin-top: 2px;
     margin-bottom: 2px;
     font-weight: normal;
    }
    
h3, h4 
{     
    background: url(Images/check.gif) no-repeat;
    padding-left: 20px;
    color: green;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

li {
    list-style-type: square;
    margin-left: 10px;
    margin-bottom: 3px;
}



h4{
    margin-bottom: 7px;
}

div.tabArea {
  font-size: 12px;
  font-weight: normal;
  font-family: Arial;
}

a.tab 
{
  background-color:  #95bf08;  
  border: 1px solid green;
  border-bottom-width: 0px;
  padding: 2px 1em 2px 1em;
  text-decoration: none;
  position: relative;
  z-index: 100;
}

a.tab, a.tab:visited {
  color: #000000;
}

a.tab:hover 
{
  background-color: #d0d0d0;
  color: #606060;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  font-weight: bold;
  background: White;
  color: Black;
  z-index: 102;
}

.tabMain {  
  background: White;
  border: 1px solid gray;
  padding: 1em;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 0px;
  position: relative;
  z-index: 101;
}