.deve_box {
	text-align: left;
	margin: 0px 0px 30px 0px;
}

div.deve_top-bg {
	background-image: url(../images/deve-top.gif); 
	background-repeat: no-repeat; 
	width: 530px;
	height: 15px;
}

div.deve_center-bg {
	background-image: url(../images/deve-center.gif); 
	background-repeat: repeat-y; 
	background-position: center;
	width: 530px;
}

div.deve_bottom-bg {
	background-image: url(../images/deve-bottom.gif); 
	background-repeat: no-repeat; 
	width: 530px;
	height: 20px;
}

.obj-margin { margin: 30px; } 


table#deve {
	margin: 20px 0px 20px 0px;
	padding: 0px; 
	width: 450px; 
	border-collapse: collapse;
	border-spacing: 0px;

}

td#deve {
	margin: 0px;
	padding: 5px 20px 5px 20px; 
	font-size: 9pt; 
	color: #FFFFFF; 
	background-color: #FF9900;
	line-height: 16pt; 
}

.txt {
	margin: 20px 0px 20px 0px;
	font-size: 9pt; 
	line-height: 16pt; 
}

.area {
	margin: 20px 0px 20px 0px;
	font-size: 9pt; 
	line-height: 13pt; 
}

.center { text-align: center; }