body {
	text-align: left;
	vertical-align: top;
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url("");
	background-repeat: repeat-x;
}
form {
	margin: 0px;
}
a {
	text-decoration: underline;
	color: #797F81;
}
.text {
	color: #173f72;
	font-weight: normal;
	line-height: normal;
}
.text_home {
	color: #173f72;
	font-size: 14px;
	line-height: 35px;
	font-weight: bold;
}
.gn {
	text-decoration: none;
	font-size: 12px;
	color: #002E62;
	text-decoration: none;
	font-weight: bold;
}
a.gn {
	text-decoration: underline;
}
.b {
	color: #96669F;
}
a.b {
	color: #96669F;
	text-decoration: underline;
}
.top {
	color: #919698;
	font-size: 11px;
}
a.menu {
	color: #919698;
	text-decoration: underline;
}
.menu {
	color: #919698;
}
.copy {
	font-size: 11px;
	color: #943634;
	text-decoration: none;
}
a.copy {
	font-size: 11px;
	color: #943634;
	text-decoration: underline;
}
.left_links {
	font-size: 11px;
	text-decoration: underline;
	color: #000000;
}
.left_links:hover {
	text-decoration: none;
	color: #943634;
}
ul {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
li {
	list-style-type: none;
	margin-left: -10px;
	padding-top: 5px;
	padding-left: 12px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ol {
	margin: 0px;
	padding-top: 0px;
	padding-left: 40px;
	padding-bottom: 0px;
}
.li_1 {
	list-style: disc;
	background: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
#left_nav UL {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
h1 {
	padding-left: 25px;
	padding-top: 57px;
}
#left_nav LI {
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	list-style-image: none;
	list-style-type: none;
	margin-left: -10px;
	padding-left: 12px;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #CECECE;
}
.dropdown {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000;
}
.activutyHeading {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #707070;
}
.iframe_1 {
	border: 1px solid #999999;
}
.table_border {
	border: 1px solid #333333;
}
.img_about, .img_home, .img_cap_analysis, .imag_cap_edudesign, .img_cap_eduprocess, .img_cap_overview, .img_compliance, .img_sitemap {
	background: url(../images/img_aboutus.jpg) no-repeat right;
	width: 100%;
	height: 442px;
}
.img_home {
	background: url(../images/img_home.jpg) no-repeat right;
}
.img_cap_analysis {
	background: url(../images/img_capabilities.jpg) no-repeat right;
}
.imag_cap_edudesign {
	background: url(../images/img_cap_edu_design.gif) no-repeat right;
}
.img_cap_eduprocess {
	background: url(../images/img_cap_edu_process.gif) no-repeat right;
}
.img_cap_overview {
	background: url(../images/img_cap_edu_overview.jpg) no-repeat right;
}
.img_contactus {
	background: url(../images/img_contactus.jpg) no-repeat right top;
}
.img_sitemap {
	background: url(../images/img_sitemap.jpg) no-repeat right;
}
.img_compliance {
	background: url(../images/img_home.jpg) no-repeat right;
}
.img_activity_reg {
	background-image: url(../images/img_activity_reg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#important {
	display: none;
}
.red_text {
	color: #FF0000;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.red_text2 {
	color: #FF0000;
	font-family: Arial;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
.green_text {
	font-family: Arial;
	color: #006600;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.large_heading {
	color: #000000;
	font-family: Arial;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}
.small_heading {
	color: #000;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
}
.header_text {
	color: #ffffff;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
	font-weight: normal;
}

/** Streaming Button Formatting
==============================================**/
.stream-activity {
	display:flex;
	padding:10px 0;
	align-items:center;
}
.pdf-link {
	flex: 3;
}
.button-link {
	flex: 1;
	text-align: right;
}
@media screen and (max-width:800px) {
	.stream-activity {
		display:flex!important;
		flex-wrap: wrap;
		justify-content: center;
	}
	.pdf-link {
		flex-basis: 100%;
		width:100%;
		text-align:center;
	}
	.button-link {
		flex-basis: 50%;
		padding:20px 0;
		width:100%;
		text-align:center;
	}
}
@media screen and (max-width:480px) {
	.button-link {
		padding:10px 0 0 0;
	}
}

#epa_nav ul {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: right;
}
#epa_nav ul li {
	color: #000;
	font-size: 14px;
	list-style-type: disc;
	padding: 5px 2px;
	background-image: none;
}
#epa_nav ul li .grey {
	color: #666666;
	font-size: 14px;
	list-style-type: disc;
	padding: 5px 2px;
	background-image: none;
}
#epa_nav ul li .blue {
	color: #0000FF;
	font-size: 14px;
	list-style-type: disc;
	padding: 5px 2px;
	background-image: none;
}
#epa_nav1 ul {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;/*float:right;*/

}
#epa_nav1 ul li {
	color: #000;
	font-size: 14px;
	list-style-type: disc;
	padding: 5px 2px;
	background-image: none;
}
#epa_nav1 ul li .grey {
	color: #666666;
	font-size: 14px;
	list-style-type: disc;
	padding: 5px 2px;
	background-image: none;
}
#epa_nav1 ul li .blue {
	color: #0000FF;
	font-size: 14px;
	list-style-type: disc;
	padding: 5px 2px;
	background-image: none;
}
.mi_header_text {
	color: #ffffff;
	font-family: Verdana;
	font-size: 40px;
	text-align: center;
	line-height: 22px;
	font-weight: normal;
	padding-top: 3px;
}
.mi_trackone_header_text {
	color: #ffffff;
	font-family: Verdana;
	font-size: 28px;
	text-align: center;
	line-height: 22px;
	font-weight: normal;
	padding-top: 3px;
}
.mi_tracktwo_header_text {
	color: #ffffff;
	font-family: Verdana;
	font-size: 25px;
	text-align: center;
	line-height: 22px;
	font-weight: normal;
	padding-top: 3px;
}
.header_text_mi {
	color: #008000;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
	font-weight: normal;
}
.header_text_mi_profile1 {
	color: #9c9e3b;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
	font-weight: normal;
}
.header_text_mi_profile2 {
	color: #d05d26;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
	font-weight: normal;
}
.header_text_small {
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
}
.header_text_small_mi {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
}
.color {
	color: #173f72;
}
.color_white {
	color: #ffffff;
}
.color_blue {
	color: #0000ff;
	font-size: 14px;
}
a {
	color: #173f72;
	text-decoration: underline;
}
a:hover {
	color: #173f72;
	text-decoration: none;
}
.eval-table {max-width:779px!important}
.tableBorder {
	border: solid;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}
.ibd_textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #000;
}
.ibd_dropdown {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000;
}
#ibd_nav ul {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: right;
}
#ibd_nav ul li {
	color: #0000FF;
	font-size: 14px;
	list-style-type: disc;
	padding: 5px 2px;
	background-image: none;
}
#ibd_nav ul li .grey {
	color: #666666;
	font-size: 14px;
	list-style-type: disc;
	padding: 5px 2px;
	background-image: none;
}
#ibd_nav ul li .blue {
	color: #0000FF;
	font-size: 14px;
	list-style-type: disc;
	padding: 5px 2px;
	background-image: none;
}
#mi_nav ul {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: right;
}
#mi_nav ul li {
	color: #000;
	font-size: 14px;
	list-style-type: disc;
	padding: 5px 2px;
	background-image: none;
}
#mi_nav ul li .grey {
	color: #666666;
	font-size: 14px;
	list-style-type: disc;
	padding: 5px 2px;
	background-image: none;
}
#mi_nav ul li .blue {
	color: #0000FF;
	font-size: 14px;
	list-style-type: disc;
	padding: 5px 2px;
	background-image: none;
}
#mi_nav1 ul {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;/*float:right;*/

}
#mi_nav1 ul li {
	color: #000;
	font-size: 14px;
	list-style-type: disc;
	padding: 5px 2px;
	background-image: none;
}
#mi_nav1 ul li .grey {
	color: #666666;
	font-size: 14px;
	list-style-type: disc;
	padding: 5px 2px;
	background-image: none;
}
#mi_nav1 ul li .blue {
	color: #0000FF;
	font-size: 14px;
	list-style-type: disc;
	padding: 5px 2px;
	background-image: none;
}
.ibd_dashboard {
	font-size: 14px;
}

