.yellowtext{
        font-family: arial, helvetica;
        font-size: 10pt;
        color: #FFFF00;
}

.bighdr{
        font-family: arial, helvetica;
        font-size: 18pt;
        font-weight: bold;
        color: #FFFFFF;
}

.loginhdr{
        font-family: arial, helvetica;
        font-size: 16pt;
        font-weight: bold;
}

.red12{
        font-family: arial, helvetica;
        font-size: 12pt;
        color: #FFA0A0;
}

.green12{
        font-family: arial, helvetica;
        font-size: 12pt;
        color: #A0FFA0;
}

.blue12{
        font-family: arial, helvetica;
        font-size: 12pt;
        color: #303060;
}

.graytext{
        font-family: arial, helvetica;
        font-size: 10pt;
        color: #A0A0A0;
}

.redtext{
        font-family: arial, helvetica;
        font-size: 8pt;
        font-weight: bold;
        color: #FF8080;
}

A:link {
        text-decoration: none;
        color: #FFF0F0
}

A:visited {
        text-decoration: none;
        color: #DFDFDF
}

A:active {
        text-decoration: underline;
        color: #FF8080
}

A:hover {
        text-decoration: none;
        color: #FFFFF0;
        background: #F08080
}

body {
        font-family: sans-serif, geneva, helvetica;
        font-size: 8pt;
        scrollbar-face-color: #801010;
        scrollbar-shadow-color: #A0A0A0;
        scrollbar-highlight-color: #FFFFFF;
        scrollbar-3dlight-color: #000000;
        scrollbar-darkshadow-color: #000000;
        scrollbar-track-color: #D0D0D0;
        scrollbar-arrow-color: #FFFFFF;
}

.inputbox1 {
        font-family: MS Sans Serif, sans-serif, arial, geneva, helvetica;
        font-size: 12pt;
        background-color: #404040;
        color: #FFFF00;
        border-style: solid;
        border-color: #E0E0E0;
        border-width: 2px;
}

.inputbox2 {
        font-family: MS Sans Serif, sans-serif, arial, geneva, helvetica;
        font-size: 12pt;
        background-color: #303030;
        color: #FFFF00;
        border-style: solid;
        border-color: #808080;
        border-width: 2px;
}

.redinput {
        font-family: MS Sans Serif, sans-serif, arial, geneva, helvetica;
        font-size: 10pt;
        background-color: #600000;
        color: #FF8080;
        border-style: solid;
        border-color: #E0E0E0;
        border-width: 2px;
}

.greeninput {
        font-family: MS Sans Serif, sans-serif, arial, geneva, helvetica;
        font-size: 10pt;
        background-color: #006000;
        color: #80FF80;
        border-style: solid;
        border-color: #E0E0E0;
        border-width: 2px;
}

.buttonbox {
        font-family: MS Sans Serif, sans-serif, arial, geneva, helvetica;
        text-decoration: underline;
        font-size: 14pt;
        background-color: #FF8080;
        color: #800000;
        border-style: solid;
        border-color: #000000;
        font-weight: bold;
        border-width: 2px;
        height: 32px;
}
