	table.tel{
		width: 750px;
		
		cellspacing: 0px;
		cellpadding: 5px;
		
		border: none;
		border-right: 1px solid #ccc;
		border-left: 0px solid #ccc;
		border-top: 1px solid #ccc;
		border-bottom: 0px solid #ccc;
		
	}
	
	thead.tel{
		background-color: #069;
		color: #fff;
		font-family: verdana;
	}
	
	th{
		font-family: Verdana;
	}
	
	.row-1{
		border-top: none;
		border-bottom: 1px solid #ccc;
		font-family: verdana;
	}
	
	.column-1{
		border-bottom: 1px solid #ccc;
		border-left : 1px solid #ccc;
		text-align: left;
		width: 30%;
	}
	.column-2{
		border-bottom: 1px solid #ccc;
		border-left : 1px solid #ccc;
		text-align: center;
		width: 15%;
	}
	.column-3{
		border-bottom: 1px solid #ccc;
		border-left : 1px solid #ccc;
		text-align: center;
		
	}
	.column-4{
		border-bottom: 1px solid #ccc;
		border-left : 1px solid #ccc;
		text-align: center;
		width: 15%;
	}
	.column-5{
		border-bottom: 1px solid #ccc;
		border-left : 1px solid #ccc;
		text-align: center;
		width: 15%;
	}
	.column-6{
		border-bottom: 1px solid #ccc;
		border-left : 1px solid #ccc;
		text-align: center;
		
	}