.bot_nav
{
	font-family: Arial;
	font-size: 11px;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}
A.bot_nav:link {
    text-decoration:    none;
    color:#000000;
}
A.bot_nav:visited  {
    text-decoration:    none;
    color: #000000;
}
A.bot_nav:active   {
    text-decoration:    none;
    color:#000000;
}
A.bot_nav:hover    {
    text-decoration: underline;
    color: #000000;
}
