.green_container
{
	font-weight: bold;
	font-size: 10pt;
	color: #666666;
	font-family: Verdana;
}
.green_container:hover
{
	font-weight: bold;
	font-size: 10pt;
	color: orange;
	font-family: Verdana;
	text-decoration: underline;
}
.green_container:visited
{
	font-weight: bold;
	font-size: 10pt;
	color: #666666;
	font-family: Verdana;
}
.tdGreen
{
    font-weight: bold;
    color: white;
    font-family: Arial, Verdana;
    font-size: 10pt;
    background-color: #333333;
    text-decoration: none;
}
.tdYellow
{
    font-weight: normal;
    color: white;
    font-family: Arial, Verdana;
    background-color: #ffffcc;
    text-decoration: none;
    font-size: 10pt;
}
