@charset "utf-8";
/* CSS Document */

tr, td {margin:0px; padding:0px; border-spacing:0px; width:50%;
}
.tech_table
{
	width:98%;
	margin:0px;
	padding:0px;	
	border-spacing:0px;	
}
.row_1 {
	background-color:#f4f4f4;
	position:relative;
}
.header {
	font-family:tahoma,verdana;
	font-size:14px;
	font-weight:bold;
	color:#feb647;
	padding:8px 0px 0px 20px;	
}
.normal_txt {
	font-family:tahoma, verdana;
	font-size:12px;
	font-weight:normal;
	color:#414141;
	padding:0px 10px 0px 30px;
	height:15px;
	vertical-align:top;
}
.normal_txt2 {
	font-family:tahoma, verdana;
	font-size:11px;
	font-weight:normal;
	color:#666;
	padding:0px 20px 0px 10px;
	height:15px;
	vertical-align:top;
}
div.rel {position:relative; widows:100%; height:100%;}
div.up_left { background-image:url(../img/up_left.gif); width:3px; height:3px; position:absolute; top:0px; left:0px;}
div.down_left { background-image:url(../img/down_left.gif); width:3px; height:3px; position:absolute; bottom:0px; left:0px;}
div.up_right { background-image:url(../img/up_right.gif); width:3px; height:3px; position:absolute; top:0px; right:0px;}
div.down_right { background-image:url(../img/down_right.gif); width:3px; height:3px; position:absolute; bottom:0px; right:0px;}

