/* ======================================== */
/*                 h1em                     */
/* ======================================== */
.tn1 {
	float: left;
	padding:30px 0 0 20px;
}

.tn1 h1 {
	float: none!important;
	display: inline;
	padding: 0!important;
	font-size: 10px;!important;
}

.tn1 em {
	visibility: visible;
	font-size: 10px;
	font-style:normal;
	font-weight: bold;
}

.tn1 em a.emlink:link    {text-decoration: none;color: #000000;}
.tn1 em a.emlink:visited {text-decoration: none;color: #000000;}
.tn1 em a.emlink:active  {text-decoration: none;color: #000000;}
.tn1 em a.emlink:hover   {text-decoration: underline;color: #000000;}

.clr {
	clear:both;
	margin-bottom: 0px;
}

/* ======================================== */
/*                 strong                   */
/* ======================================== */
.fRight strong {
	font-weight: normal;
}

.stnormal {
	font-weight: normal;
}

.stbold {
	font-weight: bold;
}

