.spotcss {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	border-top-style: none;
}

.stylelink {font-family: "Bauhaus 93"; font-size: 16px; font-weight: bold; color: #333333; }

.topdown {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.down {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.bdown {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.bold2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #E7F1FA;
}
.detail {
	background-color: #E7F1FA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.image {
	border: 2px groove #CCCCCC;
}

