@charset "utf-8";
/* CSS Document */

table.contactus {
	border-width: 3px 3px 3px 3px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: separate;
	background-color: #b4cbd1;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
}
table.contactus th {
	border-width: 2px 2px 2px 2px;
	color:#000000;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: #b4cbd1;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align: right;
	vertical-align: top;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
}
table.contactus td {
	border-width: 2px 2px 2px 2px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: #b4cbd1;
	-moz-border-radius: 0px 0px 0px 0px;
	vertical-align: top;
}