            
body {
    font-family : Tahoma, Verdana, Loma, Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: normal;
    text-align: left;
    background-color: #ffffff;
    color: #000000;
}
div {
    margin: 0;
}
div.bullet {
    float: left;
    width: 1.75em;
    text-align: right;
    font-weight: bold;
    font-size: 85%;
}
div.indent0, p.indent0 {
    margin-left: 0em;
}
div.indent1, p.indent1, div.indent, p.indent  {
    margin-left: 2em;
}
div.indent2, p.indent2 {
    margin-left: 4em;
}
div.indent3, p.indent3 {
    margin-left: 6em;
}
div.indent4, p.indent4 {
    margin-left: 8em;
}
div.indent5, p.indent5 {
    margin-left: 10em;
}
div.indent6, p.indent6 {
    margin-left: 12em;
}
div.link, p.link, span.link {
    text-align: left;
    font-weight: normal;
    font-size: 85%;
}
div.center, p.center {
    text-align: center;
}
div.italic, p.italic, span.italic {
    font-style: italic;
}
div.bold, p.bold, span.bold {
    font-weight: bold;
}
span.nowrap {
    white-space: nowrap;
}
div.h1, p.h1 {
    font-family: 'Comic Sans MS', Tahoma, Verdana, Loma, Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 155%;
}
div.h2, p.h2 {
    text-align: center;
    font-weight: bold;
    font-size: 135%;
}
div.h3, p.h3 {
    text-align: center;
    font-weight: bold;
    font-size: 115%;
}
div.h4, p.h4 {
    font-weight: bold;
    font-size: 90%;
}
div.red, p.red, span.red {
    color: #ff0000;
}
div.normal, p.normal, span.normal {
    font-weight: normal;
}
div.comic, p.comic, span.comic {
    font-family: "Comic Sans MS", Tahoma, Verdana, Loma, Arial, Helvetica, sans-serif;
}
div.code, p.code, span.code {
    font-family: "Comic Sans MS", Tahoma, Verdana, Loma, Arial, Helvetica, sans-serif;
    font-size: 85%;
    font-weight: bold;
}
div.large, p.large, dt.large, span.large {
    font-size: 115%;
}
div.larger, p.larger, span.larger {
    font-size: 150%;
}
div.small, p.small, span.small {
    font-size: 85%;
}
div.smaller, p.smaller, span.smaller {
    font-size: 70%;
}
div.left, p.left {
    text-align: left;
}
div.right, p.right {
    text-align: right;
}
p.nav-hd {
    font-size: 100%;
    color: #007000;
}
p.nav-link {
    font-size: 85%;
    color: green;
    margin: 0;
}
span.acronym {
    color: #600060;
    background-color: #fff0ff;
}
acronym {
    border: 0;
}
dl {
    margin: 0;
    outline: blue dotted 0px;
}
dt {
    margin: 1em 0 0 0;
    font-size: 100%;
}
dt.bold {
    font-weight: bold;
    font-size: 90%;
}
dt.b4br {
    margin: 1em 0 1em 0;
}
table {
    border-collapse: separate;
}
table.page {
    width: 97%;
    background-color: #00ffff;
    border: 2px solid #008000;
    padding: .75em 0 0 0;
    margin: .5em .5em 1.5em .5em;
}
table.box {
    width: auto;
    margin: 0px auto 0px auto;
    border: 2px solid #00e800;
    background-color: #ffffe0;
}
table.bluebox {
    width: auto;
    margin: 0px auto 0px auto;
    border: 2px solid #a0a0ff;
    background-color: #e0e0ff;
}
table.center {
    width: auto;
    margin: 0px auto 0px auto;
}
table.plain {
    width: auto;
    margin: 0;
}
table.blueback {
    width: auto;
    margin: 0;
    background-color: #e0e0ff;
}
td {
    border: 0;
    outline: #d0d0ff dashed 0px;
}
td.spacer {
    width: .5em;  /* for IE7 */
}
td.left {
    width: 8.5em;
    text-align: left;
    padding: 0;
    vertical-align: top;
}
td.right {
    vertical-align: top;
    padding: 1em 0 0 0;
}
table.box td {
    padding: .75em;
    border: 0px solid #004000;
}
table.bluebox td {
    padding: .75em;
    border: 0px solid #004000;
}
table.center td {
    padding: 0em;
}
table.plain td, table.blueback td {
    padding: 0em;
}
img {
    border: none;
}
img.email {
    height: .97em;
    vertical-align: -17.245%;
}
a {
    outline: none;
}
a:link {
    color: blue;
}
a:visited {
    color: purple;
}
a:hover {
    color: black;
    background-color: yellow;
    text-decoration: underline;
}
a:active {
    color: black;
    background-color: yellow;
    text-decoration: underline;
}
a:hover.img {
    text-decoration: none;
    background-color: transparent;
}
a:link.valid, a:visited.valid,
a:hover.valid, a:active.valid {
    color: #00ffff;
    background-color: #00ffff;
    text-decoration: none;
}
