/* ===================================================== */
/* TxtColer ELEMENT SET */
/* ===================================================== */

.txtListDate{
	color: #666666;
}

.txtListTitle{
	color: #610359;
	font-weight: bold;
}


.txtRedBold{
	color: #CC0033;
	font-weight: bold;
}

.txtWhtBold{
	color: #FFFFFF;
	font-weight: bold;
}

.txtPleBold{
	color: #b07cb6;
	font-weight: bold;
}
.red {
	color:#FF0000;
}
.blue {
	color:#0000FF;
}
.purple {
	color:#9900FF;
}