/*  BEGIN: Text Styles  */

BODY 
{ font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  text-decoration: none;
  background-color: #393939; 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: 19px;
  line-height: 33px;
  color: #7fa1e1;
  }

.primary_nav_text_links {
  font-size: 19px; 
  line-height: 33px;
  color: #ffffff;
  text-decoration:none;
  }
  
/* classes for MAIN BODY only */

h1 {color: #ffffff;
	font-size:17px;
	font-style:normal;
	padding: 0px 0px 0px 0px;
}

.main_text {
  font-size: 13px; 
  line-height: 20px;
  color: #ffffff;
  }

.main_text_links {
  font-size: 13px; 
  line-height: 20px;
  color: #D4D027;
  }
  
  
/*classes for FOOTER only */

.address_text {
  font-size: 12px; 
  color: #ccd8c8;
  margin: 40px 0 0 0;
  }

.address_text_links {
  font-size: 12px; 
  color: #ccd8c8;
  margin: 40px 0 0 0;
  }

.ftr_nav_text {
  font-size: 13px; 
  color: #D0BBCF;
  }

.ftr_nav_text_links {
  font-size: 13px; 
  color: #D0BBCF;
  }
  
.ftr_right_side_text {
  font-size: 13px; 
  color: #b0b0b0;
  }

.ftr_right_side_text_links {
  font-size: 13px; 
  color: #b0b0b0;
  }
 
/*  END: Text Styles  */
