body, td, th {
    font-size: 95%;
    font-family: Francis, Arial, Geneva, Helvetica, sans-serif;
    color: white;
    background-color: #252661;
}

menu {
    margin-left: 1em;
    padding-left: 1em;
    white-space: nowrap;
}

table.colortable {
    background-color: #dddddd;
}

h2 {
    font-size: 130%;
    font-weight: bold;
}

h3 {
    font-size: 110%;
    font-weight: bold;
}

h4 {
    font-size: 100%;
    font-weight: bold;
}

.menuheader {
    font-weight: bold;
}

.navleft {
    padding-right: 5px;
    border: 1px solid #cccccc;
    border-width: 0px 1px 0px 0px;
}

.navright {
    padding-left: 5px;
    border: 1px solid #cccccc;
    border-width: 0px 0px 0px 1px;
}

.section-content {
    padding-left: 1em;
    padding-right: 1em;
}

.footer {
    text-align: center;
    font-size: 80%;
}

.note {
    margin: 1em;
    padding: 1em;
    border: 2px solid gray;
}

a {
	text-decoration: none;
	color: #0fc300;
}

a:visited {
	text-decoration: none;
	color: green;
}

a:hover {
	text-decoration: underline;
}

.contentheader {
	font-size: 120%;
	color: #0fc300;
}

form {
    padding-left: 2em;
    padding-right: 2em;
    font-size: 85%;
    font-family: Arial, Geneva, Helvetica, sans-serif;
    color: white;
    background-color: #252661;
}

.whitelink {
    color: white;
}

.attn {
    color: orange;
}
