/*
  stylesheet.css,
  Copyright (c) Bynum Fanyo &amp; Associates
*/

BODY {
  color: #ffffff;
  margin: 0px;}
  font-size: 12px;

h2 { 
font-size: 12px; 
text-align: center;
margin: 0;
padding: 0;
font-weight: none;}

A {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;}

A:hover {
  color: #ffffff;
  text-decoration: underline;}

FORM {
	display: inline;}

TABLE.main {
  font-family: Verdana, Arial;
  font-size: 12px;
  color: #000000;}

TR.footer {
  background: url('/images/bottom-bar.gif');
  font-family: Verdana, Arial;
  font-size: 10px;
  color: #000000}
  
TD.content {
  background: url('/images/green-right.gif');
  font-family: Verdana, Arial;
  font-size: 12px;
  color: #ffffff;}
  
TD.bottom-menu {
  background: url('/images/bottom-bar.gif');
  font-family: Verdana, Arial;
  font-size: 12px;
  color: #000000}
  
TD.menu {
  background: url('/images/green-left.gif');
  font-family: Verdana, Arial;
  font-size: 12px;
  color: #000000;}
  
TD.header {
  background: #ede7e4;
  font-family: Verdana, Arial;
  font-size: 12px;
  color: #000000;}
  
TD.content-text {
  font-family: Verdana, Arial;
  font-size: 12px;
  color: #ffffff;}