/* CSS Document */

a.black
{font-family:Tahoma;
font-size:11px;
font-weight:bold;
color:#000000;
text-decoration:none;
}

a.black:hover
{font-family:Tahoma;
font-size:11px;
font-weight:bold;
color: #D70000;
text-decoration:none;
}

a.grey
{font-family:Tahoma;
font-size:11px;

color:#333333;
text-decoration:none;
}

a.grey:hover
{font-family:Tahoma;
font-size:11px;

color: #000000;
text-decoration: underline;
}