/*  BEGIN: Text Styles  */

BODY 
{ font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  text-decoration: none;
  background-color: #ffffff; 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 */

.primary_nav_text {
  font-size: 15px;
  font-weight:bold; 
  color: #7fa1e1;
  }

.primary_nav_text_links {
  font-size: 15px; 
  font-weight:bold; 
  color: #ffffff;
  text-decoration:none;
  }
  
.sub_nav_text {
  font-size: 10px; 
  color: #961c24;
  }

.sub_nav_text_links {
  font-size: 10px; 
  color: #961c24;
  }

  
/* classes for MAIN BODY only */

h1 {color: #999;
	font-size:125%;
	line-height: 235%;
	border-bottom: 1px solid #E0DFCF;
	padding: 0px 0px 0px 55px;
	text-transform: uppercase;
}

.header
{ margin: 0px 0px 50px 0px; 
  paddding: 0px 0 50px 0;
  font-size: 22px;  
  color: #888888;
  letter-spacing:.1em; }

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

.main_text_links {
  font-size: 14px; 
  line-height: 22px;
  color: #961c24;
  }
  
.quote_text {
  font-size: 13px; 
  line-height: 23px;
  color: #888888;
  }

.quote_text_links {
  font-size: 13px; 
  color: #888888;
  }

  
/*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: #000000;
  }

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


  
/*  END: Text Styles  */