﻿body 
{
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: 12px;
}
h1
{
    font-size: xx-large;
    color: #008000;
}
a:link, a:visited
{
    text-decoration: none;
    color: Blue;
}
a:hover
{
    color: Orange;
}
.Header 
{
  top: 0px;
  left: 0px;
  position: absolute;
  width: 800px;
  background-image: url(/Press_Release/Images/hdr11.gif);
  background-repeat: repeat-x;
}
.Menu
{
    top: 160px;
    left: 15px;
    width: 2155px;
    position: absolute;
}
.Content
{
  top: 160px;
  left: 170px;
  position: absolute;
  width: 600px
}

.GridMain
{
    border-right: gainsboro thin solid;
    border-top: gainsboro thin solid;
    border-left: gainsboro thin solid;
    border-bottom: gainsboro thin solid;
    background-color: #d6cfff;
    width: 400px;
}

.GridRow
{
    background-color: #FFFAFA;
}

.GridSelectedRow
{
    background-color: #E6E6FA;
}

.GridHeader
{
    background-color: #fa8072;
    font-weight: normal;
    text-align: left;
}     
                

