#contbod h2 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
	padding:0px 15px 15px 5px;
	font-weight: normal;
	font-size: 1.3em;
	margin: 0px;
	clear: both;
}

#contbod h2 em {
	color: #666;
	font-style: normal;
}


#contbod h2 span {
	color: #01a3c1;
	font-style: normal;
}


#contbod p {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
	background:#FFF;
	padding:0px 5px 5px 5px;
	line-height:18px;
	font-weight: normal;
	font-size: 13px;
	margin: 0px;
	clear: both;
}


table.contactus{
	background:#DBDBDB;
	font-size:12px;
	font-weight:normal;
	width: 550px;
	border:0px dashed #3a2a17;
	}


table.contactus tr{
	height:25px;
	text-align:left;
	}

table.contactus tr td{
	padding-left: 10px;
	padding-right: 2px;
}


input {
	border: solid 1px #80DBDB;
	background-color: #D9F5FD;
	font: Verdana, Arial 14px bold;
	color:#666666
}

textarea {
	border: solid 1px #80DBDB;
	/*background-color: #BDE3F9*/
    background-color: #D9F5FD;

}

#buttonContainer {
	float:left;
	padding:0px;
	margin:10px 10px 10px 0px;
	height:43px;
	text-align:center;
	color:#333;
	}

#buttonLeftBg {
	height:43px;
	float:left;
	width:10px;
	background:url(images/buttonLeftImg.gif) no-repeat;
	}

#buttonCenterBg {
	color:#653703;
	font-weight:normal;
	font-size:13px;
	height:43px;
	float:left;
	width:Auto;
	text-transform:uppercase;
	padding:12px 15px 0px 15px;
	background:url(images/buttonCentreImg.gif) repeat-x;
	}

#buttonCenterBg a{
	text-decoration:none;
	color:#085E6F;
	}

#buttonCenterBg a:hover{
	color:#000;
	}
	
#buttonRightBg {
	height:43px;
	float:left;
	width:10px;
	background:url(images/buttonRightImg.gif) no-repeat;
	}

