/* CSS Document */

td {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
}

#hp_box {
	width: 261px;
	margin: 0px auto;
	padding: 0px 0px;
	border: none;
}

#hp_box2 {
	width: 404px;
	margin: 0px 0px;
	padding: 0px 0px;
	border: none;
}

#hp_box .top {
	margin: 0px 0px;
	padding: 0px 0px;
	border: none;
	height: 44px;
}

#hp_box .bottom {
	margin: 0px 0px;
	padding: 0px 0px;
	border: none;
	height: 26px;
	background: url(../images/hp_box_bottom.gif) no-repeat;
}

#hp_box .middle {
	margin: 0px 0px;
	padding: 0px 20px 0px 20px;
	border: none;
	min-height: 112px;
	background: url(../images/hp_box_sides.gif);
	text-align: left;
}

#hp_box2 .top {
	margin: 0px 0px;
	padding: 0px 0px;
	border: none;
	height: 44px;
}

#hp_box2 .bottom {
	margin: 0px 0px;
	padding: 0px 0px;
	border: none;
	height: 44px;
	background: url(../images/hp_box2_bottom.gif) no-repeat;
}

#hp_box2 .middle {
	margin: 0px 0px;
	padding: 0px 20px 0px 20px;
	border: none;
	min-height: 112px;
	background: url(../images/hp_box2_sides.gif);
	text-align: left;
}

.services_top {
	background: url(../images/hp_box_services.gif) no-repeat;
}

.surgery_top {
	background: url(../images/hp_box_surgery.gif) no-repeat;
}

.research_top {
	background: url(../images/hp_box_research.gif) no-repeat;
}

.doctors_top {
	background: url(../images/hp_box_doctors.gif) no-repeat;
}

.coverage_top {
	background: url(../images/hp_box_coverage.gif) no-repeat;
}

a:link {
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}