body, td
 { 
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right:0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #333;
 }

a:link, a:visited
 {
  color: #3d52a1;
 }
 
a:hover
 {
  color: #003;
 }

a.nav:link, a.nav:visited
 {
   color: #7db073;
   text-decoration: none;
   font-size: 10px;
   font-weight: bold;
 }

a.active:link, a.active:visited
 {
   color: #000000;
   text-decoration: none;
   font-size: 10px;
   font-weight: bold;
 }

a.nav:hover
 {
  color: #000000;
 }

.title
  { color: orange; font-size: 14px; font-weight: bold }

.boldTitle
 {
	font-size: 13px;
	font-weight: bold;
 }

.footer
 {
  font-size: 10px;
  color: #888888;
 }
 
/* Object Classes */

.teaseBox
 {
  font-size: 10px;
  line-height: 12px;
 }

.teaseTitle
  { color: orange; font-size: 13px; font-weight: bold }

.LastModFooter
 {
  font-size: 8px;
  color: #888888;
 }
.boldTitleCtr {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background-color: #FF0;
}
