h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: normal;
    color: #00406e;
}

h2 {
    margin-top: 30px;
    font-size: 16px;
    font-weight: normal;
    color: #669933;
}

h3 {
    margin-top: 30px;
    font-size: 14px;
    font-weight: normal;
    color: #00406e;
}

em {
    color: #669933;
    font-weight: bold;
    font-style: normal;
}

font.blue {
    color: #00406e;
    font-weight: normal;
    font-style: normal;
}

img {
    border: none;
}

img.zoom {
    border: 1px solid #c2c2c2;
}

div.error {
    margin-top: 2px;
    margin-bottom: 2px;
    color: #ff0000;
    font-weight: bold;
}

div.success {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #00ff00;
    font-weight: bold;
}

.formbg {
    background-color: #e3e3e8;
}

a {
    color: #669933;
    font-style: italic;
    text-decoration: underline;
}

a.nounderline {
    color: #669933;
    font-style: italic;
    text-decoration: none;
}

ul {
    padding-left: 15px;
    margin-left: 15px;
}

ul li {
    padding-bottom: 10px;
}

ol {
    padding-left: 15px;
    margin-left: 15px;
}

ol li {
    padding-bottom: 10px;
}

table.rowlines {
    border: 0px;
}
table.rowlines td {
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #646464;
}
table.rowlines td.heading {
    padding-top: 15px;
    padding-bottom: 4px;
}

input {
    border:1px solid #00406e;
    color: #00406e;
}

textarea {
    border:1px solid #00406e;
    background-color: #ffffff;
    color: #00406e;
    font-family: Helvetica Neue, Helvetica, Arial, FreeSans, sans-serif;
    font-size: 12px;
}
