/*  BEGIN: Text Styles  */

BODY 
{ font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  text-decoration: none;
  background-color: #6d6f71; margin:0; padding:0; }

B
{ font-weight: bold; }

TABLE
{ border:0; margin:0; padding:0;}

A
{ text-decoration: none; }

A:alink
{ text-decoration: none; }

A:vlink
{ text-decoration: none; }

A:hover
{ text-decoration: underline; }

/* classes for HEADER only */

.project_nav_text {
  font-size: 13px;
  color: #b6b7b8;
  line-height:22px;
  }

.project_nav_text_links {
  font-size: 13px; 
  color: #b6b7b8;
  text-decoration:none;
  }
    
.project_nav_text_links:hover {
  font-size: 13px; 
  color: #ffffff;
  text-decoration:none;
  }
    
/* classes for MAIN BODY only */

.page_title {
  font-size: 19px; 
  color: #C2C970;
  font-weight:bold;
  margin:0 0 2px 0;
}

.page_subtitle {
  font-size: 17px; 
  color: #C2C970;
  margin:0 0 2px 0;
}

.project_title {
  font-size: 19px; 
  color: #ffffff;
  font-weight:bold;
  margin:0 0 2px 0;
}

.location_text {
  font-size: 17px; 
  color: #ffffff;
  margin:0 0 10px 0;
  }

.highlight_text {
  font-size: 14px; 
  line-height: 22px;
  color: #C2C970;
  }

.main_text {
  font-size: 14px; 
  line-height: 22px;
  color: #ffffff;
  }

.main_text_links {
  font-size: 14px; 
  line-height: 22px;
  color: #EAB649;
  }
    
/*classes for FOOTER only */

/* footer navigation */

.ftr_nav_text {
  font-size: 12px; 
  color: #ffffff;
  }

.ftr_nav_text_links {
  font-size: 12px; 
  color: #ffffff;
  }
  
/* beneath navigation */

.ftr_right_side_text {
  font-size: 12px; 
  color: #b6b7b8;
  }

.ftr_right_side_text_links {
  font-size: 12px; 
  color: #b6b7b8;
  }


  
/*  END: Text Styles  */
