.Bold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold; 
	color: #333333; 
}

/*Green Text */
 .GreenText
{
    color: #004040;
	font-size:  11px;
	font-weight: normal;
    text-decoration: none;
}
 .GreenTextBold
{
    color: #004040;
	font-size:  11px;
	font-weight: bold;
    text-decoration: none;

	}
