﻿body
{
    color: #444444;
    font-family: Arial;
    font-size: small;
}

h1
{
    text-align: center;
}
.divWrapper
{
    border: solid 2px #DDDDDD;
    background-color: #CCFFFF;
    padding: 2px;
}
th
{
    text-align: left;
}

.searchButton
{
    background-color: White;
    color: Blue;
}
.gvHeaderRow
{
    background-color: #CCFFFF;
}

.gvAltRow
{
    background-color: #EEEEEE;
}

.divRed
{
  background-image:url('xom_banner.gif');
  height:50px;
}
.divFooter
{
    font-size:x-small;
    padding:2px;
    width: 100%; background-color: gray;
    color:White;
    }
.divFooter a
{
    color:white;
    }

