div #table_setting {
	margin-top: 0px;
	padding: 0px;
	position: relative;
	left: 10px;
	}

#lab_table {
	width: 740px;
	
}
#lab_table td p{
	padding-top: 0px;
	margin-top: 0px;
}
#lab_table a:link {
	color: #7C0800;
	text-decoration: none;
}
#lab_table a:visited {
	color: #5E3600;
	text-decoration: none;
	
}
#lab_table A:HOVER {
	color: White;
	background-color: #7C0800;
	text-decoration: none;
	
}

.margin{
	width: 100px;
	padding: 5px;
	background-color: #7C0800;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	font-weight: bold;
	color: White;
	vertical-align: top;
}
.margin .castro {
	font-size:0.75em;
	text-align:left;
	font-weight:normal;

	color:;
	color: #EABF15;

}
.text {
	background-color: White;
	font-size: 12px;
	padding: 5px;
vertical-align: top;
	line-height: 1.3em;
}

.question{
	width: 100%;
	background-color: #95ACCA;
	font-size: 11px;
	padding-left: 4px;
	padding-right: 2px;
}
.text .right{
	float:right;
}

.text tr{
	vertical-align: top;
}
.design {
	background-image: url(../graphics/design_view.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 2px 5px;
	background-color: #99CC99;
	padding: 2px;
	margin: 0px;
}
.designinterior {
	margin-left: 25px;
	padding-left: 5px;
}
.code{
	background-image: url(../graphics/code_view.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 2px 5px;
	background-color: #C2C2E0;
	padding: 2px;
	margin: 0px;
}
.codeinterior{
	margin-left: 25px;
	padding-left: 5px;
}

