#common TD{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	color: black;
}
#left TD{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	color: white;
}
#orange TD{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: white;
}

#orange A:link {
    text-decoration: underline;
    color: white;
}
#orange A:visited {
    text-decoration: underline;
    color: white;
}
#orange A:active {
    text-decoration: underline;
    color: white;
}
#orange A:hover {
    text-decoration: none;
    color: white;
}
#orange .Head {
    color: white;
}