body,td,th {
        font-family: Verdana, Arial, sans-serif;
        font-size: 11px;
        color: #444;
}
body {

}
td.header {
    font-weight: bold;
}
h1,h2,h3,h4,h5,h6 { color: #000; }
h1 { font-size: 13px; color: #006; }
h2 { font-size: 12px; }
h3 { font-size: 10px; }
h4 { font-size: 11px; }
h5 { font-size: 10px; }
h6 { font-size: 10px; }

hr {
        width: 90%;
        height: 1px;
        background: #A5AFAF;
        margin-top: 1em;
        margin-bottom: 1em;
        color: #ccc;
        border: none;
}
iframe {
        margin: 0;
        padding: 0;
        border: 0;
        width: 100%;
}
#header {
        width: 700px;
        margin-bottom: 5px;
}
input.text,textarea {
        width: 100%;
}
#header.left {
        width: 100%;
}
#header.right {
        text-align: right;
        width: 100%;
}
#header h1 {
        font-weight: normal;
        color: #444;
        padding: 3px;
        border: 1px solid #A5AFAF;
        border-bottom: 1px solid #fff;
        text-align: center;
        white-space: nowrap;
        margin: 0;
}


#nav {
        width: 700px;
        background: #C23F45;
        border-bottom: 3px solid #8F2D32;
        white-space: nowrap;
}
#nav a:link, #nav a:visited, #nav a:active , #nav a:hover {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
}
#nav td {
        padding: 3px 5px;
        border-top: 3px solid #fff;
}
#nav #on {
        background: #8F2D32;
        border-top: 3px solid #8F2D32;
}
#nav #on a:link, #nav #on a:visited, #nav #on :active , #nav #on a:hover {
        color: #FFCC66;
}


#nav2 {
        width: 700px;
        white-space: nowrap;
        background: #8F2D32;
        border-bottom: 3px solid #8F2D32;
        border-left: 3px solid #8F2D32;
        border-right: 3px solid #8F2D32;
}
#nav2 a:link, #nav2 a:visited, #nav2 a:active , #nav2 a:hover {
        color: #FFFFCC;
        text-decoration: none;
}

#nav2 td {
        padding: 2px 5px;
}
#nav2 .on {
        background: #FFCC66;
}
#nav2 .on a:link, #nav2 .on a:visited, #nav2 .on a:active , #nav2 .on a:hover {
        color: #491719;
}

#content {
        width: 700px;
        padding: 10px;
        border: 10px solid #A5AFAF;
}
#content td.left {
        padding: 10px;
        border-right: 1px solid #A5AFAF;
}
#content td.right {
        padding: 10px;
        text-align: right;
        font-weight: normal;
}

#content_no_bottom {
        width: 700px;
        padding: 10px;
        border: 10px solid #A5AFAF;
        border-bottom: none;
}
#content_no_bottom td.left {
        padding: 10px;
        border-right: 1px solid #A5AFAF;
}
#content_no_bottom td.right {
        padding: 10px;
        text-align: right;
        font-weight: normal;
}

.tablelist {
        width: 100%;
}
.tablelist td {
        padding: 3px;
        border-bottom: 1px solid #A5AFAF;
}
.colortablelist {
        background: #EBEFEF;
}
.colortablelist td {
        padding: 5px;
        border-bottom: 1px solid #fff;
}
.colortablelist th {
        padding: 3px;
        border-bottom: 1px solid #fff;
}
.colortablelist .hl {
        background: #E5E4DF;
}
.form th {
        white-space: nowrap;
        border-right: 10px solid #fff;
        padding: 3px 0;
        text-align: right;
}
.form td {
        padding: 3px 0;
}
.small {
        font-size: 9px;
}

table.chart {
        width: 100%;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
}
table.chart td {
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        background: #EBEFEF;
        padding: 3px;
}
table.chart th {
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        background: #E5E4DF;
        padding: 3px;
}

a:link, a:visited, a:hover, a:active {
 color: #00577F;
}

a.disabled:link, a.disabled:visited, a.disabled:hover, a.disabled:active, .disabled {
 color: #6A7D85;
 text-decoration: none;
}

