body {
    scrollbar-face-color:       #1A66A2;
    scrollbar-arrow-color:      #EBB712;
    scrollbar-track-color:      #EBB712;
    scrollbar-shadow-color:     #EBB712;
    scrollbar-highlight-color:  #EBB712;
    scrollbar-3dlight-color:    #EBB712;
    scrollbar-darkshadow-Color: #EBB712;
}
body table#content {
    width:              955px;
    margin:             0 auto;
}
a {
    color:              #0068A5;
    text-decoration:    none;
}
a:active {
    text-decoration:    none;
}
a:visited {
    text-decoration:    none;
}
a:hover {
    color:              #FBB921;
    text-decoration:    none;
}
input {
    color:              #333333;
    background-color:   #FFCF62;
}
select {
    color:              #333333;
    background-color:   #FFCF62;
    font-style:         bold;
    font-family:        verdana;
    font-size:          8pt;
}
textarea {
    color:              #333333;
    background-color:   #FFCF62;
}