<!--
* { 
padding : 0;
margin : 0;
} 

body 
{ 
	font-family : Verdana, Arial, Helvetica; 
	color : #000;
	font-size : 12px;
	font-style: normal;
	font-variant: normal;			
	font-weight: normal;
	background-color : #fffffe;
}

h1
{
	padding: 7px 0 7px 10px;
	font-weight: normal;
	font-size: 100%;
	color: #FF4200;
	text-align: justify;	
}

h2
{
	padding: 0 0 7px 0;
	font-weight: normal;
	font-size: 99%;
	color: #000;
	text-align: justify;	
}

h3
{
	padding: 0 0 7px 10px;
	font-weight: normal;
	font-size: 99%;
	color: #0042FF;
	text-align: justify;	
}

h4
{
	padding: 0 0 7px 10px;
	font-weight: normal;
	font-size: 110%;
	color: #000;
	text-align: justify;	
}

h5
{
	padding: 5px 0 5px 90px;
	font-weight: normal;
	font-size: 100%;
	color: #000;
	text-align: justify;	
}

ul
{
	padding: 0 0 0 50px;
	font-weight: normal;
	font-size: 99%;
	color: #000;
	text-align: left;
}
li
{
	padding: 0 0 3px 0;
}
		
pre
{
	padding: 0 0 5px 0;
	font-family : Verdana, Arial, Helvetica; 
	font-size: 98%;
	text-align: left;
}	

hr 
{
	border: 1px dotted #0042FF;
	width : 99%;
	text-align : center;
}

a:visited 
{
	color : #00f;
}

a:hover 
{
	font-family: Verdana, Arial, Helvetica; 
	font-size : 12px;
	color: #FF420e;
	text-decoration: underline;
}

input, textarea, select 
{
	font-family : Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-style: normal;
	font-variant: normal;
	color: #000;
}	

#tam 
{ 
	width : 970px;
	margin : 7px auto 0 auto;
}

#logo 
{ 
	display : inline;
	width : 40%;
	float : left;
	height : 80px;
	background : url('../images/logo.jpg') no-repeat left top;
	margin-left : 7px;
} 
#popup
{ 
	display : block;
	font-size: 12px; 
	font-style: normal;
	font-variant: normal;
	color: #333;	
	width : 400px;
	text-align: justify;
	background : url('../images/logo.jpg') no-repeat center top;

} 
#links 
{ 
	display : inline;
	float : left;
	width : 59%;
	height : 80px;
	text-align : right;
} 

#coluna 
{
	display : inline;
	float : left;
	width : 17%;
	margin-right : 7px;
}

#cab-busca
{ 
	background-color : #04B500;
	color : #fff;
	font-family: Verdana, Arial, Helvetica; 
	font-size : 12px;
	height : 20px;
	padding-top : 3px;
	padding-bottom : 3px;
	margin-bottom: 5px;
} 

* html #cab-busca 
{ 
height : 25px;
}

#busca 
{ 
	display : inline;
	float : left;
	width : 99%;
	min-height : 138px;
	background-color : #fff;
	border-top : 1px solid #04B500;
	border-left : 1px solid #04B500;
	border-right : 1px solid #04B500;
	border-bottom : 1px solid #04B500;
	margin-bottom : 7px;
	text-align : center;
}

* html #busca 
{ 
	height : 140px;
}

#cab-destaques
{ 
	background-color : #FF4200;
	color : #fff;
	font-family: Verdana, Arial, Helvetica; 
	font-size : 12px;
	height : 20px;
	padding-top : 3px;
	padding-bottom : 3px;
} 
* html #cab-destaques
{ 
	height : 25px;
}
#destaques 
{ 
	display : inline;
	float : left;
	width : 99%;
	min-height : 479px;
	font-size : 11px;
	background-color : #fff;
	border-top : 1px solid #FF4200;
	border-left : 1px solid #FF4200;
	border-right : 1px solid #FF4200;
	border-bottom : 1px solid #FF4200;
	text-align : center;
} 
* html #destaques 
{ 
height : 480px;
}

#cab-results
{ 
	background-color : #0042FF;
	color : #fff;
	font-family: Verdana, Arial, Helvetica; 
	font-size : 12px;
	min-height : 20px;
	padding-top : 3px;
	padding-bottom : 3px;
} 
* html #cab-results
{ 
height : 25px;
}

#page-results
{ 
	display : inline;
	float : left;
	width : 64%;
	min-height : 626px; 
	background-color : #fff;
	border-top : 1px solid #0042FF;
	border-left : 1px solid #0042FF;
	border-right : 1px solid #0042FF;
	border-bottom : 1px solid #0042FF;
	text-align : center;
}
* html #page-results 
{ 
	height : 627px;
}

#page-results a:link, #page-1 a:active 
{
	color: #0042FF;
	text-decoration: underline;
}

#page-results a:visited 
{
	text-decoration : underline;
}

#page-results a:hover 
{
	color: #FF4200;
	text-decoration: underline;
}

#page-2 	
{ 
	display : inline;
	float : left;
	width : 64%;
	min-height : 626px; 
	background-image : url('../images/linha_results.gif');
	border-top : 1px solid #0042FF;
	border-left : 1px solid #0042FF;
	border-right : 1px solid #0042FF;
	border-bottom : 1px solid #0042FF;
	text-align : center;
}
* html #page-2 { 
height : 627px;
}

#page-2 a:link, #page-2 a:active 
{
	text-decoration: none;
}

#page-2 a:visited 
{
	text-decoration : none;
	color : #FF420e;
}

#page-2 a:hover 
{
	font-family: Verdana, Arial, Helvetica; 
	font-size : 12px;
	color: #FF420e;
	text-decoration: underline;
}

#bd-1 
{
	display : inline;
	width : 99%;
	min-height : 25px;
	font-size : 11px;
}
* html #bd-1 { 
height : 25px;
}

#bd-1 a:hover 	
{
	font-family: Verdana, Arial, Helvetica; 
	font-size : 11px;
}

#bd-2 
{
	width :91%; 
	text-align : justify;
	padding-left : 4%;
	padding-right : 4%;
	padding-top : 2px;
	padding-bottom : 2px;
}

#cab-ads 	
{ 
	background-color : #ffff00;
	color : #000;
	font-family: Verdana, Arial, Helvetica; 
	font-size : 12px;
	height : 20px;
	padding-top : 3px;
	padding-bottom : 3px;
}
* html #cab-ads
{
height : 25px;
}
#ads 
{
	display : inline;
	float : left;
	width : 17%;
	min-height : 626px;
	text-align : center;
	border-top : 1px solid #cccc00;
	border-left : 1px solid #cccc00;
	border-right : 1px solid #cccc00;
	border-bottom : 1px solid #cccc00;
	margin-left : 7px;
}
* html #ads 
{ 
height : 622px;
}

#wds 	
{
	display : inline;
	float : left;
	width : 100%;
	height : 50px;
	text-align : center;
	margin: 10px 0 10px 0;
}

#views 
{
	display: none;
	float: none;
	visibility: hidden;
	width: 100%;
}
-->