/* Multi-Presentation Styles
============================================================================== */
.presentations {display:flex;gap:1em;align-items:flex-start;justify-content:center}
p.text-large {font-size:18px;text-align:center}
a.pres-box {display:block;min-height:135px;border:2px solid #fff; border-radius:3px;box-shadow:0 2px 6px rgba(0,0,0,0.15); background: rgb(226,255,252);
background: radial-gradient(circle, rgba(226,255,252,1) 0%, rgba(143,236,228,1) 100%);color:#131313;text-align:center;font-size:22px;padding:20px;font-weight:bold;text-decoration:none;transition:all 0.5s}
a.pres-box:hover,a.pres-box:focus {transform:scale(1.1);background:#fff;color:#21605a}
@media screen and (max-width:960px){
  .presentations {flex-wrap:wrap;gap:2%}
  a.pres-box {flex-basis:40%;max-width:50%;margin:0 auto 2% auto;min-height:auto}
}
@media screen and (max-width:640px){
  .presentations {gap:0}
  a.pres-box {flex-basis:100%;max-width:100%;margin:0 0 4% 0}
}

/**********************************/
.header_text_bh_green {
	color: #9C9E3B;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
	font-weight: normal;
}
.header_text_bh_orange {
	color: #D05D26;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
	font-weight: normal;
}
.header_text_small_bh {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
}
.ta_textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #000;
}
.ta_dropdown {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000;
}
#ta_nav ul {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 25px;/*float:right;*/

}
#ta_nav ul li {
	color: #0000FF;
	font-size: 14px;
	list-style-type: disc;
	padding: 5px 2px;
	background-image: none;
}
#ta_nav ul li .grey {
	color: #666666;
	font-size: 14px;
	list-style-type: disc;
	padding: 5px 2px;
	background-image: none;
}
#ta_nav ul li .blue {
	color: #0000FF;
	font-size: 14px;
	list-style-type: disc;
	padding: 5px 2px;
	background-image: none;
}
.ta_header_text {
	color: #ffffff;
	font-family: Verdana;
	font-size: 40px;
	text-align: center;
	line-height: 40px;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 11px;
}
img {
	border: none;
}
img a {
	border: none;
}
.celiac_header_bg {
	background: url(../images/celiac_header_bg.jpg) top left no-repeat;
	width: 799px;
	height: 136px;
}
.celiac_header_bg_2 {
	background: url(../images/celiac_header_bg_2.jpg) top left no-repeat;
	width: 955px;
	height: 162px;
}
.celiac_nav {
	background-color: #6db33f;
}
.celiac_nav td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	padding-left: 5px;
	background: url(../celiac/images/bulletBg.jpg) bottom right no-repeat;
}
.celiac_nav td a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
	height: 90px;
}
.celiac_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #000000;
	margin-top: 20px;
}
.celiac_heading_inner {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	font-size: 33px;
	color: #000000;
}
.celiac_heading_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	margin-top: 5px;
}
.celiac_heading_underline {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	font-size: 33px;
	color: #000000;
	text-decoration: underline;
}
.celica_contant ul li {
	list-style: disc;
	background-image: none;
	padding: 0px;
	margin: 0px;
}
#celica_nav {
	font-size: 14px;
	text-decoration: none;
}
#celica_nav ul {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: right;
}
#celica_nav ul li {
	color: #0000FF;
	font-size: 14px;
	list-style-type: disc;
	padding: 5px 2px;
	background-image: none;
}
#celica_nav ul li .grey {
	color: #666666;
	font-size: 14px;
	list-style-type: disc;
	padding: 5px 2px;
	background-image: none;
}
#celica_nav ul li .blue {
	color: #0000FF;
	font-size: 14px;
	list-style-type: disc;
	padding: 5px 2px;
	background-image: none;
}
.celiac_gray-heading {
	color: #060;
	font-size: 14px;
}
.celiac_table_header_background {
	color: #C96;
}
.celiac_table_header_background td {
	color: #C00;
}
.celiac_left_margin {
	margin-left: 30px;
}
.bariatric_header_bg {
	background: url(../images/bariatric_header_bg.jpg) top left no-repeat;
	width: 799px;
	height: 167px;
}
.bariatric_header_bg_2 {
	background: url(../images/bariatric_header_bg2.jpg) top left no-repeat;
	width: 955px;
	height: 199px;
}
.bariatric_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000000;
	text-align: center;
	text-decoration: underline;
}
.bariatric_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	text-align: center;
	text-decoration: underline;
	margin-bottom: 10px;
}
td.border {
	border: 1px #000000 solid;
}
td.blockLink {
	position: relative;
}
td.blockLink a {
	height: 56px;
	width: 100%;
	display: block;
	color: #0070d7;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
}
td.blockLink a span {
	left: 0;
	margin-top: -14px;
	position: absolute;
	top: 50%;
	width: 100%;
	text-decoration: underline;
}
.brown {
	background-color: #c05414;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
.purple {
	background-color: #5E206B;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
.pcmh_blue {
	background-color: #1662B2;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
.gray {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.gray_left {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
}
.white_black {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
.white {
	color: #0070d7;
/*	text-decoration: underline;*/
	font-weight: bold;
	text-align: center;
}
.white a {
	color: #0070d7;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
}
.white_left {
	color: #0070d7;
	text-decoration: underline;
	font-weight: bold;
}
.white_leftUnbold {
	color: #0070d7;
	text-decoration: underline;
}
.white_left a {
	color: #0070d7;
	text-decoration: underline;
	font-weight: bold;
}
.black_orange {
	color: #000000;
	background-color: #F7B46B;
	font-weight: bold;
	text-align: center;
}
.complete {
	color: #00b050;
	background: url(../images/tick.png) top left no-repeat;
	padding-left: 18px;
	font-weight: bold;
	width: 110px;
}
.hormone_complete {
	color: #00b050;
	background: url(../images/tick.png) top left no-repeat;
	padding-left: 18px;
	font-weight: bold;
	width: 250px;
}
.pharm_paradigm_complete {
	color: #bfbfbf;
	background: url(../images/tick.png) top left no-repeat;
	padding-left: 18px;
	font-weight: bold;
	width: 250px;
}
.pharm_paradigm_complete_center {
	color: #bfbfbf;
	background: url(../images/tick.png) top no-repeat;
	padding-left: 18px;
	font-weight: bold;
	width: 250px;
}
.anti_coagulation_complete {
	color: #bfbfbf;
	background: url(../images/tick.png) top left no-repeat;
	padding-left: 18px;
	font-weight: bold;
	width: 250px;
}
.anti_coagulation_complete_center {
	color: #bfbfbf;
	background: url(../images/tick.png) top no-repeat;
	padding-left: 18px;
	font-weight: bold;
	width: 250px;
}
.rems_complete {
	color: #00b050;
	background: url(../images/tick.png) top left no-repeat;
	padding-left: 18px;
	font-weight: bold;
	width: 250px;
}
.complete2 {
	background: url("../images/tick.png") no-repeat scroll 34px 0 transparent;
	color: #00B050;
	font-weight: bold;
	text-align: center;
	width: 110px;
}
.complete3 {
	color: #00B050;
	font-weight: bold;
	text-align: center;
}
.incomplete {
	color: #CC0000;
	font-weight: bold;
}
#bariatric_nav {
	font-size: 14px;
	text-decoration: none;
}
#bariatric_nav ul {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: right;
}
#bariatric_nav ul li {
	color: #0000FF;
	font-size: 14px;
	list-style-type: disc;
	padding: 5px 2px;
	background-image: none;
}
#bariatric_nav ul li .grey {
	color: #666666;
	font-size: 14px;
	list-style-type: disc;
	padding: 5px 2px;
	background-image: none;
}
#bariatric_nav ul li .blue, #bariatric_nav table tr td .blue {
	color: #0000FF;
	font-size: 14px;
	list-style-type: disc;
	padding: 5px 2px;
	background-image: none;
}
.oncology_header_bg {
	background: url(../images/oncology_header_bg.jpg) top left no-repeat;
}
.oncology_header_bg td, .oncology_header_bg_2 td {
	text-align: center;
	vertical-align: middle;
}
.oncology_header_bg_2 {
	background: url(../images/oncology_header_bg2.jpg) top left no-repeat;
}
.oncology_heading_underline {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	font-size: 36px;
	color: #000000;
	text-decoration: underline;
}
.oncology_toolbox_heading {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	font-size: 26px;
	color: #000000;
	text-decoration: underline;
}
.oncology_heading_2 {
	font-size: 18px;
}
.oncology_contant ul li {
	list-style: disc;
	background-image: none;
	padding: 0px;
	margin: 0px;
}
.oncology_content_heading {
	font-size: 18px;
}
.oncology_highlight {
	color: #58196D;
	font-weight: bold;
}
.oncology_highlight_other {
	color: #58196D;
}
.oncology_toolbox_head {
	color: #58196D;
	font-size: 16px;
	font-weight: bold;
}
ol.no_bg {
	background: none;
	list-style: square;
}
.patient_centered_header_bg {
	background: url(../images/patient_centered_header_bg.jpg) top left no-repeat;
	width: 799px;
	height: 167px;
}
.patient_centered_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000000;
	text-align: center;
	text-decoration: underline;
}
.patient_centered_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
}
.crmm {
	margin: 0;
	padding: 0;
}
.crmm_header_bg {
	background: url(../images/collaborate_header_bg.jpg) top left no-repeat;
	width: 800px;
	height: 164px;
}
.crmm_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #ffffff;
	text-align: center;
	text-decoration: underline;
}
.crmm_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}
.crmm_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.crmm_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.crmm_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	font-weight: bold;
}
.collaborate_blue {
	background-color: #732C16;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
.imaging {
	margin: 0;
	padding: 0;
}
.imaging_header_bg {
	background: url(../images/imaging_header_bg.jpg) top left no-repeat;
	width: 800px;
	height: 164px;
}
.imaging_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #ffffff;
	text-align: center;
	text-decoration: underline;
}
.imaging_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}
.imaging_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.imaging_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.imaging_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	font-weight: bold;
}
.imaging_blue {
	background-color: #21888C;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
.raoutcomes {
	margin: 0;
	padding: 0;
}
.raoutcomes_header_bg {
	background: url(../images/raoutcomes_header_bg.jpg) top left no-repeat;
	width: 800px;
	height: 160px;
}
.raoutcomes_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.raoutcomes_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.raoutcomes_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.raoutcomes_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.raoutcomes_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.raoutcomes_blue {
	background-color: #DA5120;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#raoutcomes_ref {
	font-size: 12px;
	text-decoration: none;
}
#raoutcomes_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#raoutcomes_ref ol li {
	list-style-position: inside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.hormone {
	margin: 0;
	padding: 0;
}
.hormone_header_bg {
	background: url(../images/hormone_header_bg.jpg) top left no-repeat;
	width: 800px;
	height: 160px;
}
.hormone_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.hormone_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.hormone_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.hormone_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.hormone_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.hormone_blue {
	background-color: #F4972B;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#hormone_ref {
	font-size: 12px;
	text-decoration: none;
}
#hormone_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#hormone_ref ol li {
	list-style-position: inside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.pharm_paradigm {
	margin: 0;
	padding: 0;
}
.pharm_paradigm_header_bg {
	background: url(../images/Oncology_Website_Header2.jpg) top left no-repeat;
	width: 800px;
}
.pharm_paradigm_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.pharm_paradigm_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.pharm_paradigm_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.pharm_paradigm_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.pharm_paradigm_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.pharm_paradigm_blue {
	background-color: #C6B9FF;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#pharm_paradigm_ref {
	font-size: 12px;
	text-decoration: none;
}
#pharm_paradigm_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#pharm_paradigm_ref ol li {
	list-style-position: inside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.pharm_paradigm_dash1 {
	background-color: #6666FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.pharm_paradigm_dash_gray {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.pharm_paradigm_dash_gray_left {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.pharm_paradigm_dash2 {
	background-color: #CE7487;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.rems {
	margin: 0;
	padding: 0;
}
.rems_header_bg {
	background: url(../images/rems_header_bg.jpg) top left no-repeat;
	width: 800px;
	height: 165px;
}
.rems_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}
.rems_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.rems_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.rems_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.rems_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.rems_blue {
	background-color: #552A69;
	color: #FFF;
	font-weight: bold;
	text-align: right;
}
#rems_ref {
	font-size: 12px;
	text-decoration: none;
}
#rems_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#rems_ref ol li {
	list-style-position: inside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
