/** 
 * DJI Revive
 * Headings Stylesheet
 *
 * Created by Stephen Coles, Blue Aspect CEO
 * Last update: 22 September 2009
 */

 #b_hd {
  padding: 3px;
  text-indent: 3px;
 }
 
 #b_hd a:visited, #b_hd a:active, #b_hd a {
  color: #fff;
  text-docoration: none;
 }
 
 #b_hd a:hover {
  color: #fff;
  text-docoration: none;
 }
 
 #b_hd img {
  float: right;
 }
 
 #b_hd h1 {
  width: 100%;
  margin: 0;
  font-family: Tahoma;
  font-size: 0.8em;
  font-weight: bold;
 }
 
 .hd1 {
  background: url(../media/images/bg_h1.jpg) repeat-x; border: 1px solid #83ACD3;
  color: #fff;
 }
 
 .hd2 {
  background: url(../media/images/bg_h2.jpg) repeat-x; border: 1px solid #CCCCCC;
  color: #333;
 }
 
 .hd3 {
  background: url(../media/images/bg_h3.jpg) repeat-x; border: 1px solid #339900;
  color: #fff;
 } 