  strong {
  
	  font-weight: bold;
  
  }
  
  em {
  
	  font-style: italic;
  
  }
  
  hr {
  
	  clear: both;
  
	  border: 0;
  
	  border: none;
  
	  height: 1px;
  
	  color: #b2b2b2;
  
	  background-color: #b2b2b2;
  
  }
  
  .coluna560 hr, .coluna560 h2 {
  
	  margin-right: 10px;
  
  }
  
  p {
  
	  padding: 0 0 10px 0;
  
  }
  
  /***************************************** h1 *******************************/
  
  #boxh1, h2 {
  
	  font-size: 14px;
  
	  color: #FFF;
  
	  font-weight: bold;
  
  }
  
  #boxh1 {
  
	  background: url(../images/bg-h1-top.gif) top no-repeat;
  
	  margin-bottom: 15px;
  
	  width: 750px;
  
	   padding: 5px 0 0 0;
  
  }
  
  #boxh1 h1 {
  
	  background: url(../images/bg-h1-bottom.gif) bottom no-repeat;
  
	  padding: 0 0 5px 10px;
  
  }
  
  /************************************ h2 ************************************/
  
  #col-right h2 {
  
	  background: url(../images/corner-laranja-right.gif) top right no-repeat;
  
	  color: #FFF;
  
	  font-size: 13px;
  
	  padding: 5px 10px;
  
	  margin-bottom: 10px;
  
  }
  
  #col-left h2 {
  
	  margin-bottom: 10px;
  
	  border-bottom: 2px solid #f26624;	
  
	  background: url(../images/corner-laranja-left.gif) left top no-repeat;
  
	  padding: 0 0 0 10px;
  
	  line-height: 22px;
  
  }
  
  #col-left h2 span {
  
	  background: url(../images/corner-laranja-right.gif) right top no-repeat;
  
	  padding: 3px 10px 3px 0; 
  
  }
  
  h3 {
  
	  color: #5283bd;
  
	  font-size: 14px;
  
	  padding: 0 0 15px 0;
  
  }
  
  #coluna180 h3 {
  
	  padding: 15px 0 15px 0;
  
	  clear:both;
  
  }
  
  #coluna180 .box-laranja h3 {
  
	  padding: 0 0 15px 0;
  
	  clear:both;
  
  }
  
  .act-outras h3 {
  
	  clear: both;
  
	  display: block;
  
	  padding: 15px 0 10px 0;
  
  }
  
  .act-comunidade h4 {
  
	  color: #898989;
  
  }
  
  /************************************ links ************************************/
  
  a:link, a:visited {
  
	  color: #007fc2;
  
	  text-decoration: none;
  
  }
  
  a:hover, a:active {
  
	  text-decoration: underline;
  
  }