
BODY {
	color: #74001E;
	background-color: #F7FBFA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
}

A {
	color: #74001E;
	font-size: 9pt;
}

p{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #74001E;
}

H2 {
	font-size: 15pt;
	font-weight: bold;
	margin-left: 5px;
}

H3 {
	font-size: 11pt;
	margin-left: 5px;
}

H4 {
	font-size: 10pt;
	margin-left: 25px;
	font-style : italic;
}

UL {
	font-size: 10pt;
	margin-right: 10px;
	list-style : disc;
}

LI {
	font-size : 11pt;
	list-style : disc;
}

TD {
	font-size: 9pt;
}

.bold {
	font-weight : bold;
}