/* CSS Document */
	
	A:link    { text-decoration: none; color:#ebdb6c }

	A:visited { text-decoration: none; color:#ffffff  }

	A:active  { text-decoration: none; color:#ffffff  }

	A:hover   { text-decoration: underline; color:#ebdb6c }
	


	.main_text {
	font-family: verdana, geneva, ariel, sans-serif;
 	font-size: 12px;
  	margin-top: 5;
  	margin-bottom: 5;
	color: ffffff;
	}
	.main_text_bold {
	font-family: verdana, geneva, ariel, sans-serif;
 	font-size: 12px;
  	margin-top: 5;
  	margin-bottom: 5;
	color: ffffff;
	font-weight: bold;
	}
	.main_text_bold_header {
	font-family: verdana, geneva, ariel, sans-serif;
 	font-size: 12px;
  	margin-top: 5;
  	margin-bottom: 5;
	color: ebdb6c;
	font-weight: bold;
	}
	.main_text_small {
	font-family: verdana, geneva, ariel, sans-serif;
 	font-size: 11px;
  	margin-top: 5;
  	margin-bottom: 5;
	color: ffffff;
	}
	
	.main_text_comments {
	font-family: verdana, geneva, ariel, sans-serif;
 	font-size: 10px;
  	margin-top: 5;
  	margin-bottom: 5;
	color: 707070;
	}
	
	
	.main_text_header {
	font-family: verdana, geneva, ariel, sans-serif;
 	font-size: 14px;
  	margin-top: 7;
  	margin-bottom: 7;
	color: ebdb6c;
	font-weight: bold;
	}
	.main_text_giant {
	font-family: verdana, geneva, ariel, sans-serif;
 	font-size: 15px;
  	margin-top: 7;
  	margin-bottom: 7;
	color: ffffff;
	}
	.bottom_text_nav {
	font-family: verdana, geneva, ariel, sans-serif;
 	font-size: 12px;
  	margin-top: 6;
  	margin-bottom: 6;
	color: ffffff;
	}
	
	.bottom_text_copyright {
	font-family: verdana, geneva, ariel, sans-serif;
 	font-size: 9px;
  	margin-top: 6;
  	margin-bottom: 6;
	color: 707070;
	}
	
	.main_text_form {
	font-family: verdana, geneva, ariel, sans-serif;
 	font-size: 12px;
  	margin-top: 7;
  	margin-bottom: 7;
	background-color: #ffffff ;
	border: 1px solid #0094f2;
	}
	
	.main_text_form_xborder {
	font-family: verdana, geneva, ariel, sans-serif;
 	font-size: 12px;
  	margin-top: 7;
  	margin-bottom: 7;
	background-color: #7777777 ;
	}
	
	.main_text_form_bold {
	font-family: verdana, geneva, ariel, sans-serif;
 	font-size: 12px;
  	margin-top: 5;
  	margin-bottom: 5;
	color: 181818;
	font-weight: bold;
	}
	
	.main_text_micro {
	font-family: verdana, geneva, ariel, sans-serif;
 	font-size: 7px;
  	margin-top: 5;
  	margin-bottom: 5;
	color: 181818;
	}
	
	.main_text_small_bold {
	font-family: verdana, geneva, ariel, sans-serif;
 	font-size: 10px;
  	margin-top: 7;
  	margin-bottom: 7;
	color: 181818;
	font-weight :bold;
	}
	
	
	.main_border {
	font-size: 11px;
	border: 1px solid #707070; 
	}
	