body {
    color: #444;

    font-family: sans-serif;
font-size: 9pt;
}

h1, h2, h3, h4, h5 {
    font-family: sans-serif;
    color: #259E9C;
}

h1 {
	font-size: 14pt;
    padding: 0;
    margin-top: 0px;
}

h2 {
	font-size: 12pt;
    padding: 0;
    margin-top: 0px;
}

h2 span {
    color: #ADADAD;
}


h3 {
    font-size: 10pt;
}
h4 {
    font-size: 9pt;
}
h5 {
    font-size: 9pt;
}

a {
    text-decoration: none;

    font-weight: bold;
    color: #27394F;
 }

a:hover {
    text-decoration: underline;
 }

table td {
    vertical-align: top;
}

input, textarea {
    border: 1px solid #FF9800;
    background: #444;

    color: white;
}

.alert {
    color: #7AB6F4;
    font-weight: bold;
}

#news h2 {
    font-size: 10pt;

    color: black;
}

