<STYLE>

DUMMY {
}
BODY {
font: 12pt arial;
color: #601010;
background-color: #FFFFCC;
background-image: url("paper.jpg");
}
.bold {
font-weight: bold;
}
.center {
text-align: center;
}
.italic {
font-style: italic;
}
.bolditalic {
font-weight: bold;
font-style: italic;
}
.italicenter {
font-style: italic;
text-align: center;
}
:link {
color: #4000C0;
}
:visited {
color: #606000;
}
H1 {
font: 16pt arial;
font-weight: bold;
color: rgb(0, 0, 0);
}
H1.brown {
color: #A02020;
}
H2 {
font: 14pt arial;
font-weight: bold;
color: rgb(0, 0, 0);
}
H3 {
font-weight: bold;
color: rgb(0, 0, 0);
}
P {
}
P.small {
font: 10pt arial;
}
P.smallcenter {
font: 10pt arial;
text-align: center;
}
P.smallitalic {
font: 10pt arial;
font-style: italic;
}
P.first {
}
P.second {
margin-left: 0.5in;
}
P.third {
margin-left: 1in;
}
P.fourth {
margin-left: 1.5in;
}
P.fifth {
margin-left: 2in;
}
P.copyright {
}
TD {
}
TD.boldcenter {
font-weight: bold;
text-align: center;
}
TD.small {
font: 10pt arial;
}
TD.smallitalic {
font: 10pt arial;
font-weight: bold;
font-style: italic;
}
</STYLE>