.body {
  text-align : left;
  color: FFFFFF;
  font-family : verdana, arial, sans-serif;
  font-size : 10px;
  font-spacing: 1 em;
  }

.bodyRight {
  text-align : right;
  color: FFFFFF;
  font-family : verdana, arial, sans-serif;
  font-size : 10px;
  font-spacing: 1 em;
  }

.italics {
  text-align : right;
  color: FFFFFF;
  font-family : verdana, arial, sans-serif;
  font-style: italic;
  font-size : 10px;
  font-spacing: 1 em;
  }

.CAPS-small {
  color: FFFFFF;
  font-size : 12px;
  font-family : verdana, arial, sans-serif;
  font-weight : bold;
  text-align: left;
  text-transform: uppercase;
  }

.title {
  color: FFFFFF;
  font-size : 14px;
  font-family : verdana, arial, sans-serif;
  font-weight : bold;
  text-align: left;
  }
  
.titleCAPS {
  color: FFFFFF;
  font-size : 18px;
  font-family : verdana, arial, sans-serif;
  font-weight : bold;
  text-align: left;
  text-transform: uppercase;
  }
  
.titleRight {
  color: FFFFFF;
  font-size : 14px;
  font-family : verdana, arial, sans-serif;
  font-weight : bold;
  text-align: right;
  padding-top : 20px;
  }
  
.titleSmall {
  font-size : 11px;
  font-family : arial;
  font-weight: bold;
  text-align: center;
  color: #000;
  }

.date {
  color: #CCC;
  font-size : 11px;
  font-family : verdana, arial, sans-serif;
  font-weight : bold;
  text-align: right;
  }
  
.date a,
.date a:link {
  color: #FFF;
  }
  
.date a:hover {
  color: #F90;
  background: #000;
  }
 
a,
a:link,
a:visited,
a:active {
  color : FF9900;
  text-decoration : none;
    }
a:hover { 
  background: #FFF;
  color : 990000;
  }

.navSmall {
  font-size : 11px;
  font-family : arial;
  color: FFFFFF;
  }
  
.navSmall a,
.navSmall a:link {
   color : FFFFFF;
   text-align: center;
   text-decoration : underline;
   }
   
.navSmall a:visited {
	color: CCCCCC;
}
 
.navSmall a:hover {
  color : CCCCCC;
  }
	
#scroll {    
	height:100%;
	overflow:auto; 
}

BODY { SCROLLBAR-ARROW-COLOR: #990000}
BODY { SCROLLBAR-BASE-COLOR: #000}
