body {
    text-align: center;
    background-color: #426893;
    color: #000000;
}

img {
	border: 0;
}

a {
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
}

a:link {
    color: #2B4B71;
    background-color: transparent;
}

a:visited {
    color: #385A83;
    background-color: transparent;
}

a:active {
    text-decoration: underline;
}

a:hover {
    color: #2B4B71;
    background-color: #F5F8D3;
}

h1 {
    text-align: center;
    background-color: transparent;
    color: #2B4B71;
    font-weight: bold;
}

div {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.fxcenter { /*Center fix for non-compliant browsers*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div.main {
    text-align: left;
    color: #000000;
    background-color: #D3E0ED;
    border-color: #2C4667;
    border-style: solid;
    border-width: 2px;
    width:90%;
    padding: 10px 10px 10px 10px;
}

table {
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    background: #E6D2AC;
}

div.code {
    border-style: solid;
    border-width: 2px;
    border-color: #2C4667;
    width: 95%;
    padding: 5px 5px 5px 5px;
    color: #414304;
    background-color: #FFFFFF;
    font-family: Courier, monospace;
    font-size: .85em;
    white-space: pre;
}

code {
    color: #414304;
    background-color: transparent;
}

div.note {
    border-style: solid;
    border-width: 2px;
    border-color: #2C4667;
    width: 95%;
    padding: 5px 5px 5px 5px;
    color: #000000;
    background-color: #E6D2AC;
    font-weight: bold;
}

input, textarea { /*Monospace for field formatting.*/
    font-family: Courier, monospace;
    color: #000000;
    background-color: #D3E0ED;
    font-size: 100%;
    padding: 2px;
}