table.content {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
table.content a img {
	border: none;
}
table.content td.area {
	padding: 10px;
}
.pharm_paradigm {
	margin: 0;
	padding: 0;
}
.anti_coagulation_header_bg {
	background: url(../images/anticoagulation_Website_Header2.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
}
.anti_coagulation_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: underline;
}
.anti_coagulation_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
.anti_coagulation_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.anti_coagulation_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.anti_coagulation_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.anti_coagulation_blue {
	background-color: #9A1310;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#anti_coagulation_ref {
	font-size: 12px;
	text-decoration: none;
}
#anti_coagulation_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#anti_coagulation_ref ol li {
	list-style-position: inside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.anti_coagulation_dash1 {
	background-color: #6666FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.anti_coagulation_dash_gray {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.anti_coagulation_dash_gray_left {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.anti_coagulation_dash2 {
	background-color: #CE7487;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.hcv_header_bg {
	background: url(../images/hcv_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
}
.hcv_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000000;
	text-align: center;
	text-decoration: underline;
}
.hcv_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000000;
	text-align: center;
	text-decoration: none;
}
.hcv_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.hcv_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.hcv_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.hcv_blue {
	background-color: #7E69AD;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#hcv_ref {
	font-size: 12px;
	text-decoration: none;
}
#hcv_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#hcv_ref ol li {
	list-style-position: inside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.hcv_dash1 {
	background-color: #6666FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.hcv_dash_gray {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.hcv_dash_gray_left {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.hcv_dash2 {
	background-color: #CE7487;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.aco_header_bg {
	background: url(../images/aco_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
}
.aco_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: underline;
}
.aco_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
.aco_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.aco_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.aco_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.aco_blue {
	background-color: #291749;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#aco_ref {
	font-size: 12px;
	text-decoration: none;
}
#aco_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#aco_ref ol li {
	list-style-position: inside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.aco_dash1 {
	background-color: #6666FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.aco_dash_gray {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.aco_dash_gray_left {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.aco_dash2 {
	background-color: #291749;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.mdd_header_bg {
	background: url(../images/mdd_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
}
.mdd_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: underline;
}
.mdd_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
.mdd_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.mdd_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.mdd_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.mdd_blue {
	background-color: #1E8B74;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#mdd_ref {
	font-size: 12px;
	text-decoration: none;
}
#mdd_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#mdd_ref ol li {
	list-style-position: inside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.mdd_dash1 {
	background-color: #6666FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.mdd_dash_gray {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.mdd_dash_gray_left {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.mdd_dash2 {
	background-color: #1E8B74;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.incomplete_center {
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}
.my_header_bg {
	background: url(../images/myeloma_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
}
.my_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000000;
	text-align: center;
	text-decoration: underline;
}
.my_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000000;
	text-align: center;
	text-decoration: none;
}
.my_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.my_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.my_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.my_blue {
	background-color: #3fb988;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#my_ref {
	font-size: 12px;
	text-decoration: none;
}
#my_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#my_ref ol li {
	list-style-position: inside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.my_dash1 {
	background-color: #6666FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.my_dash_gray {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.my_dash_gray_left {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.my_dash2 {
	background-color: #291749;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.ai_header_bg {
	background: url(../images/ai_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
}
.ai_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}
.ai_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.ai_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.ai_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.ai_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.ai_blue {
	background-color: #3f447b;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#ai_ref {
	font-size: 12px;
	text-decoration: none;
}
#ai_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#ai_ref ol li {
	list-style-position: inside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.ai_dash1 {
	background-color: #6666FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.ai_dash_gray {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.ai_dash_gray_left {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.ai_dash2 {
	background-color: #291749;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.nccn_header_bg {
	background: url(../images/nccn_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
}
.nccn_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}
.nccn_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.nccn_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.nccn_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.nccn_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.nccn_blue {
	background-color: #b51b23;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#nccn_ref {
	font-size: 12px;
	text-decoration: none;
}
#nccn_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#nccn_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.nccn_dash1 {
	background-color: #6666FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.nccn_dash_gray {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.nccn_dash_gray_left {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.nccn_dash2 {
	background-color: #291749;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.ash_header_bg {
	background: url(../images/ash_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
}
.ash_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}
.ash_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.ash_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.ash_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.ash_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.ash_blue {
	background-color: #70000e;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#ash_ref {
	font-size: 12px;
	text-decoration: none;
}
#ash_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#ash_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.ash_dash1 {
	background-color: #6666FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.ash_dash_gray {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.ash_dash_gray_left {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.ash_dash2 {
	background-color: #291749;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.bodyBG {
	background-color: #BFBFBF;
}
.tableBG {
	background-color: #FFF;
}
.gh_header_bg {
	background: url(../images/gh_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
}
.gh_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.gh_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.gh_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.gh_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.gh_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.gh_blue {
	background-color: #142855;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#gh_ref {
	font-size: 12px;
	text-decoration: none;
}
#gh_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#gh_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.gh_dash1 {
	background-color: #6666FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.gh_dash_gray {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.gh_dash_gray_left {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.gh_dash2 {
	background-color: #291749;
	color: #FFFFFF;
	font-weight: bold;
    text-align:center;
}
.gh_dash_yellow {
	background-color: #ffcd55;
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
.hcvweb_header_bg {
	background: url(../images/hcvweb_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 109px;
}
.hcvweb_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #fff;
	text-align: center;
	text-decoration: underline;
}
.hcvweb_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.hcvweb_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.hcvweb_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.hcvweb_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.hcvweb_blue {
	background-color: #003c32;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#gh_ref {
	font-size: 12px;
	text-decoration: none;
}
#hcvweb_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#hcvweb_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.hcvweb_dash1 {
	background-color: #6666FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.hcvweb_dash_gray {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.hcvweb_dash_gray_left {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.hcvweb_dash2 {
	background-color: #291749;
	color: #FFFFFF;
	font-weight: bold;
    text-align:center;
}
.hcvweb_dash_yellow {
	background-color: #ffcd55;
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
.cvc_header_bg {
	background: url(../images/cvc_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
}
.cvc_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.cvc_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.cvc_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.cvc_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.cvc_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.cvc_blue {
	background-color: #3e1e50;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#cvc_ref {
	font-size: 12px;
	text-decoration: none;
}
#cvc_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#cvc_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.cvc_dash1 {
	background-color: #6666FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.cvc_dash_gray {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.cvc_dash_gray_left {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.cvc_dash2 {
	background-color: #291749;
	color: #FFFFFF;
	font-weight: bold;
    text-align:center;
}
.cvc_dash_yellow {
	background-color: #ffcd55;
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
.mmg_header_bg {
	background: url(../images/mmg_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
}
.mmg_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: left;
	text-decoration: underline;
}
.mmg_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.mmg_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.mmg_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.mmg_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.mmg_blue {
	background-color: #9e1d21;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#mmg_ref {
	font-size: 12px;
	text-decoration: none;
}
#mmg_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#mmg_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.mmg_dash1 {
	background-color: #6666FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.mmg_dash_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.mmg_dash_gray_left {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.mmg_dash2 {
	background-color: #291749;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.obesityweb_header_bg {
	background: url(../images/obesityweb_header.jpg) top left no-repeat;
	width: 800px;
	height: 109px;
}
.obesityweb_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #fff;
	text-align: center;
	text-decoration: underline;
}
.obesityweb_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.obesityweb_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.obesityweb_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.obesityweb_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.obesityweb_blue {
	background-color: #457394;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#obesityweb_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#obesityweb_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.obesityweb_dash1 {
	background-color: #6666FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.obesityweb_dash_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.obesityweb_dash_gray_left {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.obesityweb_dash2 {
	background-color: #291749;
	color: #FFFFFF;
	font-weight: bold;
    text-align:center;
}
.obesityweb_dash_yellow {
	background-color: #ffcd55;
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
.ma_header_bg {
	background: url(../images/ma_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
}
.ma_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: left;
	text-decoration: underline;
}
.ma_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: left;
	text-decoration: none;
}
.ma_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: left;
	margin-bottom: 10px;
	text-decoration: none;
}
.ma_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: left;
	margin-bottom: 10px;
	text-decoration: underline;
}
.ma_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.ma_blue {
	background-color: #95b73e;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#ma_ref {
	font-size: 12px;
	text-decoration: none;
}
#ma_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#ma_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.ma_dash1 {
	background-color: #6666FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.ma_dash_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.ma_dash_gray_left {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.ma_dash2 {
	background-color: #291749;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.an_header_bg {
	background: url(../images/an_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
}
.an_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}
.an_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.an_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.an_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.an_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.an_blue {
	background-color: #3d4961;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#an_ref {
	font-size: 12px;
	text-decoration: none;
}
#an_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#an_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.an_dash1 {
	background-color: #6666FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.an_dan_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.an_dan_yellow {
	background-color: #fde3a1;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.an_dan_pink {
	background-color: #efbab7;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.an_dan_gray_left {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.an_dash2 {
	background-color: #291749;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.mms_header_bg {
	background: url(../images/mms_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
}
.mms_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: left;
	text-decoration: underline;
}
.mms_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: left;
	text-decoration: none;
}
.mms_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: left;
	margin-bottom: 10px;
	text-decoration: none;
}
.mms_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: left;
	margin-bottom: 10px;
	text-decoration: underline;
}
.mms_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.mms_blue {
	background-color: #cf602b;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#mms_ref {
	font-size: 12px;
	text-decoration: none;
}
#mms_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#mms_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.mms_dash1 {
	background-color: #6666FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.mms_dash_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.mms_dash_gray_left {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.mms_dash2 {
	background-color: #291749;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.nccn14_header_bg {
	background: url(../images/nccn14_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
}
.nccn14_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}
.nccn14_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.nccn14_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.nccn14_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.nccn14_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.nccn14_blue {
	background-color: #b51b23;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#nccn14_ref {
	font-size: 12px;
	text-decoration: none;
}
#nccn14_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#nccn14_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.nccn14_dash1 {
	background-color: #6666FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.nccn14_dash_gray {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.nccn14_dash_gray_left {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.nccn14_dash2 {
	background-color: #291749;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.hcv14_header_bg {
	background: url(../images/hcv14_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
}
.hcv14_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}
.hcv14_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.hcv14_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.hcv14_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.hcv14_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.hcv14_blue {
	background-color: #382881;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#hcv14_ref {
	font-size: 12px;
	text-decoration: none;
}
#hcv14_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#hcv14_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.hcv14_dash1 {
	background-color: #6666FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.hcv14_dash_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.hcv14_dash_gray_left {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.hcv14_dash2 {
	background-color: #291749;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.ash14_header_bg {
	background: url(../images/ash14_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
}
.ash14_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}
.ash14_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.ash14_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.ash14_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.ash14_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.ash14_blue {
	background-color: #b51b23;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#ash14_ref {
	font-size: 12px;
	text-decoration: none;
}
#ash14_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#ash14_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.ash14_dash1 {
	background-color: #6666FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.ash14_dash_gray {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.ash14_dash_gray_left {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.ash14_dash2 {
	background-color: #291749;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.hcvwa_header_bg {
	background: url(../images/hcvwa_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
}
.hcvwa_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}
.hcvwa_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.hcvwa_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.hcvwa_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.hcvwa_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.hcvwa_blue {
	background-color: #0f6fc4;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#hcvwa_ref {
	font-size: 12px;
	text-decoration: none;
}
#hcvwa_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#hcvwa_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.hcvwa_dash1 {
	background-color: #6666FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.hcvwa_dash_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.hcvwa_dash_gray_left {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.hcvwa_dash2 {
	background-color: #291749;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.mmact_header_bg {
	background: url(../images/mmact_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
}
.mmact_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.mmact_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.mmact_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.mmact_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.mmact_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.mmact_blue {
	background-color: #642e90;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#mmact_ref {
	font-size: 12px;
	text-decoration: none;
}
#mmact_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#mmact_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.mmact_dash1 {
	background-color: #6666FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.mmact_dash_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.mmact_dash_gray_left {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.mmact_dash2 {
	background-color: #291749;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.psd_header_bg {
	background: url(../images/psd_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
}
.psd_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}
.psd_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.psd_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.psd_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.psd_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.psd_blue {
	background-color: #061b38;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#psd_ref {
	font-size: 12px;
	text-decoration: none;
}
#psd_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#psd_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.psd_dash1 {
	background-color: #6666FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.psd_dash_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.psd_dash_gray_left {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.psd_dash2 {
	background-color: #291749;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.bigd_header_bg {
	background: url(../images/bigd_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
}
.bigd_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.bigd_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.bigd_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.bigd_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.bigd_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.bigd_blue {
	background-color: #6a4a9d;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#bigd_ref {
	font-size: 12px;
	text-decoration: none;
}
#bigd_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#bigd_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.bigd_dash1 {
	background-color: #6666FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.bigd_dash_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.bigd_dash_gray_left {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.bigd_dash2 {
	background-color: #291749;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.bigd_module_header{
	background-color: #f1f6f9;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

