	<style>
	a:link {
			font-family: Arial,Helvetica,sans-serif;	
			font-size: 9pt;
			font-weight: normal;
			color: #0075CD;
		}
	a.visited {
			font-family: Arial,Helvetica,sans-serif;
			font-size: 9pt;
			font-weight: normal;
			color: #FFBF2A;
			}
	a:hover {
			font-family: Arial,Helvetica,sans-serif;
			font-size: 9pt;
			font-weight: normal;
			color: #FFBF2A;
			}
		a:active {
  			font-family: Arial,Helvetica,sans-serif;
			font-size: 9pt;
			font-weight: normal;
  			color: #7FA71F;
  			}
		body {	
				color: #505050;
				font-family: Arial,Helvetica,sans-serif;
				text-decoration: none;
				font-size: 9pt;
				font-weight: normal;
				}				
		div.mediumtext {
				color: #505050;
				font-family: Arial,Helvetica,sans-serif;
				text-decoration: none;
				font-size: 9pt;
				font-weight: normal;
			}
		div.mediumboldtext {
				color: #505050;
				font-family: Arial,Helvetica,sans-serif;
				text-decoration: none;
				font-size: 9pt;
				font-weight: bold;
			}
		div.bigtext {	
				color: #505050;
				font-family: Arial,Helvetica,sans-serif;
				text-decoration: none;
				font-size: 12pt;
				font-weight: normal;
			}
		div.bigboldtext {
				color: #505050;
				font-family: Arial,Helvetica,sans-serif;
				text-decoration: none;
				font-size: 12pt;
				font-weight: bold;
			}
		
		div.bigheadline {
			color: #006BDA;
			font-family: Arial,Helvetica,sans-serif;
			text-decoration: none;
			font-size: 15pt;
			font-weight: bold;
			}			
		div.mediumheadline {
			color: #006BDA;
			font-family: Arial,Helvetica,sans-serif;
			text-decoration: none;
			font-size: 11pt;
			font-weight: bold;
			}
	</style>	