body
{
    
}
.label
{
    font-weight: bolder;
    font-family:Arial;
    color: navy;
    height:auto;
}
.biglabel
{
    font-weight: bolder;
    font-family:Arial;
    color: navy;
    height:auto;
    font-size:xx-large
}
.textBox
{
    font-weight: bolder;
    font-family:Arial;
    color: navy;
    width:104px;
    height:auto;
}
.validator
{
    color: navy;
    font-family:Arial;
    font-weight: bolder;
    height:auto;
}
.error
{
    font-family:Arial;
    font-weight: normal;
    font-size:smaller;
    color: red;
}

.heading
{
    font-family:Arial;
    font-weight:bolder;
    font-size:smaller;
    color:Gray;      
}

.copyright
{
 font-family:Arial;     
 font-size: 9px;
 vertical-align: text-bottom; 
 cursor: default 
}

.link
{
    font-family:Arial;
    font-size:smaller;    
    TEXT-DECORATION: underline; 
    cursor:hand;
    color:Blue; 
 }


