html * {
  font-family: Verdana, Tahoma, Arial, Times, serif;
}

li {
  margin: 2px 0px 4px 0px;
}

#header, .site-title {
  color: #eeeeee;
}

.site-title{
  font-size: 16pt
}

.fpl-text, td {
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #000000;
  list-style-type: circle;
  list-style-position: inside;
}

.fpl-notetext {
  font-size: 10px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #000000;
}

.fpl-topmenu {
  background-color:#ffcc00;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  color: #cc0000;
}

.fpl-heading {
  font-size: 14px;
  font-weight: bold;
  color: #cc0000;
  text-align: center;
}

.fpl-footer {
  font-size: 10px;
  font-weight: bold;
  color: #184F88;
  text-align: center;
}

.fpl-fancybackgroundbody 
{
  background-image:url(../images/logo_sm.jpg);
}

.fpl-plainbackgroundbody 
{
  background-color:#ffffff;
}

.fpl-exampletable
{
/*  border-color:#FF0000; Doesn't work in my browser!  Does in MX... */
/*  border-width:100px; Doesn't seem to work... */
  background-color:#ffffff;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #000000;
}

.fpl-menu-heading
{
  color: white;
  font-weight: bold;
  background-color:#7B8FA7;
  border-width:1px;
  border-color:#7B8FA7;
  border-style:solid
}

.fpl-menulink-highlight a:link, a:visited, a:active, a:hover
{
  color: #255792;
  text-decoration: underline
}

.fpl-menulink-highlight
{
  color: #255792;
  background-color:#7B8FA7;
  font-weight: bold;
  border-width:1px;
  border-color:black;
  border-style:solid
}

.fpl-menulink-normal a:link
{
  color: #255792;
  text-decoration: underline
}

.fpl-menulink-normal a:visited
{
  color: #6B7984;
  text-decoration: underline
}

.fpl-menulink-normal a:active, a:hover
{
  color: #255792;
  text-decoration: underline
}

.fpl-menulink-normal
{
  color: #255792;
  background-color:#C6D4EE;
  font-weight: bold;
  border:1px solid #C6D4EE
}

.fpl-link a:link,
a.fpl-link:link
{
  font-weight: bold;
  color: #255792;
  text-decoration: underline
}

.fpl-link a:visited,
a.fpl-link:visited
{
  font-weight: bold;
  color: #6B7984;
  text-decoration: underline
}

.fpl-link a:hover,
a:active,
a.fpl-link:hover,
a.fpl-link:active
{
  font-weight: bold;
  color: #255792;
  text-decoration: underline
}

h1
{
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  text-align: center;
  color: #000000;
}

.error {
  color: red;
}

