BODY
{
}
.Textbox
{
    font-family:Arial;
    color:Blue;
}
.Title
{
    font-family: Arial;
    color: Navy;
    vertical-align: middle;
    background-color: transparent;
    text-align: center;
    font-weight: bold;
    font-size: large;
}
.Label
{
    
    font-size: small;
    font-family: Arial;
    background-color: transparent;
}
.ComboBox
{
    font-size: small;
    color: black;
    font-family: Arial;
}
.TipText
{
    color: black;
    font-style: italic;
    font-family: Arial;
    background-color: transparent;
    font-size: small;
}
.TextBoxNoEdit
{
    font-size: small;
    color: gray;
    font-family: Arial;
}
.CheckBox
{
    font-size: small;
    color: black;
    font-family: Arial;
    background-color: transparent;
}
.ValidationError
{
    font-size: small;
    color: red;
    font-family: Arial;
    background-color: white;
}
.Title2
{
    font-weight: bold;
    font-size: medium;
    vertical-align: middle;
    color: navy;
    font-family: Arial;
    background-color: transparent;
    text-align: center;
}
.BigAlert
{
    font-weight: bold;
    font-size: medium;
    vertical-align: middle;
    color: red;
    font-family: Arial;
    background-color: transparent;
    text-align: center;
}
.Alert
{
  
    font-size: small;
    vertical-align: middle;
    color: red;
    font-family: Arial;
    background-color: transparent;
    text-align: center;
}