	DIV.content-struct
			{
			margin-right:25px;
			margin-left:45px;
			}
	DIV.content-struct H1
			{
			font-size: 1.3em;
			}
	DIV.content-struct H2
			{
			font-size: 1.1em;
			}
			
	DIV.content-struct CITE
			{
			display: block;
			color:#959595;
			margin-top:15px;
			margin-bottom:15px;
			font-style:normal;
			font-weight: bold;
			}
	DIV.content-struct P
			{
			margin-top:5px;
			margin-bottom:10px;
			}		

			
			
	DIV.noticia H1
			{
			}		
	DIV.noticia EM
			{
			font-style: normal;
			display: block;
			font-size:0.9em;
			margin-bottom:5px;
			color:gray;
			}		
	DIV.noticia CITE
			{
			color: black;
			}		
	DIV.noticia P
			{
			color: #606060;
			}		
	DIV.noticia A
			{
			}		
	DIV.noticia A:hover
			{
			color: white;
			background-color: Black;
			}		
	DIV.noticia DIV.image EM
			{
			margin:0px;
			padding:0px;
			}		
	DIV.noticia DIV.icons
			{
			float: right;
			}		
	DIV.noticia DIV.icons IMG
			{
			margin-left:10px;
			}		
			
			
			
	DIV.pesquisa
			{
			}
	DIV.pesquisa OL
			{
			margin-left:0px;
			}		
	DIV.pesquisa OL LI
			{
			margin-bottom:10px;
			}
	DIV.pesquisa OL LI A
			{
			color: #F26D26;
			font-size: 1.2em;
			font-weight: bold;
			}		
	DIV.pesquisa OL LI P
			{
			margin: 0px;
			}			
			
			
			
	TABLE.product-description		
			{
			border:1px solid gray;
			border-top:2px solid black;
			}
	TABLE.product-description TR TD
			{
			padding:3px;
			}
	TABLE.product-description THEAD
			{
			background-color: gray;
			}
	TABLE.product-description THEAD TR TD
			{
			color:white;
			padding:6px 1px;
			}
	TABLE.product-description TBODY TR.marked
			{
			background-color: #f2f2f2;
			}
	TABLE.product-description TBODY TR TD
			{
			border-right:1px solid gray;
			border-bottom:1px solid gray;
			}
	TABLE.product-description TBODY TR TD.col0,
	TABLE.product-description TBODY TR TD.col3,
	TABLE.product-description TBODY TR TD.col4
			{
			font-weight: bold;
			}
			
			
	A.download
			{
			display: list-item;
			background-image: url(../img/icon-pdf.gif);
			background-repeat: no-repeat;
			background-position: 5% 50%;
			padding: 10px 10px;
			padding-left: 40px;
			color:#F26D26;
			border:1px solid #D5D5D5;
			background-color: #FAFAFA;
			vertical-align: middle;
			}
				
	A.download:hover
			{
			background-color: white;	
			}				