.mcml_header_bg {
	background: url(../images/mcml_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
}
.mcml_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}
.mcml_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.mcml_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.mcml_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.mcml_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.mcml_blue {
	background-color: #9b7c39;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#mcml_ref {
	font-size: 12px;
	text-decoration: none;
}
#mcml_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#mcml_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.mcml_dash1 {
	background-color: #6666FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.mcml_dash_gray {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.mcml_dash_gray_left {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.mcml_dash2 {
	background-color: #291749;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.mac_header_bg {
	background: url(../images/mac_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 109px;
}
.mac_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}
.mac_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.mac_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.mac_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.mac_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.mac_blue {
	background-color: #58174d;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#mac_ref {
	font-size: 12px;
	text-decoration: none;
}
#mac_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#mac_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.mac_dash1 {
	background-color: #6666FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.mac_dash_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.mac_dash_gray_left {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.mac_dash2 {
	background-color: #291749;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}




.mcopd_header_bg {
	background: url(../images/mcopd_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 111px;
}
.mcopd_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}
.mcopd_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.mcopd_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.mcopd_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.mcopd_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.mcopd_blue {
	background-color: #b22f41;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#mcopd_ref {
	font-size: 12px;
	text-decoration: none;
}
#mcopd_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#mcopd_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.mcopd_dash1 {
	background-color: #6666FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.mcopd_dash_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.mcopd_dash_gray_left {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.mcopd_dash2 {
	background-color: #291749;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.mra_header_bg {
	background: url(../images/mra_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
}
.mra_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}
.mra_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.mra_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.mra_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.mra_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.mra_blue {
	background-color: #003954;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#mra_ref {
	font-size: 12px;
	text-decoration: none;
}
#mra_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#mra_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.mra_dash1 {
	background-color: #6666FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.mra_dash_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.mra_dash_gray_left {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.mra_dash2 {
	background-color: #291749;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.mmp_header_bg {
	background: url(../images/mmp_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 108px;
}
.mmp_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}
.mmp_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.mmp_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.mmp_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.mmp_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.mmp_blue {
	background-color: #6a31ef;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#mmp_ref {
	font-size: 12px;
	text-decoration: none;
}
#mmp_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#mmp_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.mmp_dash1 {
	background-color: #6666FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.mmp_dash_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.mmp_dash_gray_left {
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.mmp_dash2 {
	background-color: #291749;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.pdap_header_bg {
	background: url(../images/pdap_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
}
.pdap_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}
.pdap_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.pdap_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.pdap_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.pdap_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.pdap_blue {
	background-color: #0a6c2f;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#pdap_ref {
	font-size: 12px;
	text-decoration: none;
}
#pdap_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#pdap_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.pdap_dash1 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.pdap_dash_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.pdap_dash_gray_left {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.pdap_dash2 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.mps_header_bg {
	background: url(../images/mps_Website_Header.jpg) top left no-repeat;
	width: 1200px;
	height: 123px;
}
.mps_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}
.mps_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.mps_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.mps_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.mps_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

