a:link { 
	text-decoration: none;
	color: #000000;
	}
a:visited {
	text-decoration: none;
	color: #000000;
	}
a:hover {
	color: #ffffff;
	
	text-decoration: none;
	}
a:active {
	text-decoration: none;
	}

img {
	border: 0px;
	}

body {
	font-family: helvetica, arial, sans-serif;
	color: #111111;
	background-color: #ffffff;
	
	}

h1 {
	font-family: helvetica, arial, sans-serif;
	color: #000000;
	font-size: 14pt;
	margin-bottom: 0; 
	}


h2 {
	font-family: helvetica, arial, sans-serif;
	color: #000000;
	font-size: 9pt;
	margin-bottom: 0; 
	}

p {
	font-size: 9px;
	}

p.padding {
	padding: 0.5cm 2cm 4cm 8cm;
} 