.GrayToRed {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a.GrayToRed:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a.GrayToRed:hover {
	font-size: 12px;
	color: #d4321a;
	text-decoration: none;
}
a.GrayToRed:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.GrayToBlue {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a.GrayToBlue:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a.GrayToBlue:hover {
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
}
a.GrayToBlue:visited {
	font-size: 12px;
	color: #993300;
	text-decoration: none;
}
.RedToLine {
	font-size: 12px;
	color: #d4321a;
	text-decoration: none;
}
a.RedToLine:link {
	font-size: 12px;
	color: #d4321a;
	text-decoration: none;
}
a.RedToLine:hover {
	font-size: 12px;
	color: #d4321a;
	text-decoration: underline;
}
a.RedToLine:visited {
	font-size: 12px;
	color: #d4321a;
	text-decoration: none;
}

.BlackToRed {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
a.BlackToRed:link {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
a.BlackToRed:hover {
	font-size: 14px;
	color: #d4321a;
	text-decoration: none;
}
a.BlackToRed:visited {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