.mmm_header_bg {
	background: url(../images/mmm_Website_Header.jpg) top left no-repeat;
	width: 1200px;
	height: 123px;
}
.mmm_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}
.mmm_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.mmm_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.mmm_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.mmm_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

.hsp_header_bg {
	background: url(../images/hsp_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
}
.hsp_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.hsp_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.hsp_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.hsp_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.hsp_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.hsp_blue {
	background-color: #0a6c2f;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#hsp_ref {
	font-size: 12px;
	text-decoration: none;
}
#hsp_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#hsp_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.hsp_dash1 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.hsp_dash_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.hsp_dash_gray_left {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.hsp_dash2 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.hmcrb_header_bg {
	background: url(../images/hmcrb_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
}
.hmcrb_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.hmcrb_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.hmcrb_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:45px !important;
}
.hmcrb_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.hmcrb_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.hmcrb_blue {
	background-color: #0a6c2f;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#hmcrb_ref {
	font-size: 12px;
	text-decoration: none;
}
#hmcrb_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#hmcrb_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.hmcrb_dash1 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.hmcrb_dash_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.hmcrb_dash_gray_left {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.hmcrb_dash2 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.optm_header_bg {
	background: url(../images/optm_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
}
.optm_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;

	color: #000;
	text-align: center;
	text-decoration: underline;
}
.optm_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.optm_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:45px !important;
}
.optm_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.optm_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.optm_blue {
	background-color: #0a6c2f;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#optm_ref {
	font-size: 12px;
	text-decoration: none;
}
#optm_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#optm_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.optm_dash1 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.optm_dash_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.optm_dash_gray_left {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.optm_dash2 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.clm_header_bg {
	background: url(../images/clm_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
}
.clm_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;

	color: #000;
	text-align: center;
	text-decoration: underline;
}
.clm_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.clm_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:45px !important;
}
.clm_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.clm_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.clm_blue {
	background-color: #0a6c2f;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#clm_ref {
	font-size: 12px;
	text-decoration: none;
}
#clm_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#clm_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.clm_dash1 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.clm_dash_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.clm_dash_gray_left {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.clm_dash2 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}





.hma_header_bg {
	background: url(../images/hma_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
}
.hma_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.hma_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.hma_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:45px !important;
}
.hma_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.hma_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.hma_blue {
	background-color: #0a6c2f;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#hma_ref {
	font-size: 12px;
	text-decoration: none;
}
#hma_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#hma_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.hma_dash1 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.hma_dash_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.hma_dash_gray_left {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.hma_dash2 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}




.str_header_bg {
	background: url(../images/str_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
}
.str_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.str_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.str_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:45px !important;
}
.str_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.str_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.str_blue {
	background-color: #0a6c2f;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#str_ref {
	font-size: 12px;
	text-decoration: none;
}
#str_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#str_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.str_dash1 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.str_dash_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.str_dash_gray_left {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.str_dash2 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}


