﻿body
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
    line-height: 1.2em;
    font-weight:normal;
}

a
{
    text-decoration: underline; 
    color: #000066;
}
a:hover
{
   text-decoration: underline; 
    color: #000066; 
}

.header
{
    text-transform: uppercase;
    font-size: 16px;
    font-family: Antique Olive,Arial,Helvetica,sans-serif;
    font-weight: bold;
    background-color: #3693be;
    margin-top: 2px;
    padding: 8px;
    margin-bottom: 5px;
    
}

input.default, textarea.default
{
    font-size: 11px;
}

.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
{
    font-weight: bold;
}

.bgImg
{
    background: #FFF url(../img.jpg) no-repeat right center;  
}
