.label
{
    float: left;
    width: 120px;
    font-family: 'Trebuchet MS';
    font-size: 10pt;
}
.normallabel
{
    font-family: 'Trebuchet MS';
    font-size: 10pt;
}
.normallabelbold
{
    font-family: 'Trebuchet MS';
    font-size: 11pt;
}
.largelabelbold
{
    font-family: 'Trebuchet MS';
    font-size: 15pt;
}
.smalllabel
{
    font-family: 'Trebuchet MS';
    font-size: 8pt;
}
.verysmalllabel
{
    font-family: 'Trebuchet MS';
    font-size: 7pt;
}
.smalllabelbold
{
    font-family: 'Trebuchet MS';
    font-size: 8pt;
}
.linkbutton
{
    font-family: 'Arial Narrow';
    font-size: 10pt;
    font-weight: 400;
}
.datelabel
{
    width: 150px;
    font-family: 'Trebuchet MS';
    font-size: 10pt;
    vertical-align: super;
}
.link
{
    float: left;
    font-family: 'Trebuchet MS';
    font-size: 11pt;
}

.errorlabel
{
    font-family: 'Trebuchet MS';
    font-size: 10pt;
    color: #FF0000;
    vertical-align: super;
}

.helplabel
{
    font-family: 'Trebuchet MS';
    font-size: 10pt;
    color: #FF0000;
    vertical-align: inherit;
}

.LongErrorLabel
{
    font-family: 'Trebuchet MS';
    width: 200px;    
    font-size: 10pt;
    color: #FF0000;
    vertical-align: super;
}

.LongLabel
{
    font-family: 'Trebuchet MS';
    font-size: 10pt;
    color: #0033CC;
}
.BoldLongLabel
{
    font-family: 'Trebuchet MS';
    font-size: 10pt;
    color: #000000;
    font-weight: bold;
}

.heading
{
    font-family: 'Trebuchet MS';
    font-size: 16pt;
    color: #0033CC;
    float: none;
}

.heading1
{
    font-family: 'Trebuchet MS';
    font-size: 13pt;
    color: #FF0000;
    float: none;
}

.loginlabel
{
    width: 120px;
    font-size: 10pt;
    font-family: 'Trebuchet MS';
    color: #FF0000;
}

.requiredfield
{
    font-family: 'Trebuchet MS';
    font-size: 10pt;
    color: #FF00FF;
}

.input, textarea{
margin-bottom: 5px;
font-family: 'Trebuchet MS';
font-size: 10pt;
}

.listbox, textarea{
margin-bottom: 5px;
font-family: 'Trebuchet MS';
font-size: 10pt;
}

.checkbox{
width: 300px;    
margin-bottom: 5px;
font-family: 'Trebuchet MS';
font-size: 10pt;
}


.textarea
{
    width: 250px;
    height: 150px;
    font-family: 'Trebuchet MS';
    font-size: 10pt;
    margin-bottom: 5px;
}

.boxes{
width: 1em;
}

.Grid
{
    border: 1px solid #000000;
    font-family: 'Trebuchet MS';
    font-size: 10px;
    color: #000000;
}
.Grid td
{
border: solid 1px #FFFFFF;
margin: 1px 1px 1px 1px;
padding: 1px 1px 1px 1px;
text-align: center;
}
.GridHeader
{
font-weight: bold;
background-color: #8b8dbb;
}
.GridItem
{
background-color: #e6e6e6;
}

.GridAltItem
{
    background-color: #00FFFF;
    font-family: 'Trebuchet MS';
}

.submitbutton
{
    margin-left: 120px;
    margin-top: 5px;
    width: 90px;
    font-family: 'Trebuchet MS';
    font-size: 10pt;
}

br{
clear: left;
}
