<?php header("Content-type: text/css"); ?>
/* remove slashes and stars from around styles to
get them to work. */
body
{
  font-family: Verdana, Arial;
  font-weight: normal;
  font-size: 11px;
}
table
{
  width: 70%;  
  border-width: 0px;
  border-style: solid;
  border-color: #000000;
  horizontal-align: center;
}
h1 {
font-family: arial, sans-serif;
font-size: 24px;
color: #FFFFFF;
}
td.title
{
  text-align: right;
  padding: 10px;
  border-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 10px;
  padding-right: 10px;
  background-color:#339999;
}
.title
{
  font-family: arial, sans-serif;
  font-size:;
  font-weight:;
  color: #0000FF;
  text-decoration: none;
}
td.leftlinks
{
  width: 180px;
  padding: 10px;
  text-align: left;
  border-color: #000000;
  border-width: 0px;
  border-style: solid;
  margin-right: 10px;
  margin-bottom: 10px;
}
.leftlinks a, .leftlinks a:visited
{
  font-family: arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  margin: 10px 0 0 0;
  text-decoration: underline;
  color: #0000FF;
}
.leftlinks a:hover
{
  text-decoration: bold;
}
td.introtext
{
  width:;
  text-align: right;
  padding: 10px;
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 10px;
}
.introtext
{
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #339999;
}
td.content
{
  width: 350px;
  text-align: left;
  padding: 10px;
  border-color: #000000;
  border-width: 0px;
  border-style: solid;
  margin-bottom: 10px;
}
.content
{
  font-family: arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  font-size: 11px;
  color: #000000;
}
td.rightlinks
{
  width: 100px;
  padding: 10px;
  text-align: left;
  border-color: #000000;
  border-width: 0px;
  border-style: solid;
  margin-left: 10px;
}
.rightlinks
{
  font-family: Verdana, Arial;
  font-weight: normal;
  font-size: 11px;
  color: Gray;
}
td.footer
{
  padding: 10px;
  border-color: #000000;
  border-width: 0px;
  border-style: solid;
  text-align: center;
}
.footer
{
  font-family: Verdana, Arial;
  font-weight: normal;
  font-size: 11px;
  color: #339999;
  text-align: center;
}
.footer a, .footer a:visited
{
  text-decoration: none;
  font-family: Verdana, Arial;
  font-weight: normal;
  font-size: 11px;
  color: #339999;
}
.footer a:hover
{
  text-decoration: underline;
}