td {
	font-size: 12px;
	color: #666666;
}
.greenwords {
	font-size: 12px;
	font-weight: bold;
	color: 3AA6A5;
}
a.greenwords:link {
	font-size: 12px;
	color: #3AA6A5;
}
a.greenwords:visited {
	font-size: 12px;
	color: #3AA6A5;
}
a.greenwords:hover {
	font-size: 12px;
	color: #256564;
}

.whitewords {
	font-size: 12px;
	color: #FFFFFF;
}
a.whitewords:link {
	font-size: 12px;
	color: #ffffff;
	text-decoration:none
}
a.whitewords:visited {
	font-size: 12px;
	color: #ffffff;
}
a.whitewords:hover {
	font-size: 12px;
	color: #F6F30B;
	text-decoration: none;
}



a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #256564;
	text-decoration: underline;
}
.graywords {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.redwords {
	font-size: 12px;
	color: #DA5A5B;
	text-decoration: none;
}
a.redwords:link {
	font-size: 12px;
	color: #DA5A5B;
	text-decoration: underline;
}
a.redwords:visited {
	font-size: 12px;
	color: #DA5A5B;
	text-decoration: underline;
}
a.redwords:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

