﻿

html, body
{
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;    
    color: #284775;
    margin: 0px 0px 1.5em 0px;
}

p
{
    display: block;
            
}

h4
{
    margin: 0px 0px 0px 0px;
}

input[type="submit"]
{
    background-color: #FFFBFF;
    border: 1px solid #CCCCCC;
     font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; 
    color:#284775;
}

input[type="text"], select, textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;    
    color: Black;
    background-color:#B8C0C8;
    
}

.wrapper {
min-height: 100%;
height: 100%;
height: auto !important;
margin: 0 auto -50px; 
}


.footer, .push {
text-align:right;
clear: both;
height: 50px;
z-index:-100;
}

.TableHeader 
{
    background-color:Blue;
    color:White;
}



    