
/* BEGIN body */
body {
    background: #ffffff;
    color: #000000;
    font: 12pt arial,tahoma,sans-serif;
    margin: 5px;
}
/* END body */

/* BEGIN a */
a:link {
    color: #008aff;
    text-decoration: none;
}

a:visited {
    color: #008aff;
    text-decoration: none;
}

a:active {
    color: #008aff;
    text-decoration: underline;
}

a:hover {
    color: #008aff;
    text-decoration: underline;
}
/* END a */

/* BEGIN div,span */
div#content {
    margin-left:15px;
    margin-right:15px;
    padding:0px;
    width:98%;
}

div#footer {
    font:10pt arial,tahoma,sans-serif;
    text-align:center;
    width:100%;
}

div#header {
    color:#008aff;
    font:bold 22pt arial,tahoma,sans-serif;
    text-align:center;
    height:120px;
    width:100%;
}

div#navigation {
    border-top:1px dashed #008aff;
    border-bottom:1px dashed #008aff;
    margin-left:15px;
    margin-right:15px;
    padding:0px;
    width:98%;
}

span.smalltext {
    font:9pt arial,tahoma,sans-serif;
}

span.underline {
    text-decoration:underline;
}
/* END div,span */

/* BEGIN form */
input {
    background: #ffffff;
    border:1px solid #008aff;
    color:#000;
}

textarea {
    background: #ffffff;
    border:1px solid #008aff;
    color:#000;
}
/* END form */

/* BEGIN img */
img {
    border:0px;
}
/* END img */

/* BEGIN table */
table.border {
    background: #008aff;
    color:#000000;
}

td.row1 {
    background: #ffffff;
    color:#000000;
    padding: 5px;
}

td.row2 {
    background: #c3ced8;
    color:#000000;
    padding: 5px;
}

td.row3 {
    background: #d7e2ef;
    color:#000000;
    padding: 5px;
}

td.smalltext {
    background: #ffffff;
    color: #000000;
    font:8pt arial,tahoma,sans-serif;
    padding-left: 5px;
}

th {
    background: #c6d3e4;
    color: #000000;
    font-weight:bold;
    height:27px;
    padding-left:8px;
    padding-right:8px;
    text-align:center;
    white-space:nowrap;
}
/* END table */