﻿.Text
{
    font-weight:normal; 
    font-size: 12px; 
    color: #000066; 
    font-family: Verdana; 
}
.TextRight
{
    font-weight:normal; 
    font-size: 12px; 
    color: #000066; 
    font-family: Verdana; 
    text-align:right;
    width:200px;
}

.BoldText
{
    font-weight:bold; 
    font-size: 12px; 
    color: #000066; 
    font-family: Verdana; 
    text-align: justify;
}
.Header
{
    font-weight:bold; 
    font-size: 14px; 
    color: #006; 
    font-family: Verdana; 
    text-align: center;
}
.Header2
{
    font-weight:bold; 
    font-size: 14px; 
    color: #eee; 
    font-family: Verdana; 
    text-align: center;
    background: #006;
    width: 80%;
    border: solid 5px #006;
}
.btn {
    font-family:Arial; 
    font-size:12px; 
    font-weight:bold;
    color:white; 
    background-color:#000066; 
    border-width: 3px; 
    border-style: solid;
    border-color: #006;
    text-align: center;
} 
.TextBox
{
    border-right: #000066 1px solid; 
    border-top: #000066 1px solid; 
    font-size: 12pt; 
    border-left: #000066 1px solid; 
    color: #000066; 
    border-bottom: #000066 1px solid; 
    font-family: Arial;
    width:100%; 
    }
