html {
    font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
    font-size: 11px;
    color: #777;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Trebuchet MS', 'Verdana', 'Arial', 'Helvetica', sans-serif;
    font-weight: bold;
    color: #002496;
}



h1 { font-size: 1.66em; }
h2 {
    font-size: 1.33em;
    margin: 6px 0px 10px 0px;
}
h3 {
    font-size: 1em;
    margin:8px 0 9px 0;
    color: #777;
}
th, h4 {
    font-size: 1em;
    color: #777;
}
h5 {
    font-size: 1em;
    color: #777;
    margin:2px 0 5px 0;
}
h6 {
    font-size: 1.1em;
    color: #777;
    margin:1px 0 3px 0;
}

.grey { color: #777; }
.grey-background { background-color: #f1f1f1; }
div.e, tr.e { background-color: #f4f4f4; } /* even (i.e. as opposed to odd) rows */

.orange { color: #ee7c09; }
.orange-background { background-color: #ee7c09; }
a.orange:hover { color: #ee7c09; }

a {       color: #002496; }
a:hover { color: #002496; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: underline;
}

p {
    margin-bottom: 1em;
    line-height: 16px;
}

.hidden { display:none; }

