body {
    background-color : #FFFFFF;
    margin-left : 0px;
    margin-top : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
}

table {
    border-width : 0px;
}

h1 {
    font-size : 25px;
    font-family : Arial, Helvetica, sans-serif;
    color : #000000;
    font-weight : bold;
    font-height : 100px;
}

h2 {
    font-size : 16px;
    font-family : Arial, Helvetica, sans-serif;
    color : #000000;
    font-weight : bold;
}

h3 {
    font-size : 16px;
    font-family : Arial, Helvetica, sans-serif;
    color : #000000;
    font-weight : normal;
}

p {
    font-size : 14px;
    font-family : Arial, Helvetica, sans-serif;
    color : #000000;
}

td {
    font-size : 14px;
    font-family : Arial, Helvetica, sans-serif;
    color : #000000;
    vertical-align : top;
}

ul {
    list-style-type : square;
}

li {
    font-size : 14px;
    font-family : Arial, Helvetica, sans-serif;
    color : #000000;
}

hr {
    color : #333366;
    noshade;
}

.navi {
    font-size : 20px;
    font-family : Arial, Helvetica, sans-serif;
    color : #333366;
}

.copy {
    font-size : 10px;
    font-family : Arial, Helvetica, sans-serif;
    color : #000000;
    vertical-align : bottom;
}

a:link {
    color : #333366;
    text-decoration : none;
}

a:hover {
    color : #8A8AC6;
    text-decoration : none;
}

a:visited {
    color : #333366;
    text-decoration : none;
}

a:active {
    color : #8A8AC6;
    text-decoration : none;
}

