.body 
{ color: gray; 
  font-size: 12pt; 
  line-height: 20pt; 
  font-family: "Times New Roman", Georgia, Times 
}

.smbody
{ color: #555;
  font-size: 12pt;
  line-height: 14pt;
  font-family: "Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.sm  
{ color: #444; 
  font-size: 9pt; 
  line-height: 12pt; 
  font-family: "Times New Roman", Georgia, Times 
}

.sm2 
{ color: #444; 
  font-size: 8pt; 
  line-height: 12pt; 
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
}

h1
{ color: #444;
  font-size: 18pt;
  font-weight: bold;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

h1.headline
{ color: #444;
  line-height: 200%;
  font-size: 18pt;
  font-weight: bold;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

h2
{ font-size: 14pt;
  font-weight: bold;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

h2.headline
{
  color: #444;
  line-height: 150%;
  font-size: 14pt;
  font-weight: bold;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

h3
{
  color: #444;	
  font-size: 12pt;
  font-weight: bold;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

td.heading
{
  background-color: #FFFFFF
}

<%init>
 # For some reason IE seems to make fonts look bigger.
 my $font_size = "10pt";
 $font_size = "8pt" if $r->header_in("User-Agent") =~ m/MSIE/;
</%init>

<%flags>
 inherit => undef
</%flags>

