/* Netscape 4 doesn't inherit from the body class so we need to
   specify everything. */
body, table, td, p, span, ul
{
  color: black; font-size: <% $font_size %>; font-family: sans-serif;
  face: Helvetica; margin-bottom:0
}

.small
{
  color: black; font-size: 10pt; font-family: sans-serif;
  face: Helvetica; margin-bottom:0; font-weight: italic;
}

h1
{ font-size: 16pt;
  font-weight: bold;
  font-family: sans-serif;
  margin-bottom: 0
}

h1.headline
{ color: #003366;
  line-height: 200%;
  font-size: 16pt;
  font-weight: bold;
  font-family: sans-serif;
  margin-bottom: 0
}

h2
{ font-size: 14pt;
  font-weight: bold;
  font-family: sans-serif;
  margin-bottom: 0
}

h2.headline
{
  color: #003399;
  line-height: 150%;
  font-size: 14pt;
  font-weight: bold;
  font-family: sans-serif;
  margin-bottom: 0
}

h3
{
  font-size: 12pt;
  font-weight: bold;
  font-family: sans-serif;
  margin-bottom: 0
}

h3.headline
{
  line-height: 100%;
  font-size: 12pt;
  font-weight: bold;
  font-family: sans-serif;
  margin-bottom: 0
}

td.heading
{
  background-color: #AAAAAA;
  margin-bottom: 0
}

.error
{
  color: #CC3333;
  font-size: 10pt
}


a:vlink
{ color: #690020 }

a:active
{ color: #003600 }

a:hover
{ color: #696040 }

a:link
{ color: #900000 }

<%init>
# $r->content_type('text/css');

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