<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">

<html><head>
<title>CSS</title>

<style type="text/css" media="screen">

.xxlgfont{ font: 24pt arial, sans-serif; color: black; }
.xlgfont { font: 18pt arial, sans-serif; color: black; }
.lgfont { font: 14pt arial, sans-serif; color: black; }
.font { font: 12pt arial, sans-serif; color: black; }
.smfont { font: 10pt arial, sans-serif; color: black; }
.xsmfont { font: 8pt arial, sans-serif; color: black; }

.xxlgwhitefont{ font: 24pt arial, sans-serif; color: white; }
.xlgwhitefont { font: 18pt arial, sans-serif; color: white; }
.lgwhitefont { font: 14pt arial, sans-serif; color: white; }
.whitefont { font: 12pt arial, sans-serif; color: white; }
.smwhitefont { font: 10pt arial, sans-serif; color: white; }
.xsmwhitefont { font: 8pt arial, sans-serif; color: white; }

.space { line-height: 1.5; }

A:link { color: #0000ff; }
A:visited { color: #6699ff; }
A:hover { color: #3366ff; }

A:link.white { color: white; text-decoration: none; }
A:visited.white { color: white; text-decoration: none; }
A:hover.white { color: black; text-decoration: none; }

ul {
margin-bottom: 0px;
}

.indent {
padding-left: 20px;
}

body
{ 
background-color: white;
font: 9pt arial, sans-serif; color: black;
}

.homebody
{ font: 9pt arial, sans-serif; color: black; }

</style>

</head><body>
</body></html>

