/* CSS Document */

td.footer
{
background-image: url(images/footer-pic.gif);
background-repeat: repeat-x;
height: 33px;
padding-top: 8px;
margin-left: 8px;
font-family: Tahoma;
color: #FFFFFF;
font-weight: bold;
font-size: 70%;
}
.white {
font-family: Tahoma;
color: #FFFFFF;
font-weight: bold;
font-size: 100%;
}

td.footer a:hover
{
font-family: Tahoma;
color: #FFFFFF;
font-weight: bold;
text-decoration: underline;
font-size: 100%;
}

td
{font-family: Tahoma;
font-size: 75%;
color: #5A5A5A;
text-decoration: none;
}

.heading
{
font-family: Tahoma;
font-weight: bold;
font-size: 90%;
text-decoration: none;
color: #073D74;
}
a:link,a:visited{text-decoration:none;}
a {
font-family: Tahoma;
color: #073D74;
text-decoration: none;
}
a:hover 
{font-family: Tahoma;
color: #073D74;
text-decoration: underline;
}