body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: black;
}

p {
    font-size: 14px;
    line-height: 17px;
    text-align: justify;
}

td {
    font-size: 14px;
    line-height: 17px;
    text-align: justify;
}

form {
    font-size: 12px;
    background-color: #d9e3ee;
}

input {
    font-size: 10px;
}

li {
    font-size: 14px;
    line-height: 17px;
    text-align: justify;
}

h1 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 24px;
    margin-bottom: 0px;
    border-bottom: solid;
    border-left: solid;
    border-width: 1px;
    border-left-width: 10px;
    margin-bottom: 6px;
    padding-left: 4px;
    border-color: #80a0c6;
}


h2 {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    text-decoration: underline;
}

a:link {
    text-decoration: none;
    color: #204076;
}
a:active {
    text-decoration: underline;
    color: #204076;
}
a:visited {
    text-decoration: none;
    color: #204076;
}
a:hover {
    text-decoration: underline;
    color: #204076;
}

.large {
    font-size: 24px;
    line-height: 14px;
    text-align: left;
}

.small {
    font-size: 12px;
    line-height: 14px;
    text-align: left;
}

.right {
    font-size: 14px;
    line-height: 17px;
    text-align: right;
}

.smallleft {
    font-size: 12px;
    line-height: 14px;
    text-align: left;
}

.smallright {
    font-size: 12px;
    line-height: 14px;
    text-align: right;
}

.left {
    font-size: 14px;
    line-height: 17px;
    text-align: left;
}

.center {
    text-align: center;
}


