h2,.Header,.header   {
  font-weight:bold;
  font-size  :22px;
color:#336699;
}

h3,.SubHeader,.subheader{
  font-weight:bold;
  font-size  :16px;
color:#336699;
}

.SmallText{
  font-size  :10px;
}
p
{
line-height:17px;
}

/* Main Styles */
td,body{
  font: normal 12px arial;
  color:333;
  text-decoration:none;
}
ul li
{
    background-image: url("../images/graphics/bullet.gif");
    background-repeat: no-repeat;
    background-position:2px 12px;
    padding:10px 0px 0px 20px;
    line-height:12pt;
    margin-left:-20px;
    list-style:none;
}
ol li
{
line-height:17px;
}
.contDiv table td
{
border:solid 1px #d9e7f4;
}

/* Links */
a{
  color:#336699;
}
a:hover{
  color:#003366;
}


