html, body  
	{background-color: dimgray;
	background-image:url('images/black.gif');
	 font-size: 10pt; 
	 font-family: verdana, tahoma, arial, helvetica, sans-serif;
	 width:100%;
	 height:100%;
	 margin: 0px; 
	 padding: 0px; 
	 font-size: 10pt;
	}
img 
  {border: 0px;
	}
h1 
	{font-size: 12pt; 
	 font-weight: bold;
	}
h2 
	{font-size: 11pt;
	 font-weight: bold;
	}
h3
	{font-size: 10ptem; 
	 font-weight: bold;
	}
a 
	{color: white; 
	 font-size: 1em;
	}
a:visited 
	{color: white;
	}
a:hover 
	{color: white;
	}

textarea,.textarea{
	width:99%;
	color:white;
}

input,select{
	background-color:darkgray;
	font-size:8pt;
	margin-top:5px;
	border:solid white 1px;
}
	
#table_main
	{margin: 0px; 
	 padding: 0px;
	 text-align: left;
	 width:1024px;
	 height:575px;
	 border: 0px;
	 background-image: url('images/main.jpg');
	 background-repeat: no-repeat;
	}
#table_main_tr
	{margin: 0px; 
	 padding: 0px;
	}
#table_main_td
	{margin: 0px; 
	 padding: 0px;
	 text-align: left;
	 width:100%;
	 height:100%;
	 border:0px;
	 vertical-align:top;
	}
#table_main_frame
	{width:980px;
	 height:400px;
	 border:2px solid #2F4F4F;
	 margin-left:22px;
	 margin-top:165px;
	}
	
#iframe_tpl{
	width:980px;
	height:400px;
	margin: 0px; 
	padding: 0px;
	background-image: url('images/main20.jpg');
	background-repeat:no-repeat;
	font-size:10pt;
	color:white;
	}
#iframe_left{
	width:280px;
	height:340px;
	margin: 0px; 
	padding: 10px;
	border-right: 1px solid #2F4F4F;
	vertical-align:top;
	text-align:justify;
	}
#iframe_middle{
	width:700px;
	height:340px;
	margin: 0px; 
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align:top;
	text-align:justify;
	font-weight:bold;
	}
#iframe_panel{
	width:655px;
	height:315px;
	overflow: auto;
	float:left;

	}
#pane1{
	width:655px;
	height:350px;
	overflow: auto;
	float:left;

	}
	


