/* CSS Document */

table.contactUs
{
	border: none; 
	margin: 0px;
	padding: 0px;
}

table.contactUs td.normalLeft,
table.contactUs td.normalRight,
table.contactUs td.normalLeftRightBottom,
table.contactUs td.headingLeft,
table.contactUs td.headingRight,
table.contactUs td.headingLeftRight
{
	padding: 7px 5px 5px 5px;
}

table.contactUs td.normalLeft,
table.contactUs td.normalLeftRightBottom,
table.contactUs td.headingLeft,
table.contactUs td.headingLeftRight
{
/*	border-left: 1px solid #dfdfdf;*/
}

table.contactUs td.normalRight,
table.contactUs td.normalLeftRightBottom,
table.contactUs td.headingRight,
table.contactUs td.headingLeftRight
{
/*	border-right: 1px solid #dfdfdf;*/
}

table.contactUs td.normalLeftRightBottom
{
/*	border-bottom: 1px solid #dfdfdf;*/
}

table.contactUs td.headingLeft,
table.contactUs td.headingRight,
table.contactUs td.headingLeftRight
{
	background-image: url(/images/page_design/page_structure/shadow_on_yellow.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffcd11;
}

table.contactUs td.normalLeft,
table.contactUs td.normalRight,
table.contactUs td.normalLeftRight,
table.contactUs td.normalLeftRightBottom
{
	background-image: url(/images/page_design/page_structure/shadow_on_white.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
}

