#services_header
{ 
   height: 50px;
   background: #e2e3e4;
   color: #0073ba;
   font-size: 1.5em;
   font-weight: bold;
   padding: 10px 10px 0 10px;
   margin: 0 0 10px 0;
   text-align: right;
   width: 620px;
}
#services_header .small
{
  font-size: .6em;
}
#services_container
{
  width: 620px;
}
table#services_table
{
  border-collapse: collapse;
  margin: 0 0 0 10px;

}
table#services_table tr.heading td
{
  font-weight: bold;
  font-size: 1.25em;
}
table#services_table tr.heading_small td
{
  font-weight: bold;
  font-size: .8em;
}
table#services_table tr.subheading td
{
  color: #0073ba;
}
table#services_table td.right
{
  text-align: right;
}
table#services_table td
{
  vertical-align: top;
}
table#services_table tr.border_top_bottom td
{
  border-top: 1px solid #0073ba;
  border-bottom: 1px solid #0073ba;
}
table#services_table tr.border_top td
{
  border-top: 1px solid #0073ba;
}
table#services_table tr.border_bottom td
{
  border-bottom: 1px solid #0073ba;
}
.right
{
  float: right;
}
.print
{
  display:none;
}
.clear
{
  clear: both;
}