﻿body 
{
   	font-family: Verdana, Arial, Helvetica; 
	font-size:  10pt;
}

.skingradientTopGray 
{
  	background-image: url(Images/Gannt_Chart_Grad_TopGray.jpg); 
	height:71px;  
}

.HeaderText
{
    font-weight: bold;
    color: blue;
}

.MainBodyText
{
    font-family: Verdana, Arial;
    font-size: 8pt;
    color: #808080;
}

A:link 
{
    text-decoration: none;
    font-family: Verdana, Arial;
    font-size: 8pt;
    color: #414E5E;
    
}

A:visited 
{
    text-decoration: none;
    font-family: Verdana, Arial;
    font-size: 8pt;
    color: #414E5E;
}

A:active 
{
    text-decoration: none;
    font-family: Verdana, Arial;
    font-size: 8pt;
    color: #414E5E;
}

A:hover 
{
    text-decoration: underline;
    font-family: Verdana, Arial;
    font-size: 8pt;
    color: #414E5E;
}

.RightNavText
{
    text-decoration: none;
    font-family: Verdana, Arial;
    font-size: 8pt;
    color: #414E5E;
    
}


