body
{
    margin: 0px;
    color: #5f5f5f;
    font-size: 11px;
    font-family: arial;
}

table, tr, td, select, input, textarea
{
    color: #5f5f5f;
    font-size: 11px;
    font-family: arial;
}

p, form
{
    margin: 0px;
}

h1
{
    margin: 0px;
    margin-bottom: 5px;
    font-size: 13px;
}

a:link, a:active, a:visited, a:hover
{
    color: #d02e17;
    text-decoration: none;
}

a.footer:link, a.footer:active, a.footer:visited, a.footer:hover
{
    color: #5f5f5f;
    text-decoration: none;
}

.errMsg
{
    color: #ff0000;
}

.input_text
{
    width: 250px;
}

.input_textarea
{
    width: 250px;
    height: 100px;
}

.justify
{
    text-align: justify;
}

.login td
{
    font-size: 9px;
}
