﻿body 
{
    margin: 0px;
    font-family: Arial;
    font-size: 11px;
    font-weight:normal;
    background-color: #333333;
    background-image: url("images/background.jpg");
    background-position: top center;
    background-repeat: repeat-x;
}

.plainTable
{
    padding:0px;
    margin:0px;
}

.standardLabel
{
    font-weight: bold;
}

.standardLabelPlain
{
    font-weight:normal;
}

.sectionLabel
{
    font-weight: bold;
    font-size: 1.2em;
}

.lightText
{
    color:White;
}

.boldText
{
    font-weight:bold;
}

.rightAlign
{
    text-align:right;
}

.leftAlign
{
    text-align:left;
}

.topAlign
{
    vertical-align:top;
}

.bottomAlign
{
    vertical-align:bottom;
}

.labelColumn
{
    font-weight:bold;
    text-align:right;
}

.warningLabel
{
    color:Red;
    font-weight:normal;
    font-size:.8em;
}

a:link
{
    font-family: Arial;
    text-decoration: underline;
    color:#0000CC;
}
a:visited
{
    font-family:Arial;
    text-decoration:underline;
    color:#0000CC;
}
a:hover
{
    font-family:Arial;
    text-decoration:underline;
    color:#0000CC;
}

a:active 
{
    font-family:Arial;
    text-decoration:underline;
    color:#0000CC;
}

