/* ======================================== */
/*                 h1em                     */
/* ======================================== */

#header .tn {
	width:840px;
	text-align:center;
	margin:0;
	padding:0;
}

#header .tn1 {
	width:100%;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header .tn h1,#header .tn1 em {
	display: inline;
}

#header .tn1 em {
	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                   */
/* ======================================== */
.stnormal {
	font-weight: normal;
}

.stbold {
	font-weight: bold;
}

