﻿body
{
border: 1px solid #000037;
    width: 98%;
    text-align: center;
    background-color: #EEEEEE;
    margin: auto;
}

.header
{
    background-position: center;
    background-color: #000037;
    height: 96px;
    background-image: url('../images/logo.JPG');
    background-repeat: no-repeat;
    width: 100%;
}

.divider
{
    background-color: Silver;
    height: 20px;
    width: 100%;
    border-top-style: solid;
    border-top-color: #0033CC;
    border-top-width: thin;
}

.login
{
    text-align: left;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
}

.companyname
{
    font-size: 24pt;
    color: white;
    font-family: Arial;
    background-color: #000037;
    height: 50px;
    text-align: center;
}

.spacer
{height: 30px;
width:100%;
text-align:center;
    
}

.table
{
margin:auto;
width: 250px;
}

.label
{
    color: #000037;
    font-family: Arial;
    width: 100px;
    height: 21px;
    font-size: 14px;
}

.textbox
{
    border: 1px solid #000037;
    width: 150px;
}

.button
{
    background-color: #000037;
    color: white;
    font-family: Arial;
    width: 150px;
    height: 21px;
    font-size: 14px;
    text-align: center;
}

.blankcell
{
  
}

.address
{
    font-family: Arial;
    font-size: small;
    text-align: center;
    width: 100%;
}

.div
{
margin-left:auto;
margin-right:auto;


}