  a,body{
 	text-decoration: none;
 	font-size: 12px;
 }
 #th1 {
 	font-size: 16px;
 	color: 	#EC631A;
 	background: url('../images/table_top_bg.jpg');
 }
 #th2 {
  	background: url('../images/table_bottom_bg.jpg');  	
 }
 #th3 {
 	font-size: 16px;
 	color: 	#EC631A;
 	background: url('../images/table_bottom_bg.jpg');
 }
 table {
	border-color:#95dbe3;
	border-width:2px;
	border-style:solid;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #191919;
    -webkit-box-shadow: 1px 1px 1px #191919;
    box-shadow: 1px 1px 1px #191919;
 }
 td {
	border-style: solid;
	border-width: 1px 0px 0px 1px;
	border-color: #95dbe3;
 }
 tr {
 	background: #e9f4f5;  		
 }
 pre {
 	background: #ffffff;
 }
 #trAgree {
  	background: #BDE7EC;
 }
 #insertdialog {
 	display: none;
 }