@charset "utf-8";
/* CSS Document */

table { margin: 1em; border-collapse: collapse; }
td, th { padding: .3em; border: 1px #99CC33 solid; } 

.border-div{ border: 1px solid #99CC33; width:983px; clear:both; border-collapse:collapse; }
.wrapper-int{
   position: relative;
   width: 983px; overflow:hidden;   border: 1px solid #99CC33;
  /* margin-bottom: 2px;*/ 
}

.wrapper-int1{
   position: relative;
   width: 983px; overflow:hidden;   border: 1px solid #99CC33;
   margin-bottom: 5px; 
}

.total-int{
   position: relative;
   float: left;
   left: 1px;
   width: 983px;
   border: 0px solid #99CC33;
   /*background-color: #828282;*/
}
.left1-int{
   position: static;
   float: left;
   left: 1px; height:100%;
   border: 0px solid #99CC33; overflow:hidden; height:100%; border-top:none; border-bottom:none; border-left:none; border-top:none; border-collapse:collapse;
   width: 490px;
   
   /*background-color: #828282;*/
}
.left2-int{
   position: static;
   float: left;
   left: 50%;
   width: 490px; height:100%;
   border: 1px solid #99CC33; overflow:hidden; height:100%; border-top:none; border-bottom:none; border-right:none; border-top:none;
   /*background-color: #828282*/
}
	
	
.column-int{
   position: relative;
   width: 490px;
  margin-bottom: 2px;
}
.ucl-1{
   position: relative;
   float: left;
   left: 1px;
   width: 245px;
   height: auto;
   /*border: 1px solid #99CC33; border-right:none;
   background-color: #828282;*/
}
.cul-2{
   position: relative;
   float: left;
   left: 3px;
   width: 245px;
   height: auto;
    /*border: 1px solid #99CC33;
  background-color: #828282*/
}	
	
	
	.clear{height:20px; clear:both;}
.Heading-int{font-size:12px; color:#333333; font-weight:600; padding-left:10px; padding-top:20px; line-height:0px;}
.hr{border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3); margin-left:10px; margin-right:10px;}