  /* CSS Document */

body {
	background-color: #828282;
	background-image: url(../images/background_home.gif);
	background-position:top center;
	background-repeat:repeat-y;
	vertical-align:top;

}

#PageImage {
margin:0px
}  
  p,td,th,li,a {
		font-family: Tahoma;
		font-size: 10px;
		line-height: 14px;
		color: #838383;
  }

  .orange_heading {
		font-family: Tahoma;
		font-size: 12px;
		color: #dd7d00;
		text-decoration: bold; 
  }

  .orange_text {
		font-family: Tahoma;
		font-size: 10px;
		color: #dd7d00;
  }

  .brown_text {
		font-family: Tahoma;
		font-size: 10px;
		color: #8f7c39;
  }

  .main_nav {
		font-size: 10px; 
		color: #838383;
  }
  
  .main_nav:link, .main_nav:active, .main_nav:visited {
		color:#838383; 
		text-decoration: none
  }

  .main_nav:hover {
		color:#ffa800; 
		text-decoration: none; 

    }

  .base_nav {
		font-size: 10px; 
		color: #BBBBBB;

  }
  
  .base_nav:link, .base_nav:active, .base_nav:visited {
		color:#BBBBBB; 
		text-decoration: none
  }

  .base_nav:hover {
		color:#00aef6; 
		text-decoration: none; 
  }
   
  a:link {
		color:#dd7d00; 
		text-decoration: none
  }

  a:active {
		color:#dd7d00; 
		text-decoration: none
  }


  a:visited {
		color:#dd7d00; 
		text-decoration: none
  }


  a:hover {
		color:#a47519; 
		text-decoration: none; 

  }
