a {	
	color: blue;	
	text-decoration: underline
}

a:visited
	{
		color: red;
		text-decoration: underline;
	}
body {	
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10pt;	
	color: #000000;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em
	}
h2 {
	color: #000000
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14pt;	
	}
h3 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10pt;	
	color: #000000;  	
	
	}
table {
	color: #FFFFFF
	}
td, th {	
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10pt;	
	color: #000000;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em
	}
textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em
	}
.footer { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	line-height: 1.2em;
	color: #333333;
	}
	
a:hover {	
	text-decoration: underline
	}
	