P, TD, LI {

	font-family: 	Arial;
	font-size:		10pt;
	color:			Black;
	
}

H1 {

	font-family:	Arial;
	font-size:		10pt;
	font-weight:	bold;
	color:			Black;
	
}

H2 {

	font-family:	Arial;
	font-size:		12pt;
	color:			Black;
	
}

H3 {

	font-family:	Arial;
	font-size:		12pt;
	font-weight:	bold;
	color:			Black;
	margin-bottom: 0px;
	padding-bottom: 0px;
	
}

A {

	font-family:	Arial;
	font-size:		10pt;
	color:			#003366;
	font-weight: bold;
	text-decoration: underline;
	
}

A:HOVER {
	color: #4C5462;
	
}