body
{
  background-color : #ffffff;
  font-family : arial, helvetica, sans-serif;
  font-size : 9pt;
  color : #555555;
}

h1, .head1 { font-size : 20px; font-weight : bold; }
h2, .head2 { font-size : 18px; font-weight : bold; } 
h3, .head3 { font-size : 14px; font-weight : bold; } 

.alert { color : #ff0000; }
.phone { font-weight : bold; color : #334a96; }
.small { font-size : 7pt; }

a:link, a:visited
{
  color : #555555;
  text-decoration : underline;
}

a:hover
{
  color : #000000;
  text-decoration : underline;
}

input, textarea, select
{
  font-family : arial, helvetica, sans-serif;
  font-size : 9pt;
  color : #000000;
  border : 1px solid #555555;
}

.datafooter, .datafooter input
{
  background-color : #334a96;
  text-align : center;
  font-weight : bold;
  color : #ffffff;
}

.datafooter input { border : 1px solid #ffffff; }

.dataheader
{
  background-color : #95c2d8;
  font-family : arial, helvetica, sans-serif;
  font-size : 9pt;
  font-weight : bold;
  color : #ffffff;
}

.datarow1, .datarow2, td.datatable
{
  background-color : #ffffff;
  text-align : left;
  font-family : arial, helvetica, sans-serif;
  font-size : 9pt;
}

.datatable
{
}

