@charset "UTF-8";
/* CSS Document */

/* link styles*/	

  #main_body_content a:link {
	  color: #FF0000;
	  text-decoration: none;
	  }
	  
  #main_body_content a:visited {
	  color: #FF0000;
	  text-decoration: none;
	  }
	  
  #main_body_content a:hover {
	  color: #FF0000;
	  text-decoration:underline;
	  }


