<!--



body {

	color: #000000;

	font-family: Tahoma;

	font-size: 11pt;

	font-weight: normal;

}


.struct {
	width: 90%;
	height: 100%;
}


table {
	margin-left: 10px;
	empty-cells: show;

	border-collapse: collapse;

}



.tbl_bas {

	width: 95%;

	border: 1px solid #000000;

	border-spacing: 0px;

	background-color: none;

}



.tbl_box {

	width: 600px;

	border: none;

	border-spacing: 0px;

	background-color: none;

}



th {
	height: 50px;

	color: #000000;
	font-family: Tahoma;
	font-size: 11pt;
	border: 1px solid #000000;
	padding: 4px;
	background-color: #66CCCC;

}

td {
	color: #000000;

	font-family: Tahoma;

	font-size: 11pt;

	border: 1px solid #000000;

	padding: 4px;

}


.stru1 { height: 250px; }
.stru2 { height: 200px; }


.tbl_row0 {
	vertical-align: top;

	background-color: #FFFFFF;

}



.tbl_row1 {

	vertical-align: top;

	background-color: #FFFFFF;

}



.tbl_box0 {
	border: none;

	padding: 6px;
	background-color: #66CCCC;

	-moz-border-radius: 12px;

}



.tbl_box1 {

	border: 1px solid #DA0000;

padding: 6px;

	background-color: #FFFFAA;

}



.txt_warn {

	color: #DA0000;

	font-style: italic;

}



.cube {
	width: 20px;
	border: none;

}


.ctrl {

	border: none;

}

.blck form input[type="submit"], .blck form input[type="reset"] {
    	width: 45%;
    	padding: 5px;
 	margin-top: 5px;
    	background-color: #0000B6;
    	border: 0;
    	cursor: pointer;
    	font-weight: bold;
    	color: #ffffff;
    	transition: background-color 0.2s;
}
.blck form input[type="submit"]:hover, .blck form input[type="reset"]:hover {
	background-color: #8927FF;
    	transition: background-color 0.2s;
}

-->
