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

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

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

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


	.main_text {
	font-family: verdana, geneva, ariel, sans-serif;
 	font-size: 12px;
  	margin-top: 5;
  	margin-bottom: 5;
	color: ffffff;
	}
	
	.main_text_copy {
	font-family: verdana, geneva, ariel, sans-serif;
 	font-size: 11px;
  	margin-top: 5;
  	margin-bottom: 5;
	color: ffffff;
	}
	
	.main_text_giant {
	font-family: verdana, geneva, ariel, sans-serif;
 	font-size: 15px;
  	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_small {
	font-family: verdana, geneva, ariel, sans-serif;
 	font-size: 10px;
  	margin-top: 5;
  	margin-bottom: 5;
	color: ffffff;
	}
	
	.main_text_micro {
	font-family: verdana, geneva, ariel, sans-serif;
 	font-size: 7px;
  	margin-top: 5;
  	margin-bottom: 5;
	color: 000000;
	}
	
	.main_text_small_bold {
	font-family: verdana, geneva, ariel, sans-serif;
 	font-size: 10px;
  	margin-top: 5;
  	margin-bottom: 5;
	color: ffffff;
	font-weight :bold;
	}
	
	.bottom_text_nav {
	font-family: verdana, geneva, ariel, sans-serif;
 	font-size: 11px;
  	margin-top: 5;
  	margin-bottom: 5;
	color: f66a01;
	}
	
	.bottom_text_copyright {
	font-family: verdana, geneva, ariel, sans-serif;
 	font-size: 10px;
  	margin-top: 5;
  	margin-bottom: 5;
	color: 290283;
	}
	
	.main_border {
	font-size: 11px;
	border: 1px solid #200069; 
	}

