body {
    background-color: #ffffff;
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #000000;
}

h1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

p {
    font-size: 16px;
    font-weight: normal;
    text-align: justify;
}

p + ol {
    margin-top: -16px;
}

p + ul {
    margin-top: -16px;
}

ol li {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}

ul li {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}

img {
    border: 0px;
    padding: 0px;
    vertical-align: middle;
}

hr {
    width: 100%;
    height: 5px;
    border: none; 
}

table {
    border-collapse: collapse;
    color: #000000;
    text-align: center;
}

td {
    padding:5px;
    font-weight: bold;
    border: solid 1px #000000;
}

td a {
    display: block;
    height:100%;
    width:100%;
}

a:link {
    color: #000000; 
    text-decoration: none; 
    width:100%; 
    height:100%;
}

a:visited {
    color: #000000; 
    text-decoration: none; 
}

.maintext a:hover {
    background-color: #dddddd;
}

div.btmlinks {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    text-align:center;
}

.btmlinks td {
    border-style: none;
}

div.fineprint {
    font-weight: normal;
    color: #000000;
    text-align:left;
}

.fineprint p {
    font-size: 12px;
}

.fineprint a:hover {
    background-color: #dddddd;
}
