html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #000000;
    background: #FFFFFF;
}

p {
    clear: both;
}

a {
    color: #3333AA;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}
a:visited {
    color: #6699DD;
}

form {
    padding: 0px;
    margin: 0px;
}
#searchform label {
    display: none;
}

img {
    border: 0;
}

sup {
    font-size: 0.7em;
}

/*
th {
    background: #E9E1E9;
    font-size: 0.84em;
    font-weight: bold;
    text-align: left;
}

td {
    background: #F6F2F6;
    font-size: 0.84em;
    text-align: left;
}
*/

h3 {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    color: #991111;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}
h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #991111;
    margin: 0px;
    padding: 0px 0px 2px 0px;
}
ul {
    margin: 0px;
    padding: 5px 0px 0px 20px;
    list-style: round;
}

.clearboth {
    clear: both;
}

.caption, .toplink {
    font-size: 0.7em;
}
.caption a, .toplink a {
    text-decoration: underline;
}
.toplink {
    text-align: right;
}

.imgcapleft {
    float: left;
    text-align: left;
}
.imgcapmid {
    float: left;
    text-align: center;
}
.imgcapright {
    float: left;
    text-align: right;
}

