﻿body 
{
    margin: 0px 0px 15px 0px;
	background-image:url(../../images/background.gif);
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 12px;
}
img 
{
    border: none;
}
input 
{
    font-size: 10px;
}
select 
{
    font-size: 10px;
}
h1 
{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}


.formlabel 
{
    text-align:right;
    vertical-align:top;
    white-space:nowrap;
    padding: 3px 5px 0px 5px;
}

.formitem
{
    vertical-align:top;
}

.error 
{
    font-size: 9px;
    color: #FF0000;
}
.table_label
{
    vertical-align:top;
    font-weight:bold;
    white-space:nowrap;
}
.table_item 
{
    vertical-align:top;
}
.footnote
{
    font-size: 10px;
}
.blue 
{
    color: #0035AD;
}
.red 
{
    color: #C30C3E;
}
.hidden
{
    display: none;
}
.bluebold 
{
    color: #0035AD;
    font-weight: bold;
}
.redbold 
{
    color: #C30C3E;
    font-weight: bold;
}