/* ===================================================== */
/* FONT ELEMENT SET */
/* ===================================================== */

.TxtRed{
	color: #FF3300;
}

.TxtWhite{
	color: #FFFFFF;
}

.TxtU{
	text-decoration:underline;
}

.TxtPurple{
	color: #A9287B;
}

.TxtPurple2{
	color: #A9287B;
	text-decoration:underline;	
}

/* ===================================================== */
/* p ELEMENT SET */
/* ===================================================== */

p.Ttl1 a{
	color: #A9287B;
	font-size:14px;
	font-weight:bold;
}


p.Blue{
	color: #003399;
	font-size:12px;
	line-height:140%;
}

p.Purple{
	color: #A9287B;
	font-size:12px;
	line-height:140%;
}
