@import url("LinkTextPlain.css");
.TopBottDotted {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 9pt;
	color: #666666;
	text-align: center;
	width: 450px;
	display: block;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px dotted #999966;
	border-right: 2px #999966;
	border-bottom: 2px dotted #999966;
	border-left: 2px #999966;
}
.counter {
	font-family: "Courier New", Courier, mono;
	font-size: 6pt;
	color: #ffffff;
}
a:visited {
	color: #999966;
}
a:hover {
	text-decoration: underline;
	color: #3399CC;
}
