body, table, td, p
{
    font-family: Arial, Times New Roman;
    font-size: 12px;
    line-height: 150%;
}

a
{
    text-decoration: none;
    color: #0077BB;
}

a:hover
{
    text-decoration: underline;
}

a span
{
    cursor:pointer;
}

a:hover span
{
    text-decoration: underline;

}

table td
{
    padding: 0px;
    vertical-align: top;
}

p
{
    margin: 0px 0px 7px;
      font-size: 12px;
}

ul
{
  margin: 10px 0;
  padding: 0 20px;
}

h1
{
color:#FF6633;
font-size:20px;
font-weight:bold;
line-height:24px;
margin:7px 0 0;
}

h2
{
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    margin: 0 0 7px;
    /*color: #005533;*/
    color: #009366;
}

h3
{
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 5px;
    /*color: #005533;*/
    color: #009366;
}

h6
{
  font-size:9px;
  font-weight:normal;
  margin:5px 0;
}

.specialHighlight
{
    color: #77AA99;
}


.imageWithBorAndMargin
{
  border : 5px solid #e9e9e9;
  margin : 10px;
}


ul.greenArrow
{
  list-style-image:url(blue_arrow.gif);
}

