﻿body 
{
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #003366; 
}
h1
{
  font-size: 30px;
}
h3
{
  font-size: 14px;
  color: #003366; 
}
h4 
{
    font-size: 13px;
    color: #8e273f;
}
a:link, a:visited
{  
  text-decoration: none;
  color: #003366;
}
a:hover
{
  color: Red;
}
.Header 
{
  top: 0px; 
}
.Menu 
{
  top: 180px;   
}
.Content
{
  top: 160px; 
}
.Heading
{
    font-size: 18px; 
    color: #003366; 
    font-family: 'Trebuchet MS', Arial, Verdana; 
    letter-spacing: -1px;
}
.GridMain
{
border-right: gainsboro thin solid;
border-top: gainsboro thin solid;
border-left: gainsboro thin solid;
border-bottom: gainsboro thin solid;
background-color: #FFFAFA;
width: 400px;
}
.GridRow
{
background-color: #FFFAFA;
}
.GridSelectedRow
{background-color: #E6E6FA;
}
.GridHeader
{
background-color: #eeeeee;
font-weight: bold;
text-align: left;
color: #003366;
}
.footer{color:#A8A8A8; font-size:10px; line-height:14px} 
.footer a{color:#A8A8A8; font-size:10px; text-decoration:none} 
.footer a:hover{text-decoration:underline;}