﻿body 
{
   
}
/*Menu style*/
.Menu A:hover
{
    color: #0000ff;
    text-decoration: none;
    
}
.Menu A:link
{
    text-decoration: none;
    color: dimgray;
}
.Menu A:visited
{
    text-decoration: none;
    color: black;
}
/*End Menu style*/
.FormsTable A:hover
{
    color: darkgray;
    text-decoration: none;
}
.FormsTable A:link, A:visited
{
    text-decoration: none;
    color: gainsboro;
}
/*Content place holder style*/
.ContentTable A:hover
{
    color: #003300;
    text-decoration: underline;
}
.ContentTable A:link
{
    text-decoration: none;
    color: dimgray;
}
.ContentTable A:visited
{
    color: #003333;
}
/*End Content place holder style*/

A.link:link
{
    text-decoration: none;
    font-size: 8pt;
    color: #333366;
}
A.link:hover
{
    color: #333366;
    font-weight: bold;
    text-decoration: none;
}
A
{
    font-family: tahoma;
    text-decoration: none;
    color: slategray;
}
A:hover
{
    color: darkgray;
    font-family: tahoma;
    text-decoration: none;
}
