body {
	font-family : Arial;
	font-size : 11pt;
	color: darkblue;
	font-weight: bold;
	padding: 0;
	margin: 0;
	background-color: White;
}

table,td, tr {
	font-family : Arial;
	font-size : 11pt;
	color: darkblue;
	font-weight: bold;
	border: 0;
	padding: 0;	
	}
	
h1, p, li {	
	font-family : Arial;
	font-weight: bold;
	font-size: 11pt;
}

h2 {	
	font-family : Arial;
	font-size: 10pt;
}

h4 {	
	font-family : Arial;
	font-size: 9pt;

}
h5 {	
	font-family :Arial;
	font-size: 8pt;

}
h6 {	
	font-family : Arial;
	font-size: 6pt;
}
a:active {
	text-decoration: none;
	color: darkblue;
	font-weight: bold;
	font-family: Arial;
}


a:link {
	text-decoration: none;
	color: darkblue;
	font-weight: bold;
	font-family: Arial;
}

a:visited {
	text-decoration :  none;
	color:  darkblue;
	font-weight: bold;
	font-family: Arial;
}
