/* TEXT AREA */
.text_header
 {
  color: #993198;
  font-family: arial;
  font-size: 10pt;
  font-weight: bold;
 }
 .text_content
 {
  color: #666666;
  font-family: arial;
  font-size: 10pt;
  font-weight: none;
 }
.text_tip
 {
  color: #666666;
  font-family: arial;
  font-size: 8pt;
 }
.text_phone_number_text
 {
  color: #ffffff;
  font-family: arial;
  font-size: 10pt;
  font-weight: bold;
 }
.text_phone_number
 {
  color: #ffffff;
  font-family: arial;
  font-size: 14pt;
  font-weight: bold;
 }
.text_footer
 {
  color: #666666;
  font-family: arial;
  font-size: 8pt;
 }
/* LINKS AREA */ 
.netazen
 {
  color: #999999;
  font-family: arial;
  font-size: 8pt;
  text-decoration: none;
 }
.link_site_map
 {
  color: #ffffff;
  font-family: arial;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
 }
.link_site_map:hover
 {
  color: #ffffff;
  font-family: arial;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
 }
 .link_menu
 {
  color: #1c70ca;
  font-family: arial;
  font-size: 12pt;
  font-weight: none;
  text-decoration: none;
 }
.link_menu:hover
 {
  color: #ffffff;
  font-family: arial;
  font-size: 12pt;
  font-weight: none;
  text-decoration: none;
 }
  .link_content
 {
  color: #fb7e00;
  font-family: arial;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
 }
.link_content:hover
 {
  color: #fb7e00;
  font-family: arial;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
 }
/* BORDER AREA */
.border_gray_lt
  {
  border: 1px solid #eeeeee;
 }
.border_gray_dk
  {
  border: 1px solid #666666;
 }
 
 
 