
A:link
{
    color:blue;
}

A:visited
{
    color:blue;
}

A:active
{
    color:blue;
}

A:hover
{
    color:blue;
}

.titletext
{
    color:#151515;
    font-size:x-large;
    font-family:Arial;
}

.headertext
{
    color:#151515;
    font-family:Arial;
}

.bodytext
{
    color:#151515;
    font-family:Arial;
}

.labeltext
{
    color:#151515;
    font-family:Arial;
}

.notetext
{
    color:#A0A0A0;
    font-size:x-small;
    font-family:Arial;
}

.errortext
{
    color:#FF0000;
    font-family:Arial;
}

.subHR
{
    background-color:#909090;
    height:1px;
}

.standardTemplateLeft
{
    width:120px;
    background-color:#9F9FF4;
}

.standardTemplateMiddle
{
    background-color:#C6C6F9;
}

.standardTemplateRight
{
    width:120px;
    background-color:#ECECFD;
}

.alternateColorRow
{
    background-color:#ECECFD;
}