body, div, a, td, p, span, font, input, textarea, select, option, ul, li, h1, h2, h3 {
    line-height: 14px;
    font-family: tahoma, verdana, arial, sans-serif;
    font-size: 13px;
    color: #3e474e;
}

body {
    margin: 0px;
    padding: 0px;
}

div {
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0px;
    padding: 5px 0px 10px 0px;
}

a {
    color: #0073b7;
    text-decoration: underline;
}

a:hover {
    color: #0073b7;
    text-decoration: none;
}

img {
    border: 0px;
}

.black {
    color: #000;
}

.red {
    color: #a00000;
}

.gray {
    color: #ababab;
}

.blue {
    color: #19397c;
}

h1, h1 * {
    margin: 0px;
    padding: 0px 0px 20px 0px;
    font-family: Georgia;
    font-style: italic;
    line-height: 32px;
    font-size: 30px;
    font-weight: normal;
    color: #253b47;
}

h1.pageheader {
    padding: 0px 0px 20px 0px;
}

h2, h2 * {
    margin: 0px;
    padding: 0px 0px 15px 0px;
    font-family: Georgia;
    font-style: italic;
    line-height: 26px;
    font-size: 24px;
    font-weight: normal;
    color: #253b47;
}

h3, h3 * {
    margin: 0px;
    padding: 15px 0px 15px 0px;
    font-family: Georgia;
    font-style: italic;
    line-height: 22px;
    font-size: 20px;
    font-weight: normal;
    color: #253b47;
}

div#sitecontentinner ul {
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
}

div#sitecontentinner li {
    list-style-image: url('../images/li.gif');
    margin-left: 30px;
    margin-right: 10px;
    padding: 0px;
    margin-top: 3px;
    margin-bottom: 4px;
}

table.content {
    width: 100%;
}
table.content th {
    padding: 4px 10px;
    text-align: left;
    border-bottom: 1px solid black;
    background-color: gray;
}
table.content td {
    padding: 4px 10px;
    border-bottom: 1px solid gray;
}
