/*********************************

  site.css
  CSS declarations for main page
  Created 11/23/2001 by Matt Judy

**********************************/

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

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

A:hover
{
    text-decoration: none;
    color: #88aaff;
}

A:active
{
    text-decoration: none;
    color: #ffffff;
}

FORM
{
    margin: 0px;
}

textarea {
    resize: vertical;
}

.form
{
    font-family: Courier, "Courier New";
    font-size:   10px;
}

.loginNormal
{
    font-family: Geneva, Verdana, Arial, Helvetica;
    font-size:   10px;
    color:       #aeaeae;
}

.loginError
{
    font-family: Geneva, Verdana, Arial, Helvetica;
    font-size:   10px;
    font-weight: bold;
    color:       #ee3322;
}

.smallPrint
{
    font-family: Geneva, Verdana, Arial, Helvetica;
    font-size:   9px;
    color:       #cccccc;
}

.error
{
    font-weight: bold;
    color:       #ee4444;
}

