table#icc_table {
	width: 800px;
    border-collapse: collapse;
	border: 1px black solid;
}

table#icc_table th {
    padding: 5px;
    border: 1px black solid;
    background: #F5F5F5;
}

table#icc_table td {
    padding: 5px;
    border: 1px black solid;
    background: #F5F5F5;
}

#ptICCT {
	background: url(../image/pt_icct.gif) top left no-repeat;
	width: 700px;   
	height: 40px; 
}

#ptICCT h1 {
  position:relative;
  top:0;
  left:0;
  z-index:-1;
}
