.txtBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
.txtBody a:link {
	color: #114d89;
	text-decoration : none;
}
.txtBody a:visited {
	color: #114d89;
	text-decoration: none;
}
.txtBody a:hover {
	color: #114d89;
	text-decoration: underline;
}

.txtArticle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
}
.txtArticle a:link {
	color: #114d89;
	text-decoration : none;
}
.txtArticle a:visited {
	color: #114d89;
	text-decoration: none;
}
.txtArticle a:hover {
	color: #114d89;
	text-decoration: underline;
}


.txtHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.txtBodySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.txtBodySmall a:link {
	color: #114d89;
	text-decoration : none;
}
.txtBodySmall a:visited {
	color: #114d89;
	text-decoration: none;
}
.txtBodySmall a:hover {
	color: #114d89;
	text-decoration: underline;
}

.txtBodyLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	line-height: 20px;

}
