/**************************************
Highlight type pages styles override (lista de conteudos em destaque e subseccoes)
**************************************/

/*CONTENT*/
/*.contentTop {
	/* Hide */
	/*display: none;
}
.content {
	/* Set size of content area */
	/*width: 99%;
}
.contentContainer {
	/* Set margin for not overlapping second level menu */
	/*margin-left: 160px;
}
.sectionDescription {
	/* Set margin */
	/*margin-left: 41px;
}*/
/*.header.banner {
	display: none;
}*/
.subSectionList ul {
  /* Remove list bullets */
  list-style:none;
  /* By default some browsers tamper with this styles */
	margin-left: 0px;
	margin-top: 5px;
}
.subSectionList li {
	/* One sub section in each line */
	clear: both;
}
/*CONTENT_TITLE*/
.subSectionTitleDetailLink {
  /* Border under */
  border-bottom: 3px solid #339999;
  /*//>AS	2008-09-18*/
  /*border-width: 100%;*/
  border-width:thin;
}
.subSectionTitleDetailLink a {
	/* Format */
	font-size: 1.5em;
	color: #339999;
	font-weight: bold;
}
.subSectionDescription {
	/* Separate a little */
	margin-bottom: 10px;
}	
.subSectionDescription h1, .subSectionDescription h2, .subSectionDescription h3, .subSectionDescription h4, .subSectionDescription h5 {
	color: #339999;
}	

/*.subSectionList a {
  color: #339999;
  font-size: 14pt;
   /* Border on top */
  /*border-bottom: 2px solid #339999;
  width:99%;
}

.subSectionDescription {
	
}
*/
  
/*PATH*/
.path {
	/* Align with content */
	/*margin-left: 40px;*/
}

/*Resolution Heading Accessibility Issues
*****************************************/
.subSectionDescription .heading1, .subSectionDescription .heading2, .subSectionDescription .heading3, .subSectionDescription .heading4, .subSectionDescription .heading5 
{
	color: #339999;
}

