body {
	background: White;
	font-family: Arial, "sans-serif";
	font-size: 12px;
}

.intro {
	width: 760px;
	padding: 4px 8px 4px 8px;
	text-align: justify;
}

span.tntitle {
	font: normal 16px "Century Gothic", Arial, "sans-serif";
}

span.tncode {
font: normal 14px "Century Gothic", Arial, "sans-serif";
 
}

li {
	list-style-type: disc;
}
span.headingsml {
	font-family: Arial, "sans-serif";
	font-size: 16px;
	color: Gray;
	font-weight: bold;
}

span.headinglrg {
	font-family: Arial, "sans-serif";
	font-size: 20px;
	color: Gray;
	font-weight: bold;
}

img {
	border: none;
}

#footer {
	width: 778px;
	background: #000000;
	
	float: left;
	padding: 5px 0px 5px 0px;
	vertical-align: middle;
}

#footer a {
	padding-left: 10px;
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .highlight {
	font-size: 11px;
	color: #7776EC;
	padding-left: 10px;
}

#footer .highlight a {
	color: #FF9900;
}

.anchor a {
	color: #000;
	text-decoration: none;
	font-style: italic;
}

.anchor a:hover {
	text-decoration: underline;
	
}