.specph_header_bg {
	background: url(../images/specph_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
}
.specph_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.specph_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.specph_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:45px !important;
}
.specph_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.specph_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.specph_blue {
	background-color: #0a6c2f;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#specph_ref {
	font-size: 12px;
	text-decoration: none;
}
#specph_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#specph_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.specph_dash1 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.specph_dash_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.specph_dash_gray_left {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.specph_dash2 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.hce_header_bg {
	background: url(../images/hce_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
}
.hce_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;

	color: #000;
	text-align: center;
	text-decoration: underline;
}
.hce_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.hce_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.hce_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.hce_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.hce_blue {
	background-color: #0a6c2f;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#hce_ref {
	font-size: 12px;
	text-decoration: none;
}
#hce_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#hce_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.hce_dash1 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.hce_dash_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.hce_dash_gray_left {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.hce_dash2 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.thrce_header_bg {
	background: url(../images/thrce_Website_Header.jpg) top left no-repeat;
	width: 1200px;
	height: 123px;
}
.thrce_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.thrce_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.thrce_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
.thrce_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.thrce_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.bptl_header_bg {
	background: url(../images/bptl_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
}
.bptl_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.bptl_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.bptl_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:45px !important;
}
.bptl_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.bptl_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.bptl_blue {
	background-color: #0a6c2f;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#bptl_ref {
	font-size: 12px;
	text-decoration: none;
}
#bptl_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#bptl_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.bptl_dash1 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.bptl_dash_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.bptl_dash_gray_left {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.bptl_dash2 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.hspa_header_bg {
	background: url(../images/hspa_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
}
.hspa_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.hspa_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.hspa_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:45px !important;
	display:block;
}
.hspa_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.hspa_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.hspa_blue {
	background-color: #0a6c2f;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#hspa_ref {
	font-size: 12px;
	text-decoration: none;
}
#hspa_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#hspa_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.hspa_dash1 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.hspa_dash_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.hspa_dash_gray_left {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.hspa_dash2 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.hcma_header_bg {
	background: url(../images/hcma_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
}
.hcma_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.hcma_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.hcma_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:45px !important;
	display:block;
}
.hcma_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.hcma_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.hcma_blue {
	background-color: #0a6c2f;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#hcma_ref {
	font-size: 12px;
	text-decoration: none;
}
#hcma_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#hcma_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.hcma_dash1 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.hcma_dash_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.hcma_dash_gray_left {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.hcma_dash2 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.ccme_header_bg {
	background: url(../images/ccme_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
}
.ccme_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #fff;
	text-align: center;
	text-decoration: underline;
}
.ccme_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.ccme_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:45px !important;
	display:block;
}
.ccme_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.ccme_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.ccme_blue {
	background-color: #0a6c2f;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#ccme_ref {
	font-size: 12px;
	text-decoration: none;
}
#ccme_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#ccme_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.ccme_dash1 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.ccme_dash_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.ccme_dash_gray_left {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.ccme_dash2 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.mmc_header_bg {
	background: url(../images/mmc_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
}
.mmc_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #fff;
	text-align: center;
	text-decoration: underline;
}
.mmc_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.mmc_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:45px !important;
	display:block;
}
.mmc_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.mmc_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.mmc_blue {
	background-color: #0a6c2f;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#mmc_ref {
	font-size: 12px;
	text-decoration: none;
}
#mmc_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#mmc_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.mmc_dash1 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.mmc_dash_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.mmc_dash_gray_left {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.mmc_dash2 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.ccct_header_bg {
	background: url(../images/ccct_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
}
.ccct_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #fff;
	text-align: center;
	text-decoration: underline;
}
.ccct_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.ccct_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:45px !important;
	display:block;
}
.ccct_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.ccct_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.ccct_blue {
	background-color: #0a6c2f;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#ccct_ref {
	font-size: 12px;
	text-decoration: none;
}
#ccct_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#ccct_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.ccct_dash1 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.ccct_dash_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.ccct_dash_gray_left {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.ccct_dash2 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.cucm_header_bg {
	background: url(../images/cucm_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
}
.cucm_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #fff;
	text-align: center;
	text-decoration: underline;
}
.cucm_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.cucm_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:45px !important;
	display:block;
}
.cucm_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.cucm_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.cucm_blue {
	background-color: #0a6c2f;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#cucm_ref {
	font-size: 12px;
	text-decoration: none;
}
#cucm_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#cucm_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.cucm_dash1 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.cucm_dash_gray {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.cucm_dash_gray_left {
	background-color: #ffcd55;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.cucm_dash2 {
	background-color: #ffcd55;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.odccm_header_bg {
	background: #f2f2f2;
	width: 800px;
	height: 120px;
	background-size: cover;
	border-bottom:3px #40c2ca solid;
}
.odccm_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.odccm_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.odccm_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:45px !important;
	display:block;
}
.odccm_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.odccm_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.odccm_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#odccm_ref {
	font-size: 12px;
	text-decoration: none;
}
#odccm_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#odccm_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.odccm_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.odccm_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.odccm_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.odccm_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.ibdt_header_bg {
	background: #f2f2f2;
	width: 800px;
	height: 120px;
	background-size: cover;
	border-bottom:3px #40c2ca solid;
}
.ibdt_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.ibdt_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.ibdt_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:45px !important;
	display:block;
}
.ibdt_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.ibdt_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.ibdt_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#ibdt_ref {
	font-size: 12px;
	text-decoration: none;
}
#ibdt_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#ibdt_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.ibdt_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.ibdt_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.ibdt_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.ibdt_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.mpb_header_bg {
	background: #f2f2f2 url(../images/mpb_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
}
.mpb_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.mpb_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.mpb_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:45px !important;
	display:block;
}
.mpb_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.mpb_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.mpb_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#mpb_ref {
	font-size: 12px;
	text-decoration: none;
}
#mpb_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#mpb_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.mpb_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.mpb_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.mpb_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.mpb_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.cgma_header_bg {
	background: #f2f2f2 url(../images/cgma_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
}
.cgma_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.cgma_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.cgma_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:45px !important;
	display:block;
}
.cgma_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.cgma_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.cgma_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#cgma_ref {
	font-size: 12px;
	text-decoration: none;
}
#cgma_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#cgma_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.cgma_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.cgma_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.cgma_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.cgma_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.cgcp_header_bg {
	background: #f2f2f2 url(../images/cgcp_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
}
.cgcp_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.cgcp_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.cgcp_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:45px !important;
	display:block;
}
.cgcp_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.cgcp_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.cgcp_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#cgcp_ref {
	font-size: 12px;
	text-decoration: none;
}
#cgcp_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#cgcp_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.cgcp_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.cgcp_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.cgcp_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.cgcp_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.tvrt_header_bg {
	background: #f2f2f2 url(../images/tvrt_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
}
.tvrt_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.tvrt_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.tvrt_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:45px !important;
	display:block;
}
.tvrt_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.tvrt_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.tvrt_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#tvrt_ref {
	font-size: 12px;
	text-decoration: none;
}
#tvrt_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#tvrt_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.tvrt_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.tvrt_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.tvrt_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.tvrt_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.rcgm_header_bg {
	background: #f2f2f2 url(../images/rcgm_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
}
.rcgm_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.rcgm_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.rcgm_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:45px !important;
	display:block;
}
.rcgm_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.rcgm_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.rcgm_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#rcgm_ref {
	font-size: 12px;
	text-decoration: none;
}
#rcgm_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#rcgm_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.rcgm_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.rcgm_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.rcgm_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.rcgm_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.rwvb_header_bg {
	background: #f2f2f2 url(../images/rwvb_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
}
.rwvb_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.rwvb_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.rwvb_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:45px !important;
	display:block;
}
.rwvb_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.rwvb_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.rwvb_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#rwvb_ref {
	font-size: 12px;
	text-decoration: none;
}
#rwvb_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#rwvb_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.rwvb_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.rwvb_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.rwvb_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.rwvb_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** DRDME Outcomes Styles
======================================================================**/
.drdme_header_bg {
	background: #f2f2f2 url(../images/drdme_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
	padding: 0!important;
}
.drdme_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.drdme_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.drdme_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:30px !important;
	display:block;
}
.drdme_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.drdme_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.drdme_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#drdme_ref {
	font-size: 12px;
	text-decoration: none;
}
#drdme_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#drdme_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.drdme_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.drdme_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.drdme_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.drdme_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** MCE: AMD Activity Styles
======================================================================**/
.spamd_header_bg {
	background: #f2f2f2 url(../images/spamd_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
	padding: 0!important;
}
.spamd_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.spamd_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.spamd_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:30px !important;
	display:block;
}
.spamd_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.spamd_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.spamd_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#spamd_ref {
	font-size: 12px;
	text-decoration: none;
}
#spamd_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#spamd_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.spamd_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.spamd_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.spamd_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.spamd_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** MCE: RVO Activity Styles
======================================================================**/
.sprvo_header_bg {
	background: #f2f2f2 url(../images/sprvo_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
	padding: 0!important;
}
.sprvo_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.sprvo_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.sprvo_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:30px !important;
	display:block;
}
.sprvo_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.sprvo_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.sprvo_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#sprvo_ref {
	font-size: 12px;
	text-decoration: none;
}
#sprvo_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#sprvo_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.sprvo_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.sprvo_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.sprvo_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.sprvo_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** CSE1 Styles
======================================================================**/
.cse1_header_bg {
	background: #f2f2f2 url(../images/cse1_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
	padding: 0!important;
}
.cse1_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.cse1_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.cse1_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:20px !important;
	display:block;
}
.cse1_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.cse1_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.cse1_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#cse1_ref {
	font-size: 12px;
	text-decoration: none;
}
#cse1_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#cse1_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.cse1_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.cse1_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.cse1_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.cse1_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** CSE2 Styles
======================================================================**/
.cse2_header_bg {
	background: #f2f2f2 url(../images/cse2_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
	padding: 0!important;
}
.cse2_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.cse2_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.cse2_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:20px !important;
	display:block;
}
.cse2_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.cse2_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.cse2_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#cse2_ref {
	font-size: 12px;
	text-decoration: none;
}
#cse2_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#cse2_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.cse2_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.cse2_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.cse2_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.cse2_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** CSE3 Styles
======================================================================**/
.cse3_header_bg {
	background: #f2f2f2 url(../images/cse3_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
	padding: 0!important;
}
.cse3_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.cse3_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.cse3_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:20px !important;
	display:block;
}
.cse3_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.cse3_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.cse3_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#cse3_ref {
	font-size: 12px;
	text-decoration: none;
}
#cse3_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#cse3_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.cse3_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.cse3_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.cse3_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.cse3_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** RVOIG Styles
======================================================================**/
.rvoig_header_bg {
	background: #f2f2f2 url(../images/rvoig_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
	padding: 0!important;
}
.rvoig_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.rvoig_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.rvoig_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:20px !important;
	display:block;
}
.rvoig_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.rvoig_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.rvoig_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#rvoig_ref {
	font-size: 12px;
	text-decoration: none;
}
#rvoig_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#rvoig_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.rvoig_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.rvoig_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.rvoig_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.rvoig_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** AMDIG Styles
======================================================================**/
.amdig_header_bg {
	background: #f2f2f2 url(../images/amdig_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
	padding: 0!important;
}
.amdig_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.amdig_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.amdig_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:20px !important;
	display:block;
}
.amdig_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.amdig_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.amdig_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#amdig_ref {
	font-size: 12px;
	text-decoration: none;
}
#amdig_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#amdig_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.amdig_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.amdig_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.amdig_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.amdig_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** CASE4 Styles
======================================================================**/
.cse4_header_bg {
	background: #f2f2f2 url(../images/cse4_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
	padding: 0!important;
}
.cse4_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.cse4_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.cse4_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:20px !important;
	display:block;
}
.cse4_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.cse4_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.cse4_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#cse4_ref {
	font-size: 12px;
	text-decoration: none;
}
#cse4_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#cse4_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.cse4_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.cse4_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.cse4_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.cse4_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** CASE5 Styles
======================================================================**/
.cse5_header_bg {
	background: #f2f2f2 url(../images/cse5_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
	padding: 0!important;
}
.cse5_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.cse5_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.cse5_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:20px !important;
	display:block;
}
.cse5_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.cse5_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.cse5_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#cse5_ref {
	font-size: 12px;
	text-decoration: none;
}
#cse5_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#cse5_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.cse5_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.cse5_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.cse5_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.cse5_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** CASE6 Styles
======================================================================**/
.cse6_header_bg {
	background: #f2f2f2 url(../images/cse6_Website_Header.jpg) top left no-repeat;
	width: 800px;
	height: 123px;
	background-size: cover;
	padding: 0!important;
}
.cse6_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.cse6_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.cse6_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:20px !important;
	display:block;
}
.cse6_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.cse6_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.cse6_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#cse6_ref {
	font-size: 12px;
	text-decoration: none;
}
#cse6_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#cse6_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.cse6_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.cse6_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.cse6_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.cse6_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** REG23-Ret-ROP END1 | managedcareeye.com/ropprimer/ Styles
======================================================================**/
.ropp_header_bg {
	background: #f2f2f2 url(../images/ropp_Website_Header.jpg) top left no-repeat;
	background-size:contain;
	width: 800px;
	height: 123px;
}
.ropp_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.ropp_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.ropp_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:20px !important;
	display:block;
}
.ropp_heading_small span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ropp_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.ropp_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.ropp_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#ropp_ref {
	font-size: 12px;
	text-decoration: none;
}
#ropp_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#ropp_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.ropp_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.ropp_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.ropp_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.ropp_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** REG23-Ret-PTARC1_ROP | managedcareeye.com/ropcepodcast/
======================================================================**/
.roppc_header_bg {
	background: #f2f2f2 url(../images/roppc_Website_Header.jpg) top left no-repeat;
	background-size:contain;
	width: 800px;
	height: 123px;
}
.roppc_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.roppc_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.roppc_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:20px !important;
	display:block;
}
.roppc_heading_small span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.roppc_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.roppc_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.roppc_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#roppc_ref {
	font-size: 12px;
	text-decoration: none;
}
#roppc_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#roppc_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.roppc_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.roppc_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.roppc_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.roppc_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** REG23-PTARC2 | /aging-retinal-diseases/
======================================================================**/
.agrd_header_bg {
	background: #f2f2f2 url(../images/agrd_Website_Header.jpg) top left no-repeat;
	background-size:contain;
	width: 800px;
	height: 123px;
}
.agrd_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.agrd_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.agrd_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:20px !important;
	display:block;
}
.agrd_heading_small span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.agrd_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.agrd_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.agrd_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#agrd_ref {
	font-size: 12px;
	text-decoration: none;
}
#agrd_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#agrd_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.agrd_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.agrd_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.agrd_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.agrd_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** REG23-Ret-CS1-ROP | /rop-case study/
======================================================================**/
.ropcs_header_bg {
	background: #f2f2f2 url(../images/ropcs_Website_Header.jpg) top left no-repeat;
	background-size:contain;
	width: 800px;
	height: 123px;
}
.ropcs_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.ropcs_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.ropcs_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:20px !important;
	display:block;
}
.ropcs_heading_small span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ropcs_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.ropcs_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.ropcs_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#ropcs_ref {
	font-size: 12px;
	text-decoration: none;
}
#ropcs_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#ropcs_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.ropcs_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.ropcs_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.ropcs_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.ropcs_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** REG23-Ret-CS4-RVO | /rvo-case-study/
======================================================================**/
.rovcs_header_bg {
	background: #f2f2f2 url(../images/rovcs_Website_Header.jpg) top left no-repeat;
	background-size:contain;
	width: 800px;
	height: 123px;
}
.rovcs_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.rovcs_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.rovcs_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:20px !important;
	display:block;
}
.rovcs_heading_small span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rovcs_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.rovcs_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.rovcs_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#rovcs_ref {
	font-size: 12px;
	text-decoration: none;
}
#rovcs_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#rovcs_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.rovcs_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.rovcs_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.rovcs_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.rovcs_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** REG23-Ret-CS3-AMD | /amd-case-study/
======================================================================**/
.amdcs_header_bg {
	background: #f2f2f2 url(../images/amdcs_Website_Header.jpg) top left no-repeat;
	background-size:contain;
	width: 800px;
	height: 123px;
}
.amdcs_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.amdcs_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.amdcs_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:20px !important;
	display:block;
}
.amdcs_heading_small span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amdcs_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.amdcs_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.amdcs_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#amdcs_ref {
	font-size: 12px;
	text-decoration: none;
}
#amdcs_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#amdcs_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.amdcs_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.amdcs_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.amdcs_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.amdcs_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** REG23-Ret-CS2-DRDME | /dr-dme-case-study/
======================================================================**/
.dmecs_header_bg {
	background: #f2f2f2 url(../images/dmecs_Website_Header.jpg) top left no-repeat;
	background-size:contain;
	width: 800px;
	height: 123px;
}
.dmecs_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.dmecs_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.dmecs_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:20px !important;
	display:block;
}
.dmecs_heading_small span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.dmecs_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.dmecs_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.dmecs_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#dmecs_ref {
	font-size: 12px;
	text-decoration: none;
}
#dmecs_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#dmecs_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.dmecs_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.dmecs_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.dmecs_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.dmecs_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** REG23-Ret-PTARC3 | /retinal-innovations/
======================================================================**/
.ripod_header_bg {
	background: #f2f2f2 url(../images/ripod_Website_Header.jpg) top left no-repeat;
	background-size:contain;
	width: 800px;
	height: 123px;
}
.ripod_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.ripod_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.ripod_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:20px !important;
	display:block;
}
.ripod_heading_small span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ripod_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.ripod_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.ripod_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#ripod_ref {
	font-size: 12px;
	text-decoration: none;
}
#ripod_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#ripod_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.ripod_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.ripod_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.ripod_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.ripod_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** REG23-RET-PTARC4 | /retinal-unmet-needs/
======================================================================**/
.rtun_header_bg {
	background: #f2f2f2 url(../images/rtun_Website_Header.jpg) top left no-repeat;
	background-size:contain;
	width: 800px;
	height: 123px;
}
.rtun_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.rtun_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.rtun_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:20px !important;
	display:block;
}
.rtun_heading_small span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rtun_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.rtun_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.rtun_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#rtun_ref {
	font-size: 12px;
	text-decoration: none;
}
#rtun_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#rtun_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.rtun_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.rtun_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.rtun_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.rtun_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** REG23-Ret-AMCP Affil-ARC1 | /retinal-regional-best-practices/
======================================================================**/
.rrbp_header_bg {
	background: #f2f2f2 url(../images/rrbp_Website_Header.jpg) top left no-repeat;
	background-size:contain;
	width: 800px;
	height: 123px;
}
.rrbp_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.rrbp_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.rrbp_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:20px !important;
	display:block;
}
.rrbp_heading_small span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rrbp_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.rrbp_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.rrbp_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#rrbp_ref {
	font-size: 12px;
	text-decoration: none;
}
#rrbp_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#rrbp_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.rrbp_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.rrbp_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.rrbp_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.rrbp_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** REG24-Retinal Diseases-PTARC1 | /amd-care-coordination-ce/
======================================================================**/
.amdccce_header_bg {
	background: #f2f2f2 url(../images/amdccce_Website_Header.jpg) top left no-repeat;
	background-size:contain;
	width: 800px;
	height: 123px;
}
.amdccce_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.amdccce_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.amdccce_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:20px !important;
	display:block;
}
.amdccce_heading_small span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amdccce_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.amdccce_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.amdccce_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#amdccce_ref {
	font-size: 12px;
	text-decoration: none;
}
#amdccce_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#amdccce_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.amdccce_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.amdccce_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.amdccce_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.amdccce_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** REG24-Retinal Diseases-PTARC2 | /managing-dr-dme-ce/
======================================================================**/
.mddmece_header_bg {
	background: #f2f2f2 url(../images/mddmece_Website_Header.jpg) top left no-repeat;
	background-size:contain;
	width: 800px;
	height: 123px;
}
.mddmece_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.mddmece_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.mddmece_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:20px !important;
	display:block;
}
.mddmece_heading_small span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mddmece_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.mddmece_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.mddmece_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#mddmece_ref {
	font-size: 12px;
	text-decoration: none;
}
#mddmece_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#mddmece_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.mddmece_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.mddmece_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.mddmece_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.mddmece_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** REG24-Journal Club-Young Patients | /journalclubdr-young-patients-ce/
======================================================================**/
.jcypce_header_bg {
	background: #f2f2f2 url(../images/jcypce_Website_Header.jpg) top left no-repeat;
	background-size:contain;
	width: 800px;
	height: 123px;
}
.jcypce_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.jcypce_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.jcypce_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:20px !important;
	display:block;
}
.jcypce_heading_small span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jcypce_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.jcypce_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.jcypce_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#jcypce_ref {
	font-size: 12px;
	text-decoration: none;
}
#jcypce_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#jcypce_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.jcypce_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.jcypce_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.jcypce_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.jcypce_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** REG25-RET2-END1 | /drdme-patient-journey/
======================================================================**/
.ddpji_header_bg {
	background: #f2f2f2 url(../images/ddpji_Website_Header.jpg) top left no-repeat;
	background-size:contain;
	width: 800px;
	height: 123px;
}
.ddpji_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.ddpji_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.ddpji_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:20px !important;
	display:block;
}
.ddpji_heading_small span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ddpji_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.ddpji_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.ddpji_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#ddpji_ref {
	font-size: 12px;
	text-decoration: none;
}
#ddpji_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#ddpji_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.ddpji_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.ddpji_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.ddpji_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.ddpji_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** REG25-RET2-PTARC1-DR | /t1-diabetes-case/
======================================================================**/
.t1dc_header_bg {
	background: #f2f2f2 url(../images/t1dc_Website_Header.jpg) top left no-repeat;
	background-size:contain;
	width: 800px;
	height: 123px;
}
.t1dc_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.t1dc_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.t1dc_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:20px !important;
	display:block;
}
.t1dc_heading_small span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.t1dc_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.t1dc_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.t1dc_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#t1dc_ref {
	font-size: 12px;
	text-decoration: none;
}
#t1dc_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#t1dc_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.t1dc_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.t1dc_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.t1dc_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.t1dc_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** REG25-RET2-PTARC2-AMD | /amd-case-challenge-ce/
======================================================================**/
.amdccc_header_bg {
	background: #f2f2f2 url(../images/amdccc_Website_Header.jpg) top left no-repeat;
	background-size:contain;
	width: 800px;
	height: 123px;
}
.amdccc_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.amdccc_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.amdccc_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:20px !important;
	display:block;
}
.amdccc_heading_small span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amdccc_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.amdccc_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.amdccc_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#amdccc_ref {
	font-size: 12px;
	text-decoration: none;
}
#amdccc_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#amdccc_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.amdccc_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.amdccc_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.amdccc_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.amdccc_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** REG24AMCP-RET-END1-Info | /retina-advances-infographic/
======================================================================**/
.radin_header_bg {
	background: #f2f2f2 url(../images/radin_Website_Header.jpg) top left no-repeat;
	background-size:contain;
	width: 800px;
	height: 123px;
}
.radin_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.radin_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.radin_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:20px !important;
	display:block;
}
.radin_heading_small span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.radin_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.radin_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.radin_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#radin_ref {
	font-size: 12px;
	text-decoration: none;
}
#radin_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#radin_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.radin_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.radin_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.radin_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.radin_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** REG25-RET-ARC6 | /journal-club-best-practices-ce/
======================================================================**/
.jcbpce_header_bg {
	background: #f2f2f2 url(../images/jcbpce_Website_Header.jpg) top left no-repeat;
	background-size:contain;
	width: 800px;
	height: 123px;
}
.jcbpce_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.jcbpce_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.jcbpce_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:20px !important;
	display:block;
}
.jcbpce_heading_small span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jcbpce_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.jcbpce_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.jcbpce_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#jcbpce_ref {
	font-size: 12px;
	text-decoration: none;
}
#jcbpce_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#jcbpce_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.jcbpce_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.jcbpce_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.jcbpce_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.jcbpce_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/** REG25-RET-ARC5 | /journal-club-diabetes-ce/
======================================================================**/
.jcdce_header_bg {
	background: #f2f2f2 url(../images/jcdce_Website_Header.jpg) top left no-repeat;
	background-size:contain;
	width: 800px;
	height: 123px;
}
.jcdce_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.jcdce_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.jcdce_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:20px !important;
	display:block;
}
.jcdce_heading_small span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jcdce_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.jcdce_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.jcdce_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#jcdce_ref {
	font-size: 12px;
	text-decoration: none;
}
#jcdce_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#jcdce_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.jcdce_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.jcdce_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.jcdce_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.jcdce_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
#notice-message {
	font: bold 13px tahoma;
	color: #FF0000;
	text-align: center;
	border: 1px solid #c3c3c3;
	background: #fff8e0;
	padding: 20px 0;
	margin-bottom: 16px;
	clear: both;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/** EoE25-ARC1 | /mcrb-eoe-ce/
======================================================================**/
.meoece_header_bg {
	background: #f2f2f2 url(../images/meoece_Website_Header.webp) top left no-repeat;
	background-size:contain;
	width: 800px;
	height: 123px;
}
.meoece_heading_main_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}
.meoece_heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.meoece_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	padding-top:20px !important;
	display:block;
}
.meoece_heading_small span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.meoece_heading_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}
.meoece_heading_chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.meoece_blue {
	background-color: #0a6c2f;
	color: #000;
	font-weight: bold;
	text-align: right;
}
#meoece_ref {
	font-size: 12px;
	text-decoration: none;
}
#meoece_ref ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#meoece_ref ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
	padding: 5px 2px;
	background-image: none;
}
.meoece_dash1 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.meoece_dash_gray {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.meoece_dash_gray_left {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.meoece_dash2 {
	background-color: #ffcd55;
	color: #000;
	font-weight: bold;
	text-align: center;
}