<style>
	.sections_menu_table {
	width: 100%;
	}
	.sections_menu_row { 
		font-size: 11px; 
		font-weight: bold; 
		font-family: arial, verdana, helvetica; 
		padding: 2px;
	}
	.sections_menu_row_over { 
		font-size: 11px; 
		font-weight: bold; 
		font-family: arial, verdana, helvetica; 
		padding: 2px;
		background-color: #FFFEDC;
	}
	.sections_menu_row_odd {
		background-color: #EAE6E6;
		font-size: 11px; 
		font-weight: bold; 
		font-family: arial, verdana, helvetica; 
		padding: 2px;
	}
	
	.sections_menu_row_odd_over {
		background-color: #FFFEDC;
		font-size: 11px; 
		font-weight: bold; 
		font-family: arial, verdana, helvetica; 
		padding: 2px;
	}
	a {
   	color: #A01734;
   	text-decoration: none;
   }
   a visited{
   	color: #000000;
   	text-decoration: none;
   	font-weight: bold;
   }
   .subpage_body {
	   	text-align: justify; 
	   	width: 620px; 
	   	vertical-align: top; 
	   	padding: 3px; 
	   	font-size: 14px; 
	   	font-family: verdana, arial, helvetica; 
	   	color: black;
   }
</style>