@charset "UTF-8";
/* Special CSS for table rich pages */
#colPlans3{ /* This is seperate style for third column with less margin width */
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	width:590px;
}

#colPlans3 h3,p,ul,table{ /*These margins create the spacing on either side of the paragraphs and paragraph headers.*/
	margin-left:65px;
	margin-right:20px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	color: #333333;
	word-spacing:0.025em;	
}

#colPlans3 h3{
	font-variant: small-caps;
	font-size:14px;
	color:#015838;
	}

table.PlansComp { 
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.7em;
	color: #333333;
	word-spacing:0.025em;
	width: 490px;
	background-color: #fafafa;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;
}


table.PlansComp td.PlansHd { 
	border-bottom: 2px solid #015838;
	background-color: #7aab99;
	font-variant: small-caps;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.7em;
	color: #ffffff;
	word-spacing:0.025em;
	padding-left: 10px;
}

table.PlansComp td.SideHd { 
	border-bottom: 1px dotted #015838;
	background-color: #f9f9f9;
	font-variant: small-caps;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.7em;
	color: #333333;
	word-spacing:0.025em;
	padding-left: 10px;
}

table.PlansComp td { 
	border-bottom: 1px dotted #015838;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.7em;
	color: #333333;
	word-spacing:0.025em;	
	background-color: white;
	text-align: left;
	padding-left: 10px;
}
