/*FONTS*/
.ft_verdana {
	font-family:Verdana, Geneva, sans-serif;
}
.ft_trebuchet {
	font-family:"Trebuchet MS", Verdana, Geneva, sans-serif;
}
.ft_minion_pro, .ft_times {
	font-family:Georgia, "Times New Roman", Times, sans-serif;
}
/**
 * Font Size
 */
.size6 {
	font-size:6px;
	line-height:8px;
}
.size8 {
	font-size:8px;
	line-height:10px;
}
.size10 {
	font-size:10px;
	line-height:12px;
}
.size11 {
	font-size:11px;
	line-height:13px;
}
.size12 {
	/*font-size:12px;*/
	/*line-height:16px;*/
	
	font-size:13px;
	line-height:16px;
}
.size13 {
	font-size:13px;
	line-height:15px;
}
.size14 {
	font-size:14px;
	line-height:16px;
}
.size16 {
	font-size:16px;
	line-height:18px;
}
.size17 {
	font-size:17px;
	line-height:18px;
}
.size18 {
	font-size:18px;
	line-height:20px;
}
.size19 {
	font-size:19px;
	line-height:20px;
}
.size20 {
	font-size:20px;
	line-height:21px;
}
.size22 {
	font-size:22px;
	line-height:24px;
}
.size24 {
	font-size:24px;
	line-height:26px;
}
.size25 {
	font-size:25px;
	line-height:27px;
}
.size28 {
	font-size:28px;
	line-height:30px;
}
.size30 {
	font-size:30px;
	line-height:32px;
}
.size32 {
	font-size:32px;
	line-height:34px;
}
.size36 {
	font-size:36px;
	line-height:38px;
}
.size42 {
	font-size:42px;
	line-height:44px;
}
.size46 {
	font-size:46px;
	line-height:48px;
}
.size57 {
	font-size:57px;
	line-height:59px;
}
.table-content .find-physician-result h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #D93867;
	font-size: 17px;
}
.table-content .find-physician-result h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#d93867;
	font-size:14px;
	line-height:22px;
	padding-top:15px;
}
.table-content .find-physician-result h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #F29716;
	font-size: 14px;
	line-height:22px;
}
.table-content .find-physician-result .physician-img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:8px solid #D4EBF7;
	-moz-box-shadow: 2px 2px 2px #B1BABF;
	-webkit-box-shadow: 2px 2px 2px #B1BABF;
	box-shadow: 2px 2px 2px #B1BABF;
}
