BODY, TD, TABLE, P, .text, .gray, A.gray, A.gray:active, A.gray:visited, A.gray-link, A.gray-link:visited, A.gray-link:active, A.gray-text, A.gray-text:visited, A.gray-text:active {
	color : #4d4d4d;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
	font-size : 12px;
}
div, p, td, ul, ol, li, dl, td, dd, .text /* redundant selectors to help NS4 not forget */ {
	font-family: Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
	font-weight: normal;
	text-decoration: none;
}
.zerop {
	margin-bottom: 0;
}
A.gray-link:hover, A.gray-text:hover, A.gray:hover {
	color : #000000;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
	text-decoration : underline;
	font-size : 12px;
}
.text-b, .gray-text-b {
	font-weight : bold;
	font-size : 12px;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
.section-title {
	color : #6e6c4f;
	font-size : 24px;
	font-weight : normal;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
.document-title {
	color : #000000;
	font-size : 19px;
	font-weight : normal;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
.page-title, H2, .DrugInfoSummary-SummarySection-Title-Level1 {
	color : #000000;
	font-size : 17px;
	font-weight : bold;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
.header-A, H3 {
	color : #000000;
	font-size : 14px;
	font-weight : bold;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
.header-B, H4 {
	color : #000000;
	font-size : 12px;
	font-weight : bold;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
.header-C {
	font-weight : bold;
	font-size : 12px;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
.header-D {
	font-weight : bold;
	font-style : italic;
	font-size : 12px;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
A, A:active, A:visited, .red-text {
	color : #9c3303;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
A:hover {
	color : #990000;
	text-decoration : underline;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
A.backtotop-link, A.backtotop-link:visited, A.backtotop-link:active {
	font-size : 11px;
	color : #4d4d4d;
	text-decoration : underline;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
A.backtotop-link:hover {
	font-size : 11px;
	color : #000000;
	text-decoration : underline;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
h3.popup-definition {
	font-size: 13px;
}
/* list item with no bullets */

ul.generic {
	padding-left: 0;
	margin-left: 0;
}
ul.generic li {
	padding-bottom: 10px;
	margin-left: 0;
	padding-left: 0;
	list-style-type:none;
	list-style-image:none;
}
ol.generic li {
	padding-bottom: 10px;
	margin-left: 0;
	padding-left: 0;
}
/* end list item with no bullets */



/* list item with bullets */

ul.generic-bullet {
}
ul.generic-bullet li {
	padding-bottom: 10px;
	margin-left: 0;
	padding-left: 0;
	list-style-type:none;
	list-style:url(/images/bullet_sm_css.gif);
}
/* end list item with bullets */



img {
	border: 0;
}
img.right {
	float: right;
	border: 0;
	margin-left: 10px;
	margin-bottom: 10px;
}
img.left {
	float:left;
	border: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.center, .image-center {
	display: block;
	margin-left: auto;
	margin-right: auto
}
ul.toc {
	margin-top:0;
	padding-left:8px;
	margin-left:8px;
}
ul.toc li {
	margin-top:3px;
	list-style-image:none;
	list-style-type:none;
}
/* pullquote */

.pullquote {
	float: right;
	width: 275px;
	padding: 20px 0px 10px 0px;
	margin: 0 0 5px 5px;
	font: 17px georgia;
	background:url(/images/pullquote-openquote.gif) no-repeat left 5px;
}
.pullquote-text {
	display: block;
	background: url(/images/pullquote-closequote.gif) no-repeat right bottom;
	padding: 0 30px;
}
/* end pullquote */



.callout-box {
	background-color:E5E5E5;
	border:1px solid #CCC;
	color:#333;
	margin:10px 0 10px 0;
	padding:10px;
}
.tintbox {
	border: 1px solid #bdbdbd;
	padding:0;
	background-color:#f5f5f3;
	margin: 15px 0 15px 0;
}
.tintbox h3 {
	text-align:center;
	color:#4d4d4d;
	padding-top: 10px;
	padding-bottom:10px;
	margin-top:0;
	background-color:#ccc;
	margin-left: -15px;
	margin-right:-15px;
}
.tintbox {
	padding-left: 15px;
	padding-right:15px;
}
.hide {
	display: none;
}
.hr-es {
	color: #d7d7d7; /* IE */
	background-color: #d7d7d7; /* Netscape 6/7, Mozilla */
	border: #d7d7d7; /* Opera */
	height: 1px;
	margin: 15px 0;
	padding: 0;
}
table.table-default {
	border: 1px solid #BDBDBD;
	border-collapse: collapse;
}
table.table-default th {
	border: 1px solid #BDBDBD;
	padding: 2px 4px;
	background-color: #ECECEC;
}
table.table-default td {
	border: 1px solid #BDBDBD;
	padding: 4px 4px;
}
table.table-default-center-td td {
	text-align: center;
}
table.border {
	border: 1px solid #bdbdbd;
	border-collapse: collapse;
}
table.border th {
	border: 1px solid #bdbdbd;
	border-collapse: collapse;
}
table.border td {
	border: 1px solid #bdbdbd;
	border-collapse: collapse;
}

/* Cancer Bulletin New */
.bulletin-header {
	width: 771px;
	height: 85px;
	background-image: url(/images/cancerbulletin/cancerbulletin-header-bg.gif);
	background-repeat: repeat-x;
}
/* end Cancer Bulletin New */





/* Cancer Bulletin Old */

.cancer-bulletin-homepage-story-title {
	color : #b50000;
	font-size : 22px;
	text-decoration : none;
	font-family : Arial, Verdana, "Trebuchet MS", sans-serif;
}
.cancer-bulletin-subpage-story-title {
	color : #b50000;
	font-size : 19px;
	text-decoration : none;
	font-family : Arial, Verdana, "Trebuchet MS", sans-serif;
}
.cancer-bulletin-header-text {
	color : #ffffff;
	font-size : 11px;
	text-decoration : none;
	font-family : Arial, Verdana, "Trebuchet MS", sans-serif;
}
A.cancer-bulletin-header-text, A.cancer-bulletin-header-text:link, A.cancer-bulletin-header-text:active, A.cancer-bulletin-header-text:visited {
	color : #ffffff;
	font-size : 11px;
	text-decoration : underline;
	font-family : Arial, Verdana, "Trebuchet MS", sans-serif;
}
A.cancer-bulletin-header-text:hover {
	color : #ffffff;
	font-size : 11px;
	text-decoration : underline;
	font-family : Arial, Verdana, "Trebuchet MS", sans-serif;
}
/* end Cancer Bulletin Old */





A.definition, A.definition:visited, A.definition:active {
	color : #4d4d4d;
	text-decoration : underline;
	font-size : 12px;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
A.definition:hover {
	color : #000000;
	text-decoration : underline;
	font-size : 12px;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
.gray-border {
	background-color : #bdbdbd;
}
.directors-corner-contentarea {
	background-color : #f7f7f5;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
A.footer-link, A.footer-link:visited, A.footer-link:active, .footer-text {
	color : #666666;
	font-size : 11px;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
A.footer-link:hover {
	color : #333333;
	font-size : 11px;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
A.footer-link.rsslink {
	background: url(/images/rss-feed-icon.gif) no-repeat;
	padding: 0 0 0 16px;
}
.search-field {
	color : #000000;
	height : 22px;
	width : 120px;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
.leftnav {
	font-size : 11px;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
.box-title, A.box-title, A.box-title:link, A.box-title:active, A.box-title:visited {
	color : #000000;
	background-color : #e6e6e2;
	font-weight : bold;
	text-decoration : none;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
A.box-title:hover {
	text-decoration : underline;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
.leftnav-shaded-box {
	list-style-type: none;
	margin: 0 0 6px 0;
	padding: 0;
	border: 1px solid #BDBDBD;
}
.leftnav-shaded-box h1 {
	margin: 0;
	padding: 3px 7px 3px 7px;
	color : #000000;
	line-height: 13px;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
	font-size : 12px;
	background-color : #DADADA;
	font-weight : bold;
}
.leftnav-shaded-box ul {
	list-style-type: none;
	border: 0;
	margin: 0;
}
.leftnav-shaded-box ul li {
	list-style : url(/images/spacer.gif);
	background: #EAEBE6 url(/images/left-nav-red-arrow.gif) no-repeat 7px 10px;
	font: 12px Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 5px 5px 5px 18px;
	border-top: 1px solid #BDBDBD;
	list-style-type: none;
}
.leftnav-shaded-box ul li a:link, .leftnav-shaded-box ul li a:visited, .leftnav-shaded-box ul li a:active {
	text-decoration: none;
	color: #1a1a1a;
}
.leftnav-shaded-box ul li a:hover {
	text-decoration: underline;
}
.navigation-white, td.navigation-white, a:link.navigation-white, a:visited.navigation-white, a:active.navigation-white {
	color: #fff;
	font-size: 11px;
}
a:hover.navigation-white {
	color: #F1EFEF;
}
.navigation-gray, A.navigation-gray, A.navigation-gray:visited, A.navigation-gray:active, A.navigation-gray-link, A.navigation-gray-link:visited, A.navigation-gray-link:active {
	font-size : 11px;
	color : #4d4d4d;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
A.navigation-gray-link:hover, A.navigation-gray:hover {
	font-size : 11px;
	color : #000000;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
.navigation-selected {
	font-size : 11px;
	color : #999999;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
.navigation-dark-gray, A.navigation-dark-gray-link, A.navigation-dark-gray-link:visited, A.navigation-dark-gray-link:active {
	font-size : 11px;
	color : #333333;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
.navigation-black, A.navigation-black-link, A.navigation-black-link:visited, A.navigation-black-link:active {
	font-size : 11px;
	color : #000000;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
A.navigation-black-link:hover {
	font-size : 11px;
	color : #333333;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
A.navigation-dark-gray-link:hover {
	font-size : 11px;
	color : #000000;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
.navigation-dark-red, A.navigation-dark-red, A.navigation-dark-red:link, A.navigation-dark-red:active, A.navigation-dark-red:visited, A.navigation-dark-red-link, A.navigation-dark-red-link:visited, A.navigation-dark-red-link:active {
	font-size : 11px;
	color : #993300;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
A.navigation-dark-red-link:hover, A.navigation-dark-red:hover {
	font-size : 11px;
	color : #990000;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
.red-header, A.red-header, A.red-header:visited, A.red-header:active {
	font-size : 13px;
	color : #cc0000;
	font-weight : bold;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
A.red-header:hover {
	font-size : 13px;
	color : #990000;
	font-weight : bold;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
.dark-red, A.dark-red-link, A.dark-red-link:visited, A.dark-red-link:active {
	color : #993300;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
A.dark-red-link:hover {
	font-size : 11px;
	color : #990000;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
.black-text, A.black-text, A.black-text:visited, A.black-text:active {
	color : #000000;
	font-size : 12px;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
.black-text-b {
	color : #000000;
	font-weight : bold;
	font-size : 12px;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
A.black-text:hover {
	color : #333333;
	font-size : 12px;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
.quote {
	color : #996666;
	font-weight : bold;
	font-size : 12px;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
.caption, .footnote {
	font-size : 11px;
	color : #4d4d4d;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
.caption {
	background-color:#DDD;
	display:block;
	padding: 7px;
}
.caption-image {
	border-top-width : 0;
	border-right-width : 0;
	border-bottom-width : 1px;
	border-left-width : 0;
	border-top-style : solid;
	border-right-style : solid;
	border-bottom-style : solid;
	border-left-style : solid;
	border-bottom-color : #bdbdbd;
	border-top-color : #bdbdbd;
	border-right-color : #bdbdbd;
	border-left-color : #bdbdbd;
	border-color : #bdbdbd;
}
.dates {
	font-size : 11px;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
/* Page Options */



.po-box {
	border: 1px solid #BDBDBD;
}
.po-box h4 {
	background: #E6E6E2;
	color: #000000;
	font-weight: bold;
	padding: 2px 0 1px 7px;
	margin: 0;
	border-bottom: 1px solid #BDBDBD;
}
.po-box ul.po-options {
	margin: 8px 7px 7px 20px;
	padding: 0;
	list-style: none;
}
.po-box ul.po-options li {
	list-style:url(/images/spacer.gif);
	list-style-type: none;
	padding: 0 0 2px 0;
}
.po-box ul.po-options a.po-option,  .po-box ul.po-options a.po-option:link,  .po-box ul.po-options a.po-option:visited,  .po-box ul.po-options a.po-option:hover,  .po-box ul.po-options a.po-option:active {
	color: #993300;
	font-size: 11px;
	text-decoration: underline;
	display: block;
	padding-left: 20px;
}
.po-box ul.po-options #NCIAddThisContainer {
	color: #993300;
	font-size: 11px;
	text-decoration: underline;
	display: inline;
	padding-left: 20px;
	cursor: pointer;
	background: url(/images/at_symbol_12x12.gif) no-repeat 2px 0;
	padding-left: 20px;
}
.po-box ul.po-options a.po-option:hover {
	color: #990000;
}
.po-box ul.po-options a.po-email,  .po-box ul.po-options a.po-email:link {
	background: url(/images/email-document.gif) no-repeat 0 2px;
}
.po-box ul.po-options a.po-orderpub,  .po-box ul.po-options a.po-orderpub:link {
	background: url(/images/booklet.gif) no-repeat;
}
.po-box ul.po-options a.po-pdf,  .po-box ul.po-options a.po-pdf:link {
	background: url(/images/pdf.gif) no-repeat;
}
.po-box ul.po-options a.po-ppt,  .po-box ul.po-options a.po-ppt:link {
	background: url(/images/ppt-icon.gif) no-repeat;
}
.po-box ul.po-options a.po-printallpages,  .po-box ul.po-options a.po-printallpages:link {
	background: url(/images/print-page.gif) no-repeat;
}
.po-box ul.po-options a.po-printpage,  .po-box ul.po-options a.po-printpage:link {
	background: url(/images/printer.gif) no-repeat;
}
.po-box ul.po-options a.po-viewallpages,  .po-box ul.po-options a.po-viewallpages:link {
	background: url(/images/view-document.gif) no-repeat;
}
/* AddThis popup */

#at15s_head, #at16pf {
	display:none;
}
#at15s {
	border:1px solid #336699 !important;
}
#at_hover .at_item, #at_share .at_item {
	color:#336699 !important;
}
#at_hover .at_item:hover, #at_hover .at_item.athov, #at_share .at_item:hover, #at_share .at_item.athov {
	background:#F0F4F7 none repeat scroll 0 0 !important;
	border:1px solid #F0F4F7 !important;
	color:#336699 !important;
	text-decoration:underline;
}
#at_msg, #at16p label, #at_share .at_item, #at16p, #at15s, #at16p form input, #at16p form textarea {
	font-family:Arial, Verdana, Helvetica, sans-serif !important;
}
/* End AddThis popup */

/* End Page Options */







/* Clinical Trials Help section */

.clinicaltrialhelp-imagebox-center {
	margin: 0 auto 0 auto;
	border: 1px solid #c5c5c5;
}
.clinicaltrialhelp-caption {
	background-color:#DDD;
	display:block;
	font-size:12px;
	color:#555;
	padding: 7px;
}
.clinicaltrialhelp-image-center {
	display:block;
	margin: 10px auto 10px auto;
	text-align:center;
}
/* end Clinical Trials Help section */



/* H3 with red arrows instead of image */

div.title-red-arrow h3 {
	background: url(/images/title-red-arrow.gif) no-repeat 1px 3px;
	margin: 0 0 3px 0;
}
div.title-red-arrow p {
	margin: 0 0 15px 0;
}
h3.no-link, div.title-red-arrow h3 a:link, div.title-red-arrow h3 a:visited, div.title-red-arrow h3 a:active {
	color: #4f4d4d;
	font-weight: bold;
	font-size: 17px;
	font-family: Arial, 'MS Sans Serif';
	text-decoration: none;
	padding-left: 21px;
	display: block;
}
div.title-red-arrow h3 a:hover {
	display: block;
	color: #000;
	text-decoration: none;
}
/* end Test H3 with red arrows instead of image */



.protocol-date-label {
	font-size : 11px;
	font-weight : bold;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
.protocol-dates {
	font-size : 11px;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
SUP.header {
	font-size : 13px;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
.dictionary-alpha-list, A.dictionary-alpha-list, A.dictionary-alpha-list:link, A.dictionary-alpha-list:active, A.dictionary-alpha-list:visited {
	color : #a90101;
	font-size : 11px;
	padding : 6px 4px;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
	vertical-align : middle;
	height : 16px;
}
A.dictionary-alpha-list:hover {
	color : #a90101;
	font-size : 11px;
	padding : 6px 4px;
	background-color : #ffffff;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
	vertical-align : middle;
	height : 16px;
}
.dictionary-partial-match, A.dictionary-partial-match, A.dictionary-partial-match:link, A.dictionary-partial-match:active, A.dictionary-partial-match:visited {
	color : #993300;
	font-size : 12px;
	font-weight : bold;
	background-image : url(/images/dictionary-ext-mtc-bg.gif);
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
A.dictionary-partial-match:hover {
	color : #993300;
	font-size : 12px;
	font-weight : bold;
	background-image : url(/images/dictionary-ext-mtc-bg.gif);
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
.dictionary-partial-match-n, A.dictionary-partial-match-n, A.dictionary-partial-match-n:link, A.dictionary-partial-match-n:active, A.dictionary-partial-match-n:visited {
	color : #993300;
	font-size : 12px;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
A.dictionary-partial-match-n:hover {
	color : #993300;
	font-size : 12px;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
}
.search-result {
	color : #646464;
	font-size : 17px;
	font-family : Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
	font-weight : bold;
}
.content-gray-background, .pdq-shaded-area {
	background: #F5F5F3;
	padding: 14px 12px 20px 12px;
}
.note {
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	padding: 18px 0;
}
.druginfosummarybox {
	background-color: #eff2f7;
	border: 1px solid #c9cace;
	margin: 0;
	padding: 16px;
	width: 548px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:516px;
}
/* ------------------------------------ Begin SSP Main Containers ----------------------------------------- */



	/* Contains the process map image */

	#processMapContainer {
	position: relative;
}
/* Hidden overlay that will contain the Popup Graphics called by ssp.js*/

	#processMapOverlay {
	position: absolute;
	visibility: hidden;
	z-index: 999;
}
/* ------------------------------------ End SSP Main Containers ----------------------------------------- */



/* ------------------------------------ Begin SSP Popup Graphics ----------------------------------------- */

	.ssp-window1 {
	left: -10px;
	position:absolute;
	top: -30px;
}
.ssp-window2 {
	left: 30px;
	position:absolute;
	top: -30px;
}
.ssp-window3 {
	left: 88px;
	position:absolute;
	top: -24px;
}
.ssp-window4 {
	left: 152px;
	position:absolute;
	top: -24px;
}
.ssp-window5 {
	left: 210px;
	position:absolute;
	top: -24px;
}
.ssp-window6 {
	left: 272px;
	position:absolute;
	top: -24px;
}
.ssp-window7 {
	left: 332px;
	position:absolute;
	top: -24px;
}
.ssp-window8 {
	left: 382px;
	position:absolute;
	top: -30px;
}
.ssp-window9 {
	left: 392px;
	position:absolute;
	top: -30px;
}
.ssp-window10 {
	left: 70px;
	position:absolute;
	top: -94px;
}
.ssp-window11 {
	left: 38px;
	position:absolute;
	top: 132px;
}
/* ------------------------------------ End SSP Popup Graphics ----------------------------------------- */ 





/* ------------------------------------Begin RSS Feeds ----------------------------------------- */ 



.rssReader a:link, .rssReader a:visited, .rssReader a:active {
	padding:2px 0 2px 20px;
	color: #4D4D4D;
	text-decoration: none;
}
.rssReader a:hover {
	text-decoration: underline;
}
.rssReader a.google {
	background: transparent url(/images/rss-google.gif) no-repeat 0 2px;
}
.rssReader a.yahoo {
	background: transparent url(/images/rss-yahoo.gif) no-repeat 0 5px;
}
.rssReader a.myaol {
	background: transparent url(/images/rss-aol.gif) no-repeat 0 3px;
}
.rssSection {
	background: transparent url(/images/rss-feed-icon.gif) no-repeat 0 3px;
	margin-left: 2px;
	padding-bottom: 5px;
}
.rssSection a {
	padding: 0 0 2px 21px;
}
.rssSection span.rssRow {
}
.rssSection p.rssDescription {
	margin: 0 0 0 21px;
}
/* ------------------------------------End RSS Feeds ----------------------------------------- */ 



/* ------------------------------------ A to Z menu Start ----------------------------------------- */
.azMenu {
	width: auto;
	border: 0px solid green;
}
.azMenu ul {
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #f5f5f3;
	margin: 0;
	padding: 10px 1px 10px 12px;
}
.azMenu ul li {
	list-style: none;
	display: inline;
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
}
.azMenu:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* ------------------------------------ end A to Z menu End ----------------------------------------- */ 



/* PROTOCOL SECTION */



.Protocol-Title {
	color : #000000;
	font-size : 17px;
	font-weight : bold;
}
.Protocol-OfficialTitle {
	color : #000000;
	font-size : 16px;
	font-weight : bold;
	line-height : 18px;
}
A.Protocol-TOC-Link, A.Protocol-TOC-Link:visited, A.Protocol-TOC-Link:active {
	color : #9c3303;
}
A.Protocol-TOC-Link:hover {
	color : #990000;
	text-decoration : underline;
}
.Protocol-TOC-SubLink {
	text-decoration : none;
}
.Protocol-Section-Heading {
	color : #000000;
	font-size : 14px;
	font-weight : bold;
}
.Protocol-Section-SubHeading {
	color : #000000;
	font-size : 14px;
	font-weight : bold;
}
.Protocol-PublishedResults-PUBMED {
	font-size : 10px;
}
.Protocol-AllTrialSites, .Protocol-DownloadDate {
	font-weight : bold;
}
.Protocol-BasicStudy-Grayborder {
	background-color : #bdbdbd;
}
.Protocol-LeadOrg-OrgName {
	font-weight : bold;
}
.Protocol-BasicStudy-TD-Grayborder {
	background-color : #bdbdbd;
}
.Protocol-BasicStudy-Heading {
	font-weight : bold;
}
.Protocol-BasicStudy-PrimaryID {
	font-weight : bold;
}
.Protocol-BasicStudy-AlternateID {
	font-size : 10px;
}
.Protocol-info-box {
	margin-top: 10px;
	border-collapse:collapse;
}
.Protocol-info-box td, .Protocol-info-box th {
	border: 1px solid #bdbdbd;
	text-align: left;
}
.Protocol-info-box td.phaseCol {
	width: 12%;
}
.Protocol-info-box td.typeCol {
	width: 18%;
}
.Protocol-info-box td.statusCol {
	width: 12%;
}
.Protocol-info-box td.ageCol {
	width: 16%;
}
.Protocol-info-box td.sponsorCol {
	width: 16%;
}
.Protocol-info-box td.protocolIDCol {
	width: 21%;
}
.Protocol-info-box .label, .Protocol-info-box-list .label {
	font-weight: bold;
	color: #000000;
}
.Protocol-Term-SubHeading {
	font-weight : bold;
}
.Protocol-Term-Table-Heading {
	font-weight : bold;
}
.Protocol-EntryCriteria-DiseaseCharacteristics, .Protocol-EntryCriteria-PatientCharacteristics, .Protocol-EntryCriteria-PriorConcurrentTherapy, .Protocol-EntryCriteria-GeneralEligibilityCriteria {
	font-weight : bold;
}
.Protocol-Outcomes-Primary {
	font-weight : bold;
	FONT-STYLE : italic;
}
.Protocol-country, .Protocol-Site-CountryName, .Protocol-Site-Country {
	color : #000000;
	line-height : 18px;
	font-size : 14px;
	font-weight : bold;
	background-color : #e6e6e2;
}
.Protocol-state, .Protocol-Site-StateName, .Protocol-Site-State {
	color : #993333;
	font-size : 14px;
	font-weight : bold;
}
.Protocol-city, Protocol-Site-City {
	font-weight : bold;
}
.Protocol-Site-SiteName {
	font-weight : bold;
	font-style : italic;
}
.Protocol-Purpose {
	font-weight : bold;
}
.Protocol-EligibilityText {
	font-weight : bold;
}
.Protocol-TreatmentIntervention {
	font-weight : bold;
}
.Protocol-PatientDisclaimer {
	font-weight : bold;
}
.Protocol-LI-Title, .Protocol-IL-Title {
	font-weight : bold;
	font-style : italic;
}
.protocol-primaryprotocolid {
	font-weight : bold;
}
.Protocol-OL-Title {
	font-weight : bold;
	font-style : italic;
}
LI.Protocol-LI {
	list-style : disc url();
}
LI.Protocol-IL-Bullet {
	list-style : disc url();
}
LI.Protocol-IL-Dash {
	list-style : square url();
}
LI.Protocol-IL-Circle {
	list-style : none url();
}
LI.Protocol-IL-Simple {
	list-style : none url();
}
LI.Protocol-OL-Lroman {
	list-style : lower-roman url();
}
LI.Protocol-OL-Uroman {
	list-style : upper-roman url();
}
LI.Protocol-OL-Lalpha {
	list-style : lower-alpha url();
}
LI.Protocol-OL-Ualpha {
	list-style : upper-alpha url();
}
LI.Protocol-OL-Arabic {
	list-style : decimal url();
}
OL.Protocol-KeyPoints-Bullet {
	list-style-type : disc;
}
OL.Protocol-KeyPoints-Dash {
	list-style-type : square;
}
LI.CDR {
	font-size : 13px;
	line-height : 16px;
	list-style-image : none;
	margin-bottom : 0;
	margin-left : 0;
	margin-top : 5px;
	padding-left : 5px;
}
.Protocol-ScientificName {
	font-style : italic;
}
.Protocol-ForeignWord {
	font-style : italic;
}
.Protocol-GeneName {
	font-style : italic;
}
.Protocol-Note {
	font-style : italic;
}
.page-title-summary {
	color : #000000;
	font-size : 17px;
	font-weight : bold;
	float : left;
	width : 100%;
}
.Summary-Title {
	color : #000000;
	font-size : 19px;
	font-weight : normal;
}
.Summary-SummaryTitle {
	font-weight : bold;
}
LI.Summary-SummaryTitle-Level1 {
	color : #000000;
	font-size : 14px;
	font-weight : bold;
}
LI.Summary-SummaryTitle-Level2 {
	color : #000000;
	font-size : 12px;
	font-weight : bold;
}
LI.Summary-SummaryTitle-Level3 {
	font-weight : bold;
}
.Summary-SummarySection-Title-Level1 {
	color : #000000;
	font-size : 19px;
	font-weight : normal;
}
.Summary-SummarySection-Title-Level2 {
	color : #000000;
	font-size : 14px;
	font-weight : bold;
}
.Summary-SummarySection-Title-Level3 {
	color : #000000;
	font-size : 12px;
	font-weight : bold;
}
.Summary-SummarySection-Title-Level4 {
	font-weight : bold;
}
.Summary-SummarySection-Keypoint-Title {
	background-color : #d4d9d9;
	font-weight : bold;
	text-align : center;
}
.Summary-SummarySection-Small {
	font-size : 7pt;
}
.Summary-Table-Caption {
	color : #000000;
	font-size : 15px;
}
UL.SummarySection-KeyPoint-UL-Dash {
	list-style-type : square;
}
UL.SummarySection-KeyPoint-UL-Bullet {
	list-style-type : disc;
}
LI.SummarySection-KeyPoint-LI {
	color : #000000;
	font-size : 13px;
	line-height : 16px;
	list-style-image : none;
	margin-bottom : 0;
	margin-left : 0;
	margin-top : 5px;
	padding-left : 5px;
}
.Summary-ReferenceSection {
	font-weight : bold;
}
.Summary-Citation-PUBMED {
	font-size : 10px;
}
.Summary-KeyPoint {
	color : #000000;
	font-size : 14px;
	font-weight : bold;
}
.Summary-ProfessionalDisclaimer-Title {
	font-weight : bold;
}
.Summary-ProfessionalDisclaimer {
	font-style : italic;
}
A.Summary-GlossaryTermRef, A.Summary-GlossaryTermRef:visited, A.Summary-GlossaryTermRef:active, A.Protocol-GlossaryTermRef, A.Protocol-GlossaryTermRef:active, A.Protocol-GlossaryTermRef:visited {
	color : #4d4d4d;
	text-decoration : underline;
}
A.Summary-GlossaryTermRef:hover, A.Protocol-GlossaryTermRef:hover {
	color : #000000;
	text-decoration : underline;
}
P.graytext {
	color : #666666;
}
P.blacktext {
	color : #000000;
}
P.block {
	margin : 10px 20px;
}
TD.rightnav {
	font-size : 12px;
}
TD.rightnav A {
	font-size : 12px;
}
/* ------------------------------------ Begin Footer ----------------------------------------- */ 

A.footer {
	color : #000000;
	text-decoration : none;
}
A.footer:visited {
	color : #666699;
	text-decoration : none;
}
A.footer:hover {
	color : #669999;
	text-decoration : none;
}
/* ------------------------------------ end Footer ----------------------------------------- */ 



A.whitetab {
	color : #336;
	font-size : 11px;
	line-height : 10px;
	text-decoration : none;
}
A.whiteslanttab {
	color : #336;
	font-size : 11px;
	font-style : italic;
	line-height : 10px;
	text-decoration : none;
}
A.whitetab:visited {
	color : #336;
	font-size : 11px;
	line-height : 10px;
	text-decoration : none;
}
A.whiteslanttab:visited {
	color : #336;
	font-size : 11px;
	font-style : italic;
	line-height : 10px;
	text-decoration : none;
}
A.whitetab:hover {
	color : #669999;
	font-size : 11px;
	line-height : 10px;
	text-decoration : none;
}
A.whiteslanttab:hover {
	color : #669999;
	font-size : 11px;
	font-style : italic;
	line-height : 10px;
	text-decoration : none;
}
A.alpha {
	color : #000000;
	font-size : 13px;
	font-weight : bold;
	line-height : 13px;
	text-decoration : underline;
}
A.alpha:visited {
	color : #666699;
	text-decoration : underline;
}
A.alpha:hover {
	color : #669999;
	text-decoration : underline;
}
.footer {
	color : #000000;
	font-size : 13px;
	text-decoration : none;
}
.field {
	color : #000000;
	font-size : 8pt;
	height : 22px;
}
.font_field {
	color : #000000;
	font-size : 8pt;
}
.size7_field {
	color : #000000;
	font-size : 8pt;
	height : 22px;
	width : 69px;
}
.size10_field {
	color : #000000;
	font-size : 8pt;
	height : 18px;
	width : 69px;
}
.size12_field {
	color : #000000;
	font-size : 8pt;
	height : 22px;
	width : 100px;
}
.size14_field {
	color : #000000;
	font-size : 8pt;
	height : 22px;
	width : 138px;
}
.size30_field {
	color : #000000;
	font-size : 8pt;
	height : 22px;
	width : 180px;
}
.size30x3_field {
	color : #000000;
	font-size : 8pt;
	height : 60px;
	width : 180px;
}
.size40_field {
	color : #000000;
	font-size : 8pt;
	height : 22px;
	width : 240px;
}
.size40x3_field {
	color : #000000;
	font-size : 8pt;
	height : 60px;
	width : 240px;
}
.size50_field {
	color : #000000;
	font-size : 8pt;
	height : 22px;
	width : 300px;
}
.size50x3_field {
	color : #000000;
	font-size : 8pt;
	height : 60px;
	width : 300px;
}
.size60x3_field {
	color : #000000;
	font-size : 8pt;
	height : 60px;
	width : 360px;
}
.header1 {
	color : #000000;
	font-size : 16px;
	font-weight : bold;
	line-height : 18px;
}
H1 {
	color : #000000;
	font-size : 16px;
	font-weight : bold;
	line-height : 18px;
}
.pressh1 {
	color : #000000;
	font-size : 15px;
	font-weight : bold;
	line-height : 18px;
}
.header1black {
	color : #000;
	font-size : 16px;
	font-weight : bold;
	line-height : 18px;
}
.header2 {
	color : #000000;
	font-size : 15px;
	font-weight : bold;
	line-height : 16px;
}
H2.header2 {
	color : #000000;
	font-size : 15px;
	font-weight : bold;
	line-height : 16px;
	margin : 4px;
}
PRE {
	font-size : 11px;
}
.fake_H2 {
	color : #000000;
	font-size : 15px;
	font-weight : bold;
	line-height : 16px;
}
H1.CDR {
	color : #000000;
	font-size : 17px;
	font-weight : bold;
	line-height : 18px;
}
H2.CDR {
	color : #000000;
	font-size : large;
	font-weight : bold;
	line-height : normal;
}
H3.CDR {
	color : #000000;
	font-size : medium;
	font-weight : bold;
}
H4.CDR {
	color : #000000;
	font-size : small;
	font-weight : bold;
}
H1.OESI {
	color : #000000;
	font-family : Times New Roman;
	font-size : 24pt;
	font-weight : normal;
	margin-top : 0%;
	margin-bottom : 0%;
}
H2.OESI {
	color : #666699;
	font-family : Times New Roman;
	font-size : 14pt;
	font-variant : small-caps;
	font-weight : normal;
	margin-top : 0%;
	margin-bottom : 0%;
}
.oesi_desc {
	line-height : 15px;
}
H1.digest {
	color : #000000;
	font-size : 16pt;
	line-height : normal;
	margin-top : 0%;
	margin-bottom : 0%;
}
.digest_header {
	color : #000000;
	font-size : 16pt;
	line-height : normal;
	margin-top : 0%;
	margin-bottom : 0%;
	font-weight : bold;
}
.header-text {
	font-size : 20px;
	color : #ffffff;
}
.graytext {
	color : #666666;
}
.whitetext {
	color : #ffffff;
}
a.whitetext:link, a.whitetext:visited, a.whitetext:hover, a.whitetext:active {
	color : #fff;
}
.bigwhite {
	color : #ffffff;
	font-weight : bold;
	font-size : 16px;
}
.blacktext {
	color : #000000;
}
.toc H2 {
	color : #000000;
	font-size : 15px;
	font-weight : bold;
	margin-bottom : 3px;
	margin-top : 0;
}
.toc H3 {
	color : #000000;
	font-size : 14px;
	font-weight : bold;
	margin-bottom : 3px;
	margin-top : 0;
}
.toc H4 {
	color : #000000;
	font-size : 13px;
	font-weight : bold;
	margin-bottom : 3px;
	margin-top : 0;
}
.toc H5 {
	color : #000000;
	font-size : 13px;
	font-weight : bold;
	margin-bottom : 3px;
	margin-top : 0;
}
.toc H6 {
	color : #000000;
	font-size : 13px;
	font-weight : bold;
	margin-bottom : 3px;
	margin-top : 0;
}
H5 {
	color : #000000;
	font-size : 13px;
	font-weight : bold;
}
H6 {
	color : #000000;
	font-size : 13px;
	font-weight : bold;
}
LI.portal {
	line-height : 11px;
	list-style : url(/images/bullet_sm_css.gif);
	margin-bottom : 0;
	margin-left : 0;
	margin-top : 5px;
	padding-left : 0;
}
LI.sub {
	color : #000;
	font-size : 13px;
	line-height : 16px;
	list-style : url(/images/bullet_sm_css.gif);
	margin-bottom : 5px;
	margin-left : 5px;
	margin-top : 5px;
	padding-left : 0;
}
.pdq P {
	color : #000000;
	padding-top : 2px;
	padding-bottom : 0;
	margin-top : 0;
	margin-bottom : 10px;
	font-size : 13px;
	position : relative;
	left : 20px;
}
.pdq H2 {
	color : #000000;
	font-size : 15px;
	font-weight : bold;
	padding-top : 0;
	padding-bottom : 0;
	margin-top : 0;
	margin-bottom : 0;
}
.pdq H3 {
	color : #000000;
	font-size : 14px;
	font-weight : bold;
	padding-top : 10px;
	padding-bottom : 0;
	margin-top : 0;
	margin-bottom : 0;
}
.pdq H4 {
	color : #333366;
	font-size : 13px;
	font-weight : bold;
	padding-top : 10px;
	padding-bottom : 0;
	margin-top : 0;
	margin-bottom : 0;
	margin-left : 15px;
}
.pdq UL {
	margin-bottom : 5px;
	margin-left : 0;
	margin-top : 5px;
	padding-left : 5px;
	padding-right : 40px;
	padding-top : 0;
	padding-bottom : 5px;
	position : relative;
	left : 25px;
}
.pdq UL LI {
	list-style-image : url(/images/bullet_sm.gif);
	margin-bottom : 0;
	margin-left : 0;
	margin-top : 0;
	padding-left : 5px;
	padding-top : 2px;
	padding-bottom : 2px;
}
.bullet {
	text-decoration : none;
}
.livehelpbutton {
	background-image : url(/images/livehelp_button.gif);
	border-style : none;
	padding-bottom : 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
	width : 121px;
	height : 50px;
}
.textbutton {
	font-size : 11px;
	color : white;
}
.PUBMED {
	font-size : 10px;
}
.oc_section_head {
	font-size : 14pt;
	font-style : normal;
	line-height : 16pt;
	font-weight : bold;
	font-variant : normal;
	text-transform : none;
	color : #996600;
	text-decoration : none;
}
.oc_content_HEAD {
	font-size : 12pt;
	font-style : normal;
	line-height : 14pt;
	font-weight : bold;
	font-variant : normal;
	text-transform : none;
	color : #000000;
	text-decoration : none;
}
.oc_backtotop {
	font-size : 10pt;
	font-style : normal;
	line-height : normal;
	font-weight : bold;
	color : #996633;
	text-decoration : underline;
	list-style-position : outside;
	list-style-image : url(/images/oc_bullet.gif);
	list-style-type : none;
}
.occontent {
	color : #666666;
	font-size : 13pt;
}
.graytextCopy {
	color : #666666;
	font-size : 13px;
	list-style-position : outside;
	list-style-image : url(/images/oc_bullet.gif);
	list-style-type : none;
}
.oc_list {
	color : #333333;
	font-size : 13px;
	list-style-position : outside;
	list-style-image : url(/images/oc_bullet.gif);
	list-style-type : none;
}
A.ns-leftnav {
	color : #0033cc;
	text-decoration : none;
}
A.ns-leftnav:visited {
	color : #0033cc;
	text-decoration : none;
}
A.ns-leftnav:hover {
	color : #669999;
	text-decoration : underline;
}
.ns-section {
	color : #323264;
	font-size : 13px;
	text-decoration : none;
	font-weight : bold;
}
A.ns-section {
	color : #323264;
	font-size : 13px;
	text-decoration : underline;
	font-weight : bold;
}
A.ns-section:visited {
	color : #323264;
	font-size : 13px;
	text-decoration : underline;
	font-weight : bold;
}
A.ns-section:hover {
	color : #666666;
	font-size : 13px;
	text-decoration : underline;
	font-weight : bold;
}
.ns-headline {
	color : #000000;
	font-size : 13px;
	font-weight : bold;
}
.ns-title {
	color : #52a3db;
	font-size : 18px;
	font-weight : normal;
}
.Summary-Table-Head {
	background-color : #dce0e0;
}
A.SummaryRef-Small, A.SummaryRef-Small:hover {
	font-size : 7pt;
}
A.Summary-ProtocolRef-Small, A.Summary-ProtocolRef-Small:hover {
	font-size : 7pt;
}
A.Summary-LOERef-Small, A.Summary-LOERef-Small:hover {
	font-size : 7pt;
}
A.Summary-GlossaryTermRef-Small, A.Summary-GlossaryTermRef-Small:active, A.Summary-GlossaryTermRef-Small:visited {
	font-size : 7pt;
	color : #4d4d4d;
	text-decoration : underline;
}
A.Summary-GlossaryTermRef-Small:hover {
	font-size : 7pt;
	color : #000000;
	text-decoration : underline;
}
.Protocol-GeneName-Small {
	font-style : italic;
	font-size : 7pt;
}
.Summary-SummarySection-Small a.Protocol-ExternalRef, .Summary-SummarySection-Small a.Protocol-ExternalRef:hover {
	font-size : 7pt;
}
A.Protocol-ExternalRef-Small, A.Protocol-ExternalRef-Small:hover {
	font-size : 7pt;
}
A.SummarySection-Table-Small, A.SummarySection-Table-Small:hover {
	font-size : 7pt;
}
.QandA-Title {
	color : #000000;
	font-size : 17px;
	font-weight : bold;
}
OL.QandA-List {
	font-weight : bold;
}
LI.QandA-ListItem {
	font-weight : bold;
}
.QandA-Question {
	font-weight : bold;
}
.QandA-Answer {
	font-weight : normal;
}
.display-url {
	color : #4d4d4d;
}
UL LI {
	list-style : url(/images/bullet_sm_css.gif);
	list-style-type : disc;
	margin-left : -15px;
}
ul.li-margin10 li {
	margin-top:10px;
}
UL.Protocol-UL {
	margin-top : 5px;
	margin-bottom : 5px;
}
OL.Protocol-OL {
	margin-top : 5px;
	margin-bottom : 5px;
}
.hidden {
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.skip a, .skip a:hover, .skip a:visited {
	position: absolute;
	left:-999px;
}
.skip a:active, .skip a:focus {
	display:block;
	left: 0;
	z-index:999;
	background: #fff;
	border: 1px solid #000;
	padding: 5px 5px 5px 5px;
}
/****** CancerSpace section *********/

ul.steps {
	margin: 0;
	padding: 0;
}
ul.steps li {
	margin: 0;
	padding: 0;
	height: 48px;
	background: none;
	list-style: none;
}
ul.steps li a:link,  ul.steps li a:visited,  ul.steps li a:hover,  ul.steps li a:active {
	color: #000;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
}
ul.steps li a.steps-inactive {
	background: url(/images/Documents/a199bc3c-eff7-4104-9d1e-543225acebeb/steps-arrow-off.gif) top right no-repeat #eff4fd;
	border-bottom: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	padding: 17px 25px 15px 13px;
	margin: 0;
	display: block;
	list-style: none;
}
ul.steps li a.steps-inactive:hover {
	background: url(/images/Documents/a199bc3c-eff7-4104-9d1e-543225acebeb/steps-arrow-hover.gif) top right no-repeat #cbdcf7;
}
.steps-active {
	background: url(/images/Documents/a199bc3c-eff7-4104-9d1e-543225acebeb/steps-arrow-on.gif) top right no-repeat #ffffff;
	font-weight: bold;
	border-bottom: 1px solid #d1d1d1;
	padding: 17px 25px 15px 13px;
	margin: 0;
	display: block;
	list-style: none;
	outline: none;
}
.cs-caption {
	background: #666666;
	padding: 10px 15px;
	color: #ffffff;
	font-family: arial;
	font-size: 12px;
	height: 58px;
}
.cs-hidden {
	display: none;
}
.cs-unhidden {
	display: block;
}
/****** end CancerSpace section *********/





/****** Emergency Alert Styles *********/

.EmergencyAlertBanner {
	background: url(/images/EmergencyBanner-bkg.gif) top left no-repeat #fff11e;
	margin: 0 0 12px 0;
	padding: 8px 4px 8px 179px;
	width: 568px;
	text-align: left;
	min-height: 70px;
}
.EmergencyAlertBanner h1.emergencyinfo-headline {
	display: block;
	position:absolute;
	left: -999px;
}
.EmergencyAlertBanner a, .EmergencyAlertBanner a:link, .EmergencyAlertBanner a:visited, .EmergencyAlertBanner a:hover, .EmergencyAlertBanner a:active {
	color: #000000;
	font-size: 18px;
	font-family: arial, sans-serif;
	font-weight: bold;
	line-height: 24px;
}
.EmergencyMessage {
	width: 571px;
}
.EmergencyMessage h1 {
	margin: 0;
	padding: 0;
	color:#000000;
	font-family:Arial, Verdana, Trebuchet MS, Tahoma, sans-serif;
	font-size:17px;
	font-weight:bold;
}
.EmergencyHeader {
	margin-bottom: 16px;
}
ul.link-farm li {
	margin-bottom: 3px;
}
ul.link-farm li a:link, ul.link-farm li a:visited, ul.link-farm li a:hover, ul.link-farm li a:active {
	color : #4d4d4d;
	text-decoration: underline;
}
ul.link-farm ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* ------------------ Cancer Bulletin 2009 Redesign --------------------------------------------------------*/
.bulletin-header {
	width: 771px;
	height: 85px;
	background-image: url(/images/cancerbulletin/cancerbulletin-header-bg-new.gif);
	background-repeat: repeat-x;
	overflow: auto;
}
.bulletin-header-left {
	float: left;
}
.bulletin-header-right {
	float: right;
}
.bulletin-header a {
	color: #000000;
}
.bulletin-header-text {
	height: 21px;
	margin: 0;
	border-top: 1px solid #510000;
	background-image: url(/images/cancerbulletin/cancerbulletin-header-text-bg.gif);
	background-repeat: repeat-x;
	width: 771px;
}
.bulletin-header-date {
	float:left;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0 0 14px;
}
.bulletin-header-bottom-right {
	float: right;
	height: 18px;
	margin: 0;
	padding: 2px 1px 0 1px;
	background: #570000;
}
.bulletin-header-bottom-right a:link, .bulletin-header-bottom-right a:visited, .bulletin-header-bottom-right a:active {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 11px;
}
.bulletin-header-bottom-right a:hover {
	text-decoration: underline;
}
.cancer-bulletin-home-page {
	width: 742px;
	margin: 0;
	padding: 0 15px 0 14px;
	text-align: left;
}
.cancer-bulletin-home-page a {
	text-decoration: none;
}
.cancer-bulletin-home-page a:hover {
	text-decoration: underline;
}
.cancer-bulletin-home-page h2 {
	margin: 0 0 10px 0;
	padding: 0;
}
.cancer-bulletin-home-page h3, .cancer-bulletin-home-page h3 a:link, .cancer-bulletin-home-page h3 a:visited, .cancer-bulletin-home-page h3 a:active {
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-decoration: none;
}
.cancer-bulletin-home-page h3 a:hover {
	text-decoration: underline;
}
.cancer-bulletin-home-page h4, .cancer-bulletin-home-page h4 a:link, .cancer-bulletin-home-page h4 a:visited, .cancer-bulletin-home-page h4 a:active {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-decoration: none;
}
.cancer-bulletin-home-page h4 a:hover {
	text-decoration: underline;
}
.cancer-bulletin-home-page-left-column {
	float: left;
	width: 433px;
	padding-right: 16px;
	margin-bottom: 20px;
}
.cancer-bulletin-home-page-right-column {
	float: right;
	width: 293px;
	margin-bottom: 20px;
}
ul.cancer-bulletin-home-page-list-item {
	padding: 2px 0 5px 0;
	margin: 0;
}
ul.cancer-bulletin-home-page-list-item-news {
	padding-top: 10px;
	border-top: 1px dotted #c9c9c9;
}
ul.cancer-bulletin-home-page-list-item li {
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}
ul.cancer-bulletin-home-page-list-item li ul {
	margin: 0;
	padding: 0;
}
ul.cancer-bulletin-home-page-list-item li ul li {
	list-style-image: none;
	list-style-type: none;
	margin: 3px 0 3px 0;
	padding-left: 10px;
	background : url(/images/bullet_sm_css.gif) 0 5px no-repeat;
}
ul.cancer-bulletin-home-page-in-depth {
	padding: 0;
	margin: 0;
}
ul.cancer-bulletin-home-page-in-depth li {
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
	overflow: hidden; /* clear floats */
	width: 100%;  /* for IE help with clearing floats */
}
.cancer-bulletin-home-page-in-depth-image {
	float: left;
	width: 60px;
}
.cancer-bulletin-home-page-in-depth-text {
	float: right;
	width: 233px;
}
.cancer-bulletin-options-box {
	border: 1px solid #bdbdbd;
	padding: 7px;
	margin: 0 0 20px 0;
	background-image: url(/images/cancerbulletin/cancerbulletin-options-bg.gif);
	background-repeat: repeat-x;
	background-color: #f3f3f3;
}
.cancer-bulletin-options-box .subscribe {
	font-size: 13px;
	color: #d10202;
	font-weight: bold;
}
.cancer-bulletin-options-box form {
	margin: 5px 0;
	padding: 0;
}
.cancer-bulletin-options-box ul.options {
	padding: 0;
	margin: 0;
}
.cancer-bulletin-options-box ul.options li {
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}
.cancer-bulletin-options-box ul.options li.last {
	margin: 0;
}
/*This class is used for pages without the twitter icon */

.cancer-bulletin-subscribe-field {
	font-size: 11px;
	width: 114px;
	height: 18px;
	margin-bottom: 7px;
}
/*This class is used for pages with the twitter icon */

.cancer-bulletin-subscribe-field2 {
	font-size: 11px;
	width: 180px;
}
.cancer-bulletin-home-page-info {
	padding-top: 20px;
	border-top: 1px solid #bdbdbd;
	font-size: 11px;
}
.cancer-bulletin-inside-page {
	width: 561px;
	padding-left: 10px;
}
.cancer-bulletin-inside-page a:link, .cancer-bulletin-inside-page a:visited, .cancer-bulletin-inside-page a:active {
	text-decoration: none;
}
.cancer-bulletin-inside-page a:hover {
	text-decoration: underline;
}
.cancer-bulletin-inside-page h1 {
	margin: 0;
	padding: 0;
}
.cancer-bulletin-inside-page h2 {
	margin: 25px 0 20px 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
}
.cancer-bulletin-inside-page h3 {
	margin: 0;
	padding: 0;
	font-size: 13px;
}
.cancer-bulletin-inside-page h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #4d4d4d;
}
.cancer-bulletin-inside-page hr {
	color: #e0adb0;
	background-color: #e0adb0;
	border: #e0adb0;
	height: 1px;
	margin: 0;
	padding: 0;
}
.cancer-bulletin-sidebox-right {
	float: right;
	width: 200px;
	background: #edeeed;
	margin: 0 0 10px 10px;
}
.cancer-bulletin-sidebox-left {
	float: left;
	width: 200px;
	background: #edeeed;
	margin: 0 10px 10px 0;
}
.cancer-bulletin-sidebox-right h3, .cancer-bulletin-sidebox-left h3 {
	color: #ffffff;
	background: #c31e24;
	margin: 0;
	padding: 4px 12px;
}
.cancer-bulletin-sidebox-right .content, .cancer-bulletin-sidebox-left .content {
	padding: 5px 12px;
}
.cancer-bulletin-sidebox-right .content ul, .cancer-bulletin-sidebox-left .content ul {
	margin-bottom: 0;
}
.cancer-bulletin-imagebox {
	width: 200px;
	margin: 0 auto;
	text-align: left;
}
.cancer-bulletin-imagebox-right {
	float: right;
	width: 200px;
	margin: 0 0 10px 10px;
}
.cancer-bulletin-imagebox-left {
	float: left;
	width: 200px;
	margin: 0 10px 10px 0;
}
.cancer-bulletin-imagebox-right .caption, .cancer-bulletin-imagebox-left .caption, .cancer-bulletin-imagebox .caption {
	display: block;
	color: #666;
	background: #edeeed;
	padding: 5px;
	font-size: 11px;
}
.cancerbulletin-multipage-nav {
	width: 162px;
	font-size: 11px;
}
.cancerbulletin-multipage-nav h2 {
	margin-bottom: 2px;
	margin-top: 10px;
}
.cancerbulletin-multipage-nav ul {
	padding-left: 0;
	margin: 2px 0 0 0;
}
.cancerbulletin-multipage-nav li {
	margin-left: 0;
	margin-bottom: 6px;
	list-style-type: none;
	list-style-image: none;
	font-size: 11px;
}
.cancerbulletin-multipage-nav p {
	font-size: 11px;
}
.cancerbulletin-multipage-nav a:link, .cancerbulletin-multipage-nav a:visited, .cancerbulletin-multipage-nav a:hover, .cancerbulletin-multipage-nav a:active {
	color:#000;
	font-size: 11px;
}
.cancerbulletin-multipage-nav a.red {
	color:#990000;
	font-weight:bold;
}
.cancerbulletin-multipage-nav-fb {
	margin: 0 0 6px 0;
	padding: 0;
	border: 1px solid #BDBDBD;
}
.cancerbulletin-multipage-nav-fb h1 {
	margin: 0;
	padding: 3px 7px 3px 7px;
	line-height: 13px;
	font-size : 12px;
	background-color : #DADADA;
	font-weight : bold;
}
.cancerbulletin-multipage-nav-fb p {
	margin: 0;
	padding: 5px 7px 5px 7px;
	font-size: 11px;
}
.cancerbulletin-multipage-nav-fb img {
	margin-left: 7px;
	margin-bottom: 5px;
}
.cancerbulletin-multipage-nav-as {
	margin-top: 20px;
	margin-bottom: 25px;
	font-size: 12px;
}
.cancerbulletin-multipage-nav-as p {
	margin-bottom: -3px;
	margin-top: 10px;
}
.cancer-bulletin-series-box {
	background: #f2f3f7; 
	padding: 10px 10px 5px 20px; 
	margin-top:10px;
	width: 530px;
	overflow: auto;
}
/* ------------------ end Cancer Bulletin 2009 Redesign --------------------------------------------------------*/

/* ------------------Begin Clinical Trials Search redesign January 2009 ------------------------ */ 

.cts-az-search {
	margin: 0;
}
.cts-az-search form {
	margin: 10px 10px 10px 14px;
}
.cts-az-search form h1 {
	font-size: 14px;
	margin: 20px 0 5px 0;
	padding: 0;
}
.cts-az-search form p {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.cts-az-search form p#alphaSearch {
	margin: 27px 0 0 0;
}
.cts-az-search form span {
	font-size : 14px;
	font-weight : bold;
	margin: 30px 12px 0 0;
}
.cts-az-search form label {
	font-size: 14px;
	font-weight: bold;
	margin-right: 4px;
	vertical-align: -1px; /* fine-tune vertical centering - IE and Firefox */
}
.cts-az-search form input[type=text] {
	font-size: 14px;
	margin-right: 10px;
	height : 18px;
	width : 200px;
}
.cts-az-search form input[type=image] {
	vertical-align: -3px; /* fine-tune vertical centering - Firefox */
}
.cts-az-search-textsearch {
	margin-top: 37px;
}
.cts-az-search-textsearch input, .cts-az-search-textsearch label {
	vertical-align: middle;
}
.cts-az-results {
	width: 100%;
	border-width: 0px 0px 0px 0px;
}
.cts-az-results td {
	border-top: 5px;
	border-collapse:separate;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
}
.cts-az-results-checkbox {
	padding: 5px 5px 5px 5px;
	width: 15px;
}
.cts-az-results-label {
	padding: 5px 5px 5px 10px;
	vertical-align: middle;
}
.clinicaltrials-customize-results-table {
	border-collapse: collapse;
	border: 1px solid #bdbdbd;
	margin-top: 10px;
	width: 100%;
}
.clinicaltrials-customize-results-table tr.odd {
	background-color: #f6f6f4;
}
.clinicaltrials-customize-results-table td {
	border: 1px solid #bdbdbd;
	padding: 8px 5px;
	vertical-align: top
}
.clinicaltrials-customize-results-table td input {
	margin-right: 10px;
	vertical-align: middle;
}
.clinicaltrials-customize-results-table td label {
	font-weight: bold;
}
.clinicaltrials-pager {
	float: right;
	font-weight: bold;
	padding-right: 8px;
}
.clinicaltrials-pager input {
	background: none;
	border: none;
	cursor: pointer;
	color: #9C3303;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
}
ul.clinicaltrials-results-formatcontrols {
	margin: 8px 0;
	padding: 0;
}
ul.clinicaltrials-results-formatcontrols li {
	margin-left: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
.clinicaltrials-results-action-controls {
	margin: 10px 0px 10px 0px;
}
.clinicaltrials-results-action-controls .action-button {
	margin-right: 9px;
}
.clinicaltrials-results-criteria-label {
	color: #000000;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.clinicaltrials-results-criteria-display {
	padding: 8px 8px 11px 8px;
	line-height: 17px;
}
.clinicaltrials-results-criteria-display .item-label {
	color: #000000;
	font-weight: bold;
}
.clinicaltrials-expansionLink, .clinicaltrials-expansionLink:active, .clinicaltrials-expansionLink:visited, .clinicaltrials-expansionLink:hover, .clinicaltrials-expansionLink:link {
	background: url("/images/ctsearch/red-down-arrow.gif") no-repeat right;
	border-bottom: 1px solid #9C3303;
	color: #9C3303;
	margin: 5px 0px;
	padding-right: 13px;
	text-decoration: none;
}
.clinicaltrials-collapseLink, .clinicaltrials-collapseLink:active, .clinicaltrials-collapseLink:visited, .clinicaltrials-collapseLink:hover, .clinicaltrials-collapseLink:link {
	background: url("/images/ctsearch/red-up-arrow.gif") no-repeat right;
	border-bottom: 1px solid #9C3303;
	color: #9C3303;
	margin: 5px 0px;
	padding-right: 13px;
	text-decoration: none;
}
.deleteList {
	overflow: scroll;
	background-color: #ffffff;
	border: solid 1px #bdbdbd;
	margin: 5px 0px 5px 0px;
}
.deleteList p {
	margin: 5px 5px 5px 5px;
}
.deleteList ul li input {
	margin-right: 3px;
	vertical-align: middle;
}
.deleteList ul li {
	list-style-type: none;
	list-style-image: none;
	white-space: nowrap;
	margin-left: 0px;
}
.deleteList ul {
	padding-left: 5px;
	margin-top: 5px;
	margin-left: 0px;
}
.clinicaltrials-filledbox {
	background-color: #f2f2f2;
	border: solid 1px #bdbdbd;
	border-collapse:collapse;
}
.clinicaltrials-javascriptOffMessage {
	color: #000000;
	background-image: url(/images/ctsearch/alert-yellow-bg.gif);
	width:570px;
	height:37px;
	background-repeat:no-repeat;
	padding: 6px 0 0 5px;
	margin-bottom: 10px;
}
.clinicaltrials-javascriptOffMessage p {
	font-size: 11px;
	color: #000000;
	padding: 0;
	margin:0;
}
.clinicaltrials-javascriptOffMessage span {
	padding-left: 1px;
}
.clinicaltrials-errorMessage {
	color: #000000;
	background-image: url(/images/ctsearch/error-red-wide-bg.gif);
	width:570px;
	height:37px;
	background-repeat:no-repeat;
	padding: 6px 0 0 5px;
	margin-bottom: 10px;
}
.clinicaltrials-errorMessage p {
	font-size: 11px;
	color: #000000;
	padding: 0;
	margin:0;
}
.clinicaltrials-errorMessage span {
	padding-left: 1px;
}
.clinicaltrials-errorMessageSmall {
	color: #000000;
	background-image: url(/images/ctsearch/error-red-bg.gif);
	width:385px;
	height:37px;
	background-repeat:no-repeat;
	padding: 6px 0 0 5px;
}
.clinicaltrials-errorMessageSmall p {
	font-size: 11px;
	color: #000000;
	padding: 0;
	margin:0;
}
.clinicaltrials-errorMessageSmall span {
	padding-left: 2px;
}
.clinicaltrials-resultTable {
	border: none;
}
.clinicaltrials-resultTable td {
	vertical-align: top;
}
.clinicaltrials-resultTable .selectColumn {
	text-align: center;
	color: #000000;
	font-weight: bold;
}
/* ------------------End Clinical Trials Search redesign January 2009 --------------------------- */



/*------------------------------------------------ Recovery Section ---------------------------------------- */



h3.recovery {
	color:#032b73;
	margin-bottom: 5px;
}
.recovery-h3-blue {
	color:#032b73;
}
h4.recovery {
	margin-bottom: 5px;
}
p.recovery {
	margin-top:0;
}
.recovery-homebox {
	margin-top:10px;
	background-color:#f8f8f8;
	border-top: 1px solid #e5e5e5;
	background-color:#f8f8f8;
}
.recovery-linkbox-right {
	float:right;
	margin: 10px 0 10px 10px;
	padding:10px;
	border-top: 1px solid #e5e5e5;
	background-color:#f8f8f8;
}
.recovery-imagebox-right {
	float:right;
	margin: 0 0 10px 10px;
}
.recovery-smalltext {
	font-size:90%;
	color:#666;
	font-style:italic;
}
.recovery-border {
	border-top: 1px solid #e5e5e5;
}
p.offscreen {
	position: absolute;
	left: -1000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.recovery-caption {
	background-color: #edeeed;
	margin-top: 2px;
}
p.recovery-caption {
	padding: 10px 10px;
	margin-top: 0px;
}
ul.leftnav-shaded-box ul {
	background-color:#eaebe6;
	border: 0px solid orange;
	margin: 0;
	padding: 0;
}
ul.leftnav-shaded-box ul li {
	background:url(/images/bullet_sm_css.gif) no-repeat scroll 2px 8px;
	list-style-image: none;
	border-top:none;
	padding: 2px 5px 2px 10px;
}
a.leftnav-shaded-box h1, a.leftnav-shaded-box:visited h1, a.leftnav-shaded-box:active h1, .leftnav-shaded-box h1 a:link, .leftnav-shaded-box h1 a:visited, .leftnav-shaded-box h1 a:active h1 {
	color:#1a1a1a;
	text-decoration:none;
}
a.leftnav-shaded-box:hover h1, .leftnav-shaded-box h1 a:hover {
	color:#1a1a1a;
	text-decoration:underline;
}
.recovery-table {
	margin-top:10px;
}
.recovery-topborder {
	border-top: 1px solid #e5e5e5;
	background-color:#f8f8f8;
}
.recovery-notable-date {
	font-size:90%;
	color:#666;
	font-style:italic;
}
a.recovery-smalllink, a.recovery-smalllink:visited, a.recovery-smalllink:active, .recovery-smalllink a:link, .recovery-smalllink a:visited, .recovery-smalllink a:active {
	font-size:90%;
	float: right;
	font-style:italic;
}
#arrafaqdiv1 a, #arrafaqdiv1 a:active, #arrafaqdiv1 a:visited, #arrafaqdiv1 .red-text {
	color : #4d4d4d;
	text-decoration : none;
}
#arrafaqdiv1 a:hover {
	color : #4d4d4d;
	text-decoration : underline;
}
#arrafaqdiv1 ol {
	margin-top: 5px;
}
#arrafaqdiv1 h3 {
	margin-bottom:0px;
}
#arrafaqdiv1 li {
	margin-top: 2px;
}
#arrafaqdiv2 ol {
	margin-top: 5px;
}
#arrafaqdiv2 h3 {
	margin-bottom:0px;
}
#arrafaqdiv2 li {
	margin-top: 8px;
}
#arrafaqdiv2 p {
	margin-top:8px;
	margin-bottom: 8px;
}
H3.arrafaq {
	font-family:Arial, verdana;
	font-size:14px;
	font-weight:bold;
	padding:12px 0 6px 0;
	margin:0;
	color:#000000;
}
/* ---------------------------------------------  End Recovery Section ---------------------------------------------- */





/* -------------------------------------- Recovery Funding Announcements page ------------------------------------ */

.arrafunding-expired-date {
	color: #999
}
div.arrafunding-parent {
	width: 100%;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}
div.arrafunding-title, div.arrafunding-title:link, div.arrafunding-title:visited, div.arrafunding-title:active {
	outline: none;
	text-decoration: none;
	border-top: 1px solid #cfcfcf;
}
div.arrafunding-title:hover {
	background-color: #f0f0f0;
	cursor: pointer;
	cursor: hand;
}
table.arra-announcements {
	margin-left: 28px;
	margin-right: 28px;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.arra-announcements td {
	padding: 7px;
}
table.arra-announcements ul li {
	margin-bottom: 10px;
}
div.arrafunding-child {
	border-top: 1px solid #cfcfcf;
}
div.arrafunding-child a, div.arrafunding-child a:link, div.arrafunding-child a:visited, div.arrafunding-child a:hover, div.arrafunding-child a:active {
	color:#4d4d4d;
	text-decoration:none;
}
div.arrafunding-child a:hover {
	text-decoration: underline;
}
/* ----------------------------------------  End Recovery Funding Announcements page --------------------------------- */



/* -------------------------------------- Social Media page ------------------------------------ */
div.social-media-dropdown {
	padding: 1px 0;
	border-top: 1px solid #bdbdbd;
}
table.social-media-dropdown {
	background: url(/images/social-media-bg.gif);
	height: 27px;
}
table.social-media-dropdown td.1 {
	padding-left: 4px;
}
table.social-media-dropdown a:link, table.social-media-dropdown a:visited, table.social-media-dropdown a:active {
	color: #000;
	text-decoration: none;
}
table.social-media-dropdown a:hover {
	color: #000;
	text-decoration: underline;
}
div.social-media-dropdown-content {
	padding: 0 20px;
}
/* -------------------------------------- End Social Media page ------------------------------------ */

/* -------------------------------------- WYNTK ------------------------------------ */
ul.wyntk li {
	margin-top:10px;
}
.wyntk-shaded-box {
	background: #e6e9f1; 
	margin: 12px 0; padding: 10px 35px 10px 35px; 
	border: 1px solid #556293;
}
/* -------------------------------------- End WYNTK ------------------------------------ */


/* ------------------------------------------------  Recovery Objectives page -------------------------------------- */

.objectives-header-arra {
	background-image:url(/images/documents/184eb054-3d9d-44b6-935f-adb0fec30e76/arra_js_grdnt.jpg );
	padding: 5px 5px;
	font-weight: bold;
	font-size: 13px;
	font-family: arial;
}
ul.steps-arra {
	margin: 0;
	padding: 0;
 border-right:
}
ul.steps-arra li {
	margin: 0;
	padding: 0;
	background: #f2f2f2;
	list-style: none;
	list-style-image:none;
	list-style-type:none;
}
ul.steps-arra li a:link,  ul.steps-arra li a:visited,  ul.steps-arra li a:hover,  ul.steps-arra li a:active {
	color: #000;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
}
ul.steps-arra li a.steps-arra-inactive {
	background: url(/images/Documents/184eb054-3d9d-44b6-935f-adb0fec30e76/steps-arrow-off.gif) top right no-repeat #f2f2f2;
	border-bottom: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	padding: 17px 25px 31px 13px;
	margin: 0;
	display: block;
	list-style: none;
}
ul.steps-arra li a.steps-arra-inactive:hover {
	background: url(/images/Documents/184eb054-3d9d-44b6-935f-adb0fec30e76/steps-arrow-hover.gif) top right no-repeat #bfbfbf;
}
.steps-arra-active {
	background: url(/images/Documents/184eb054-3d9d-44b6-935f-adb0fec30e76/steps-arrow-on.gif) top right no-repeat #ffffff;
	font-weight: bold;
	border-bottom: 1px solid #d1d1d1;
	padding: 17px 25px 31px 13px;
	margin: 0;
	display: block;
	list-style: none;
	outline: none;
}
.hidden-arra {
	display: none;
}
.unhidden-arra {
	display: block;
}
/* ------------------------------------------- End Recovery Objectivees Page ---------------------------------- */

/* ------------------------------------------- Begin Spanish (Espanol) Styles ---------------------------------- */
<!-- Line Line Page Begin -->
table.lifeLineTable {
                border-width: 1px;
                border-spacing: 2px;
                border-style: none;
                border-color: gray;
                border-collapse: collapse;
                background-color: white;
}
table.lifeLineTable td {
                border-width: 1px;
                padding: 3px;
                border-style: solid;
                border-color: gray;
                -moz-border-radius: 0px 0px 0px 0px;
}
.lifeLineOdd{
                background-color:#F0F0F0;
}
.lifeLineTitle {
                font-size:18px;
}
<!-- Line Line Page End -->
/* ------------------------------------------- End Spanish (Espanol) Styles ---------------------------------- */



/* ------------------------------------------- B-Roll Newscenter styles ---------------------------------- */

div.brolltoolbar {
	background-color: #A90101;
	padding: 5px 0px 5px 0px;
}
.brollmenu {
	border-right: 1px solid white;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #A90101;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.brollmenu:visited {
	border-right: 1px solid white;
	text-decoration: none;
	color: #CDC9C9;
	background-color: #660000;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.brollmenu:hover {
	border-right: 1px solid white;
	text-decoration: none;
	color: #A90101;
	background-color: #5A8EC6;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.brollmenu:active {
	border-right: 1px solid white;
	text-decoration: none;
	color: #000000;
	background-color: #5A8EC6;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.brollsmalldesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: inherit;
	color: #000000;
}

/* ------------------------------------------- Spanish Boletin Begin ---------------------------------- */

.section {
	background-image:url(/images/boletin/sectionBG.jpg);
	width:270px;
	background-repeat:no-repeat;
	background-position:top;
	padding-top:5px;
	padding-left:10px;
	margin-bottom:10px;
	
}

.section2 {
	background-image:url(/images/boletin/sectionBG2.jpg);
	width:270px;
	background-repeat:no-repeat;
	background-position:top;
	padding-top:5px;
	padding-left:10px;
	margin-bottom:10px;
}

p.title {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:3px;
}

.subscribase {
	background-image:url(/images/boletin/subscribeBG.jpg);
	background-position:top;
	width:270px;
	height:120px;
	background-repeat:no-repeat;
	padding-top:30px;
	padding-left:10px;
}

.articles {
	background-image:url(/images/boletin/articlesBG.jpg);
	background-position:left top;
	width:456px;
	padding:7px;
	background-repeat: no-repeat;
}

.articlesFooter {
	background-image:url(/images/boletin/articlesBG.jpg);
	background-position:left top;
	padding:7px;
	background-repeat: no-repeat;
}
.dividor {
	background-image:url(/images/boletin/dividor.jpg);
	width:462px;
	height:27px;
	background-repeat:no-repeat;
	background-position:left top;
	color:#FFF;
}
div.wrapper{
	float:left; /* important */
	position:relative; /* important(so we can absolutely position the description div */ 
	margin-bottom: 10px;
}
div.description{
	position:absolute; /* absolute position (so we can position it where we want)*/
	bottom:0px; /* position will be on bottom */
	left:0px;
	width:100%;
	/* styling bellow */
	background-color:black;
	font-family: 'Arial';
	font-size:15px;
	color:white;
	opacity:0.7; /* transparency */
	filter:alpha(opacity=70); /* IE transparency */
}
p.description_content{
	color:#FFF;
	padding:10px;
	margin:0px;
}
.description_content a:link {
	color: #fff;
	text-decoration: underline;
}
span.leadTitle{
	color:#FFF;
	font-weight:bold;
	font-size:13px;
}

hr.article 
{
	border: none; 
	background-image:url(/images/boletin/hr_img.jpg);
	background-repeat:no-repeat;
	height: 15px;
	padding-top:10px;
}


.spanishBoletin body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
}
.spanishBoletin a:link {
	color: #4d4d4d;
	text-decoration: none;
}
.spanishBoletin a:visited {
	text-decoration: none;
	color: #4d4d4d;
}
.spanishBoletin a:hover {
	text-decoration: underline;
	color: #4d4d4d;
}
.spanishBoletin a:active {
	text-decoration: none;
	color: #4d4d4d;
}

.spanishBoletin img:a {
	text-decoration:none;
}

.boletinArticle body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
}
.boletinArticle a:link {
	color: #626836;
	text-decoration: underline;
}
.boletinArticle a:visited {
	text-decoration: none;
	color: #626836;
	text-decoration:underline;
}
.boletinArticle a:hover {
	text-decoration: underline;
	color: #626836;
}
.boletinArticle a:active {
	text-decoration: none;
	color: #626836;
	text-decoration:underline;
}

.boletinArticle img:a {
	text-decoration:none;
}

.articleNavContainer{
	width:162px;
	padding-left:3px;
}

.articleNavContainer a:link{
	color: #626836;
	text-decoration: underline;
}

.articleNavContainer a:visited{
	color: #626836;
	text-decoration: underline;
}

.articleNavContainer a:hover{
	color: #626836;
	text-decoration: underline;
}

.articleNav{
	background-image:url(/images/boletin/articleNavBG.jpg);
	background-repeat:no-repeat;
	width:160px;
	padding: 15px 5px 5px 5px;
	margin-bottom:10px;
}

.articleNavSubscribe{
	background-image:url(/images/boletin/articleNavSubscribe.jpg);
	background-repeat:no-repeat;
	width:160px;
	height:75px;
	padding: 35px 5px 5px 5px;
	margin-bottom:10px;
}

.spanishBoletinArticle a:link{
	font-size:11px;
	color:#4d4d4d;
	text-decoration:underline;
}

.spanishBoletinArticle a:visited{
	font-size:11px;
	color:#4d4d4d;
	text-decoration:underline;
}

.spanishBoletinArticle a:hover {
	text-decoration: underline;
	color: #4d4d4d;
}

span.navTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

/* ------------------------------------------- Spanish Boletin End ---------------------------------- */



/* ------------------------------------------- Homepage Banner Begin ---------------------------------- */
.banner{
	background-image:url(/PublishedContent/Images/homepage/radiationbanner_0311.jpg);
	background-repeat:no-repeat;
	width:576px;
	height:207px;
	padding-bottom:15px;
}


.bannerText{
	text-align:left;
	margin-left:250px;
	height:176px;
	padding-top:10px;
	padding-right:15px;
	
}


.bannerES{
	background-image:url(/publishedcontent/images/images/tcgabanner_0211.jpg);
	background-repeat:no-repeat;
	width:576px;
	height:194px;
	padding-bottom:15px;
}

.bannerTextES{
	text-align:left;
	margin-left:270px;
	height:194px;
	padding-top:10px;
	padding-right:5px;
}

.bannerTitleES{
	font-size:17px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	padding-left:15px;
}

.textBannerES{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:15px;
	margin-top:5px;
	margin-bottom:5px;
}

.bannerTitle{
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	padding-left:15px;
}

.textBanner{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:15px;
	margin-bottom:-5px;
}

.bannerLinks a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8a000a;
}

.bannerLinks a:hover{
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8a000a;
	
}

.bannerLinks{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8a000a;
	padding-left:15px;
	
}

a.bannerLinksNew {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8a000a;
}

a.bannerLinksNew:hover{
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8a000a;
	
}

/* ------------------------------------------- Homepage Banner End ---------------------------------- */


/* ------------------------------------------- End B-Roll Newscenter styles ---------------------------------- */

/* ------------------------------------------- Import jQuery styles ---------------------------------- */
@import url('/Stylesheets/jquery.css'); 
/* ------------------------------------------- End Import jQuery styles ---------------------------------- */


/* ------------------------------------------- BEGIN 2011 Redesign ---------------------------------- */
/* BEGIN Left Navigation */
/* BEGIN Cancer Type Box */
div.az {
	width: 160px;
	border: 1px solid #bdbdbd;
	margin-bottom: 6px;
}
div.az h3 {
	background: #3c3c3c url(../images/leftnav-az-header.gif) repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 2px 5px;
	border-bottom: 1px solid #bdbdbd;
}
div.az table {
	margin: 10px;
	padding: 0;
	text-align: center;
}
div.az table td {
	padding-bottom: 5px;
}
/* END Cancer Type Box */
/* END Left Navigation */
/* ------------------------------------------- END 2011 Redesign ---------------------------------- */

