<!---Start--- >

<STYLE TYPE="text/css">

a            { color: NAVY ; text-decoration: underline ; font-weight:
bold }
a:link       { color: BLUE ; text-decoration: underline ; font-weight:
bold }
a:visited    { color: BLUE ; text-decoration: underline ; font-weight:
bold }
a:hover      { color: RED  ; text-decoration: none }
a:active     { color: BLUE ; text-decoration: none }

body         { font-family: Comic Sans MS, Arial, Helvetica;
               font-weight: normal; font-style: normal;
               font-size: 10pt; color: BLACK;
               background-color: WHEAT;
               background-image: URL(images/marble5.gif);
               background-repeat: repeat ;
               background-attachment: fixed }

p            { font-family: Comic Sans MS, Arial, Helvetica;
               font-weight: bold; font-style: normal;
               font-size: 11pt; color: BLUE; text-align: justify }

br,dl,dt,dd  { font-family: Comic Sans MS, Arial, Helvetica;
               font-weight: bold; font-style: normal;
               font-size: 11pt; color: BLUE; text-align: left }

ul           { font-family: Comic Sans MS, Arial, Helvetica;
               font-weight: bold; font-style: normal;
               font-size: 11pt; color: BLUE; text-align: justify }

h1           { font-family: Comic Sans MS, Arial, Helvetica;
               font-weight: bold; font-style: normal;
               font-size: 24pt; color: RED }
h2           { font-family: Comic Sans MS, Arial, Helvetica;
               font-weight: bold; font-style: normal;
               font-size: 20pt; color: NAVY }
h3           { font-family: Comic Sans MS, Arial, Helvetica;
               font-weight: bold; font-style: normal;
               font-size: 16pt; color: NAVY }
h4           { font-family: Comic Sans MS, Arial, Helvetica;
               font-weight: bold; font-style: normal;
               font-size: 12pt; color: RED }
h5           { font-family: Comic Sans MS, Arial, Helvetica;
               font-weight: bold; font-style: normal;
               font-size: 10pt; color: BLUE }
h6           { font-family: Arial, Helvetica;
               font-weight: bold; font-style: normal;
               font-size: 8pt; color: BLUE }

font         { color: NAVY }

hr           { color: NAVY ; height: 10 }

code         { font-family: Courier ; color: BLUE }

input        { font-family: Arial, Helvetica;
               font-weight: normal; font-style: normal;
               font-size: 11pt; color: BLUE }

textarea     { font-family: Arial, Helvetica;
               font-weight: normal; font-style: normal;
               font-size: 11pt; color: BLUE }

</STYLE>

<!---End--->


