﻿h1
{
    font-size: 14px;
    text-align: left;
    color: #f3f3f3;
}

h2
{
    font-size: 11px;
    text-align: left;
    color: #0047bd;
}

h3
{
    font-size: 11px;
    text-align: left;
    color: #666666;
}

body, table, th, td, input, textarea, select
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin: 0 0 0 0;
}

.InputValidationFailed
{
    color: #ff0000;
}

.nowordwrap 
{
    white-space:nowrap;
}

