.maincell
{
    background-color: #FFFFFF;
    color: #000000;
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
}
a:link
{
    color: #666699;
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    text-decoration: underline;
}
a:visited
{
    color: #666699;
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    text-decoration: underline;
}
a:hover
{
    color: #000000;
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    text-decoration: underline;
}
h1
{
    color: #666699;
    font-size: 11pt;
    font-family: Arial;
    font-weight: bold;
}
p
{
    color: #000000;
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
}
td
{
    color: #000000;
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
}

/* Specific Pages within WSB */
.LinksOnly
{
    color: #808000;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 17px;
    margin: 0px 0px 0px 50px;
    text-decoration: underline;
}
.LinksOnly:hover
{
    color: #808000;
    text-decoration: none;
}
/* Questionaire */
.frmQA
{
    background-color: #EBEBEB;
}
.qMustHave
{
    color: #FF0000;
}
.qHeading
{
    background-color: #CFD9DF;
    color: #000066;
    font-weight:bold;
}
.qSubHeading
{
    background-color: #999999;
    color: #FFFFFF;
    font-weight: bold;
}
