
h1
{
    font-size: 1.4em;
}
h2
{
font-size:2.2em;}
H3
{
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    font-size: 2em;
}

#content
{
    width: 600px;
    margin: 1em 0 0 0;
}


.FileColumnTitles
{
    font-size: 10pt;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    font-weight: bold;
}
.FilesAlternating
{
    color: #000;
    background-color: #eee;
    border-width: 0;
}
.FilesTable
{
    color: #c0c0c0;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    margin: 0;
    padding: 0;
    border-width: 0;
    outline-width: 0;
}
.FileTableHeader
{
    color: #fff;
    font-size: 10pt;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    font-weight: bold;
    background-color: #333;
    background-position: left center;
    text-align: left;
    border-width: 0;
    outline-width: 0;
}
.FileSize
{
    color: #333;
    text-align: right;
    white-space: nowrap;
    border-width: 0;
}
.FileItems
{
    font-size: 8pt;
}
.FileDate
{
    color: #333;
    text-align: right;
    white-space: nowrap;
    border-width: 0;
}
.FileImage
{
    padding: 1px;
}
.FileName A
{
    color: #333;
    text-decoration: none;
}
.FileName A:Hover
{
    color: #fff;
    text-decoration: none;
    background-color: #600;
}
.FileName
{
    white-space: nowrap;
    padding: 1px;
}

.lblError
{
    font-size: 10px;
    color: #ff0000;
    clear: both;
    white-space: pre;
}

