html
{
  background-color: #FFFFFF;
  background-image: none;
}
body
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

strong
{
  font-weight: bold;
}
em
{
  font-style: italic;
}
a
{
  color: #fe6702;
}

a.rollover
{
  color: #fe6702;
  text-decoration: none;
}
a.rollover:hover
{
  color: #fe6702;
  text-decoration: underline;
}
a.top
{
  color: #fe6702;
  text-decoration: none;
  padding-left: 8px;
  background-image: url(../images/top.gif);
  background-position: 0 3px;
  background-repeat: no-repeat;
}
a.top:hover
{
  color: #fe6702;
  text-decoration: underline;
}




h1
{
  font-family: 'Myriad Pro Cond' , Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1em;
  color: #000000;
}


.cms-content ul li
{
  background-image: url(../images/bullet-orange-raquo.gif);
  background-position: 3px 6px;
  background-repeat: no-repeat;
  color: #231F20;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 17px;
  padding-left: 18px;
}
