.bold
{
	font-weight: bold;
}

strong
{
}

.boldgreen
{
	color: #8eb81b;
	font-weight: bold;
}

.boldred
{
	color: #CC0000;
	font-weight: bold;
}

.redlink
{
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}

.redlink a
{
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
