<html>

<head>
<title></title>
</head>

<body>

<pre>BODY {
	font-size: 9px; color: #282749
	font-family : Tahoma, Arial, sans-serif;
	color : #ABA7BB;
}
.headtext {
	FONT-SIZE: 14px; COLOR: #a60509; FONT-FAMILY: Tahoma; TEXT-DECORATION: none
}
.bodytext {
	FONT-SIZE: 9pt; COLOR: #282749; FONT-FAMILY: Tahoma; TEXT-DECORATION: none
}
.menu {
	FONT-SIZE: 12px; COLOR: #2a326f; FONT-FAMILY: Tahoma; TEXT-DECORATION: none
}
.linktext {
	FONT-SIZE: 9pt; COLOR: #blue; FONT-FAMILY: Tahoma; TEXT-DECORATION: none
}
A, A:LINK, A:VISITED {
	text-decoration : none;
}
A:ACTIVE, A:HOVER {
	color : #a60509;
}
UL {
	margin-left : 5%;
	margin-right : 5%;
	list-style-type : square;
	color : #282749;
	font-family : Tahoma, Arial, sans-serif;
}
OL {
	margin-left : 5%;
	margin-right : 5%;
	font-family : Tahoma, Arial, sans-serif;
<