.region {
	BORDER-RIGHT: red 1px dotted; BORDER-TOP: red 1px dotted; BORDER-LEFT: red 1px dotted; BORDER-BOTTOM: red 1px dotted
}
.comp {
	BORDER-RIGHT: green 1px dotted; BORDER-TOP: green 1px dotted; BORDER-LEFT: green 1px dotted; BORDER-BOTTOM: green 1px dotted
}
.region SPAN.name {
	PADDING-RIGHT: 5px; DISPLAY: inline; PADDING-LEFT: 5px; PADDING-BOTTOM: 0px; FONT: bold 10px Verdana, arial, sans-serif; COLOR: #fff; PADDING-TOP: 0px; BACKGROUND-COLOR: red
}
.template SPAN.name {
	PADDING-RIGHT: 5px; DISPLAY: inline; PADDING-LEFT: 5px; PADDING-BOTTOM: 0px; FONT: bold 10px Verdana, arial, sans-serif; COLOR: #fff; PADDING-TOP: 0px; BACKGROUND-COLOR: blue
}
.comp SPAN.name {
	DISPLAY: inline; BACKGROUND-COLOR: green
}

