/* CSS Document */
.contactus {
	background:#EFF7FF;
	padding: 10px;
	border:#067597 2px solid;
	margin-top: 20px;
	width: 98%;
	max-width: 360px;
}
.contactus a{
	text-decoration: none;
}
.contactus a:hover{
	text-decoration:underline;
}
.contactus, .contactus td, .contactus a {
color: #00758C;
}


