/* CSS Document */

.ContactUsTable {
	color:#1B3363;
	font-size:16px;
	text-align:center;
}	

.ContactUsTableHeaderRow {
	height:50px;
	font-size:24px;
	background:#FBF4CA;
}

.ContactUsHeaderCell {
	text-align:center;
	border-top:1px #999999 solid;
	border-left:1px #999999 solid;
}

.ContactUsHeaderLastCell {
	text-align:center;
	border-top:1px #999999 solid;
	border-right:1px #999999 solid;
	border-left:1px #999999 solid;
}

.ContactUsAlternateRowDark {
	background:#7ABEE7;
}

.ContactUsAlternateRowLight {
	background:#EDFCFB;
}

.ContactUsTableCell { 
	height:35px;
	text-align:center;
	border-top:1px #999999 solid;
	border-left:1px #999999 solid;
}

.ContactUsTableLastCell { 
	text-align:center;
	border-top:1px #999999 solid;
	border-left:1px #999999 solid;
	border-right:1px #999999 solid;
}

.ContactUsLastRowCell {
	height:35px;
	text-align:center;
	border-left:1px #999999 solid;
	border-bottom:1px #999999 solid;
	border-top:1px #999999 solid;
}

.ContactUsLastRowLastCell {
	border:1px #999999 solid;
	text-align:center;
}


