@charset "utf-8";
/* CSS Links */

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #0000ff;
}
a:visited {
	text-decoration: none;
	color: #9933ff;
}
a:hover {
	text-decoration: underline;
	color: #0000ff;
}
.nt a:link {
	color: #000000;
	text-decoration: none;
}
.nt a:active {
	text-decoration: none;
	color: #000000;
}
.nt a:visited {
	text-decoration: none;
	color: #000000;
}
.nt a:hover {
	text-decoration: none;
	color: #ffffff;
}
.xt a:link {
	color: #ffff00;
	text-decoration: none;
}
.xt a:active {
	text-decoration: none;
	color: #ffff00;
}
.xt a:visited {
	text-decoration: none;
	color: #ffff00;
}
.xt a:hover {
	text-decoration: underline;
	color: #ffff00;
}
.black a:link {
	color: #000088;
	text-decoration: none;
}
.black a:active {
	text-decoration: none;
	color: #000088;
}
.black a:visited {
	text-decoration: none;
	color: #000088;
}
.black a:hover {
	text-decoration: none;
	color: #000088;
}
.headline {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}
.subhead {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}
