﻿body
{
    margin: 0px;
    height: 101%;
    min-height: 101%;
    font-family: verdana,helvetica,sans-serif;
    font-size: 11px;
    line-height: 12px;
    color: #333;
}

a
{
color: #6c2989;
text-decoration: none;
font-weight: bold;

}

a:hover
{
color: #3d7824;
text-decoration: none;
}

.header
{
    font-size: 14px;
    line-height: 16px;
    color: #6c2989;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 4px;
}

input.default, textarea.default
{
    color: #000000;
    background: #f1f1f1;
    border: 1px solid #000000;
    padding: 1px;
    font-family: verdana,helvetica,sans-serif;
    font-size: 9pt;
}

.checkBox
{
    border: 0px solid #FFF;
    padding: 0;
    margin: 0;
}

.dottedLine
{
    margin: 7px 0px 4px 0px;
    line-height: 4px;
    background-image: url(http://www.rmpbs.org/resources/img/uni/dotted.gif);
    background-repeat: repeat-x;
}

.purple
{
    color: #000;
    font-weight: bold;
}

.bgImg
{
    background: #FFF url(../img.jpg) no-repeat right center;  
}
