BODY {
     font-size : 12pt;
      font-family : Arial, Times, sans-serif;
      color : black;
      background-color : white;
}
.color1 {
      color : white;
      background : #a3baff;
}
.color2 {
      color : black;
      background : #eeeeee;
}
.color3 {
      color : blue;
      background : white;
}
STRONG {
      text-transform : uppercase;
}
p {
      font-family : Helvetica, sans-serif;
      text-align : left;
      font-size : 12pt;
      color : #000000;
      background : white;
}
ul {
      list-style-type : square;
      font-family : Times, sans-serif;
      text-align : left;
      font-size : 12pt;
      color : #000000;
      background : #99ccff;
}
ul.nav {
      font-family : Helvetica, sans-serif;
      text-align : left;
      font-size : 12pt;
      color : black;
      background-color : #d8d8d8;
}
li.nav {
      font-family : Helvetica, sans-serif;
      text-align : left;
      font-size : 12pt;
      color : black;
      background-color : #d8d8d8;
}
p.nav {
      font-family : Helvetica, sans-serif;
      text-align : left;
      font-size : 12pt;
      color : black;
      background-color : #d8d8d8;
}
p.bold {
      font-family : Helvetica, sans-serif;
      text-align : left;
      font-size : 10pt;
      color : black;
      font-weight : bold;
      background : #99ccff;
}
p.header {
      font-family : Helvetica, sans-serif;
      text-align : left;
      font-size : 24pt;
      color : black;
      font-weight : bold;
      background : #d8d8d8;
}
p.hw {
      font-family : Times, sans-serif;
      text-align : left;
      font-size : 12pt;
      color : #000000;
      background : #82aeda;
}
p.bigfat {
      font-family : Helvetica, sans-serif;
      text-align : left;
      font-size : 18pt;
      color : #000000;
      background : white;
}
span.bigfatunderline {
      font-family : Helvetica, sans-serif;
      text-align : left;
      font-size : 18pt;
      color : #000000;
      text-decoration : underline;
      background : white;
}
span.underline {
      font-family : Helvetica, sans-serif;
      text-align : left;
      font-size : 12pt;
      color : #000000;
      text-decoration : underline;
      background : white;
}
a.link:link {
      color : #0100d9;
      background : #d8d8d8;
      text-decoration : none;
}
a.link:visited {
      color : #0100d9;
      background : #d8d8d8;
      text-decoration : none;
}
a.link:active {
      color : #0100d9;
      background : #d8d8d8;
      text-decoration : none;
}
a.link:hover {
      color : #0100d9;
      background : #d8d8d8;
      text-decoration : underline;
}
a.link-text:link {
      color : #0100d9;
      background : white;
      text-decoration : none;
}
a.link-text:visited {
      color : #0100d9;
      background : white;
      text-decoration : none;
}
a.link-text:active {
      color : #0100d9;
      background : white;
      text-decoration : none;
}
a.link-text:hover {
      color : #0100d9;
      background : white;
      text-decoration : underline;
}
a.link-header:hover {
      color : black;
      background : #99ccff;
      text-decoration : underline;
}
a.link-headertext:link {
      color : black;
      background : #99ccff;
      text-decoration : none;
}
a.link-header:visited {
      color : black;
      background : #d8d8d8;
      text-decoration : none;
}
a.link-header:active {
      color : black;
      background : #d8d8d8;
      text-decoration : none;
}
a.link-header:hover {
      color : black;
      background : #d8d8d8;
      text-decoration : underline;
}
table.border {
      border-width : thin;
      border-color : #000000;
      border-style : solid;
      padding : 1px;
}
th.border {
      border-width : thin;
      border-color : #000000;
      border-style : solid;
      padding : 3px;
      background : white;
}
td.border {
      border-width : thin;
      border-color : #000000;
      border-style : solid;
      padding : 3px;
      background : white;
}
td.border-left {
      border-width : thin;
      border-color : #000000;
      border-style : solid;
      padding : 3px;
      width : 17%;
      white-space : nowrap;
      background : #d8d8d8;
      vertical-align : top;
}
td.border-left-bottom {
      border-width : thin;
      border-color : #000000;
      border-style : solid;
      padding : 3px;
      width : 17%;
      background : #d8d8d8;
      vertical-align : bottom;
      font-family : Helvetica, sans-serif;
      text-align : left;
      font-size : 24pt;
      color : black;
      font-weight : bold;
      background : #d8d8d8
}
td.border-right {
      border-width : thin;
      border-color : #000000;
      border-style : solid;
      padding : 3px;
      background : white;
      width : 100% ;
      vertical-align : top;
}
td.border-header {
      border-width : thin;
      border-color : #000000;
      border-style : solid;
      padding : 3px;
      width : 83% ;
      background : #d8d8d8;
      vertical-align : bottom;
      font-family : Helvetica, sans-serif;
      text-align : left;
      font-size : 12pt;
      color : black;
      background-color : #d8d8d8;
}
table.content {
      border-style : hidden;
      padding : 3px;
      font-family : Helvetica, sans-serif;
      text-align : left;
      font-size : 12pt;
      color : black;
      background-color : white;
      width : 100%;
}

