	/**************************************
Content pages styles override
**************************************/

/*GLOBAL STYLES*/

/*MENU*/
.menu {
  /* Border under main menu */
  border-bottom-color: #FF6600;
}
.menu .menuItemActive a {
  /* Color for selected section */
  color: #FF6600;
}
.menu a:hover, .menu .secondLevel a:hover  {
	/* Style when hovering section */
	color: #FF6600;
}
.menu .secondLevel .menuList .menuItemActive a, .menu .secondLevel .menuList .menuItemActive .menuList .menuItemActive a {
	/* Color for secondlevel selected menu */
	color: #FF6600;
}
.menu .secondLevel .menuList a, .menu .secondLevel .menuItemActive .menuList a  {
	/* Color for secondlevel menu */
	color: #666666;
}
.menu .secondLevel .menuList .menuItem a, .menu .secondLevel .menuList .menuItemActive a {
	/* Set border under second and third level menus */
	border-bottom-color: #FF6600;
}

/*CONTENT_TITLE*/
.subSectionTitleDetailLink {
  /* Border under */
  border-bottom-color: #FF6600;
}
.subSectionTitleDetailLink a {
	/* Format */
	color: #FF6600;
}

/*CONTENT BODY*/
.contentBody a, .contentBody h1, .contentBody h2, .contentBody h3, .contentBody h4, .contentBody h5 {
 	color: #FF6600;
}

/*CONTENT LEAD*/
.contentLead a, .contentLead h1, .contentLead h2, .contentLead h3, .contentLead h4, .contentLead h5 {
 	color: #FF6600;
}
/*SECTION DESCRIPTION*/
.sectionDescription a, .sectionDescription h1, .sectionDescription h2, .sectionDescription h3, .sectionDescription h4, .sectionDescription h5 {
	color: #FF6600;
}	
.sectionDescription h1, .sectionDescription h2, .sectionDescription h3, .sectionDescription h4, .sectionDescription h5 {
  border-bottom: 3px solid #FF6600;
}
/*SUB SECTION DESCRIPTION*/
.subSectionDescription a, .subSectionDescription h1, .subSectionDescription h2, .subSectionDescription h3, .subSectionDescription h4, .subSectionDescription h5 {
	color: #FF6600;
}	
.subSectionDescription h1, .subSectionDescription h2, .subSectionDescription h3, .subSectionDescription h4, .subSectionDescription h5 {
  border-bottom: 3px solid #FF6600;
}

.contentDetailLinkText, .contentTitleDetailLink a, .contentDetailLink a {
	/* Format content text topic */
	color: #FF6600;
	/*float: left;*/
}
.contentTitleDetailLink {
  /* Border under */
  border-color: #FF6600;
}
.contentDetailLinkAuxItem {
	/* Apply image, while maintaining link */
	background-image: url('../Images/orang_icon_wBG.png');
}

/*PATH*/
.path, .path a {
	/* Format */
	color: #FF6600;
}
.path ul li {
	background-image: url("../Images/gt-orange.png");
}

/*FOOTER*/
.footerServicesTop {
  /* Border on top */
  border-top: 6px solid #FF6600;
}

/*PAGE_TOP*/
.pageTop a {
	/* Format */
	color: #FF6600;
}

/*OPERATIONS*/
.operations a {
	color: #FF6600;
}

/*PRINT VERSION*/
.printVersionLinkAuxItem, .pdfVersionLinkAuxItem {
	/* Apply image, while maintaining link */
	background-image: url('../Images/orang_icon_wBG.png');
}

/*CONTENT OPTIONS*/
.contentOptions a {
	color: #FF6600;
}

/*PAGE BACK*/
.pageBack a {
	color: #FF6600;
}
.pageBackLinkAuxItem {
	/* Apply image, while maintaining link */
	background-image: url('../Images/orang_icon_wBG.png');
}

.contentLead ul li, .subSectionDescription ul li, .contentBody ul li {
	/* Set default style image for lists -> It may be necessary to give left margin in content for it to appear */
	list-style-image: url('../Images/orang_bullet.png');
}


/*Resolution Heading Accessibility Issues
*****************************************/
/*CONTENT BODY*/
.contentBody .heading1, .contentBody .heading2, .contentBody .heading3, .contentBody .heading4, .contentBody .heading5 
{
 	color: #FF6600;
}

/*CONTENT LEAD*/
.contentLead .heading1, .contentLead .heading2, .contentLead .heading3, .contentLead .heading4, .contentLead .heading5 
{
 	color: #FF6600;
}
/*SECTION DESCRIPTION*/
.sectionDescription .heading1, .sectionDescription .heading2, .sectionDescription .heading3, .sectionDescription .heading4, .sectionDescription .heading5 
{
	color: #FF6600;
	border-bottom: 3px solid #FF6600;
}	

/*SUB SECTION DESCRIPTION*/
.subSectionDescription .heading1, .subSectionDescription .heading2, .subSectionDescription .heading3, .subSectionDescription .heading4, .subSectionDescription .heading5 
{
	color: #FF6600;
	border-bottom: 3px solid #FF6600;
}	

/*MI -> 20081113*/
.contentContainer h3
{
	display:none;
}
