html {
    font-family: Courier;
    font-size: 12;
    scrollbar-face-color: #a0a0ff;
    scrollbar-highlight-color: #a0a0ff;
    scrollbar-3dlight-color: #000000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-shadow-color: #a0a0ff;
    scrollbar-arrow-color: #000000;
    scrollbar-track-color: #c6c6ff;
}

img {
    border-style: none;
}

table {
    border-style: none;
}

.display {
    position: absolute;
    width: 11px;
    height: 17px;
    border-style: none;
}

.logon {
    position: absolute;
    width: 165px;
    height: 18px;
    color: white;
    border-width: 1px;
    border-color: #444464;
    border-style: solid;
    background-image: url(graphics/back.gif);
    background-repeat: repeat;
    font-family: Lucida Console;
    font-weight: bold;
    font-size: 15px;
}

.header {
    width: 710px;
    color: #0c0c54;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.subheader {
    width: 710px;
    color: #606060;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.info {
    width: 710px;
    color: #606060;
    font-size: 10px;
}

.regfield {
    width: 180px;
    height: 15px;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    font-weight: bold;
}

.regtext {
    width: 200px;
    height: 90px;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    font-weight: bold;
    scrollbar-face-color: white;
    scrollbar-highlight-color: white;
    scrollbar-3dlight-color: black;
    scrollbar-darkshadow-color: black;
    scrollbar-shadow-color: white;
    scrollbar-arrow-color: black;
    scrollbar-track-color: #C0C0C0;
}

.msgtext {
    width: 710px;
    height: 160px;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    font-weight: bold;
    scrollbar-face-color: white;
    scrollbar-highlight-color: white;
    scrollbar-3dlight-color: black;
    scrollbar-darkshadow-color: black;
    scrollbar-shadow-color: white;
    scrollbar-arrow-color: black;
    scrollbar-track-color: #C0C0C0;
}

.regbutton {
    width: 200px;
    height: 40px;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    font-weight: bold;
}

.radio {
    border-style: none;
}

.check {
    border-style: none;
}

.sel1 {
    width: 200px;
    height: 17px;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    font-weight: bold;
}

.fake1 {
    color: black;
    background-color: transparent;
    cursor: hand;
    text-decoration: none;
}

.helpcontents {
    color: blue;
    font-size: 16px;
    font-weight: bold;
}

