﻿/*----------------------------------------------------*/
.headertable {
	text-align: center;
}
/*----------------------------------------------------*/
.table {
	width: 100%;
}
/*Cells*/
.ccell {
	background-image: url('../images/phone.jpg');
	background-repeat: no-repeat;
	width: 64px;
	height: 145px;
}
.dcell {
	background-image: url('../images/documents.jpg');
	background-repeat: no-repeat;
	width: 64px;
	height: 145px;
}
.lcell {
	background-image: url('../images/hyperlink.jpg');
	background-repeat: no-repeat;
	width: 64px;
	height: 145px;
}
.icell {
	vertical-align: top;
}
/*----------------------------------------------------*/



.tableborderhome {
	border: 1px solid #CCCCCC;
}



.tdseperator {
	border-color: #CECECE;
	border-width: 1px;
	border-bottom-style: solid;
}



