/* CSS Document */


	.main_text {
	font-family: times new roman, times, serif;
 	font-size: 16px;
  	margin-top: 5;
  	margin-bottom: 5;
	color: 444474;
	}
	
	.main_green_text {
	font-family: times new roman, times, serif;
 	font-size: 16px;
  	margin-top: 5;
  	margin-bottom: 5;
	color: 6e895b;
	}
	
	.bold_text {
	font-family: times new roman, times, serif;
 	font-size: 16px;
  	margin-top: 5;
  	margin-bottom: 5;
	color: 444474;
	font-weight:bold;
	}
	
	.bold_green_text {
	font-family: times new roman, times, serif;
 	font-size: 16px;
  	margin-top: 5;
  	margin-bottom: 5;
	color: 6e895b;
	font-weight:bold;
	}
	
	.topic_text {
	font-family: times new roman, times, serif;
 	font-size: 18px;
  	margin-top: 5;
  	margin-bottom: 5;
	color: 444474;
	font-weight:bold;
	}
	
	.black_sans_text {
	font-family: verdana, ariel, sans-serif;
 	font-size: 10px;
  	margin-top: 4;
  	margin-bottom: 4;
	color: 000000;
	}
	
	.copyright_text {
	font-family: verdana, ariel, sans-serif;
 	font-size: 10px;
  	margin-top: 4;
  	margin-bottom: 4;
	color: 8A8A8A;
	}