/* Link Text ---------------------------------------------------- */

a.ft {
	color: #666666;
	text-decoration: underline;
}

a.ft:link {
	color: #666666;
	text-decoration: underline;
}

a.ft:visited {
	color: #666666;
	text-decoration: underline;
}

a.ft:hover {
	color:#666666;
	text-decoration: none;
}
/* ------------------------------------------------------------- */

/* Fixed Text -------------------------------------------------- */
.txt10 {
 font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	line-height: 140%;
	color: #666666;
}

.txt12 {
 font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 140%;
	color: #666666;
}

.txt14 {
 font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	line-height: 160%;
	color: #666666;
}
/* ------------------------------------------------------------- */
