body {
margin: 0px;
padding: 0px;
background-image: url(dot.gif);
}

.t1 {
	border: thin solid #999999;
	background-color: #FFFFFF;
}

.t2 {
	border-top: thin none #999999;
	border-right: thin none #999999;
	border-bottom: thin dotted #999999;
	border-left: thin none #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.t3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}.textlink {
	background-color: #CCCCCC;
	color: #999999;
}
.style3 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.btm {
	list-style-position: inside;
	list-style-type: square;
}
