<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
H1  {
	font-size : 18px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #FFFFFF;
	text-decoration : none;
	text-align : center;
	background-color : #5F8DAD;
}

H2  {
	font-size : 18px;
	font-family : Arial;
	font-weight : 100;
	text-decoration : none;
	color : #000080;
}

H3  {
	font-size : 18px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Navy;
}

A  {
	font-size : 14px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	color : Navy;
}

A:Visited  {
	font-size : 14px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #000080;
	text-decoration : none;
}

A:Active  {
	color : Navy;
	font-size : 14px;
	font-family : Arial;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
}

A:Hover  {
	font-size : 14px;
	font-weight : bold;
	color : #808080;
	text-decoration : none;
	font-family : Arial;
	font-style : normal;
}

BODY, TD {
	font-size : 13px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #00004A;
}

 P {
	font-size : 13px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #00004A;
	line-height:150%
}

</pre></body></html>