.bunt {
	color: #FFFFFF;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #FFFFFF;
	text-align: center;
}

.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #FFFFFF;
	text-align: left;
  width: 95px;
}

.txt3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #FFFFFF;
	text-align: right;
}

.txt4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #FFFFFF;
	text-align: left;
}

A:link {text-decoration:none; color:#993300; }
A:visited {text-decoration:none; color:#993300; }
A:hover	{text-decoration:none; color:#993300}

a.inner,
a:link.inner {
  text-decoration: underline;
  color: #FFFFFF;
}

a:hover.inner {
  text-decoration: underline;
  color: #999999;
}