body{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	color: #fff;
	background-color:#CCCCCC;
	margin: 0px;
	padding: 0px;
	}
	
	
#tudo {
	width:760px;
	text-align:left;
	margin:0 auto;
	background:#fff;
	}
	
#top {
	
	width:760px;
	height:23px;
	background:url(../images/h_top_back.jpg) no-repeat;
	}


#logo {
	width:760px;
	height:96px;
	background:url(../images/h_logo_back.jpg) repeat-x;
	}

#flash {
	width:760px;
	height:343px;
	background:#f7f7f7;
	}

#call {
	width:760px;
	height:138px;
	background:url(../images/h_call_back.jpg) repeat-x;
	}



/************** Paragrafos e Fontes Diferentes ***************/

p{
	margin: 0px;
	padding: 0px;
}


.dst1{
	padding: 3px;
	text-align: left;
}



/************** header tag styles **************/

h1{
 FONT-SIZE: 18px;
 font-weight:bold;
 color: #fff;
}

h2{
 FONT-SIZE: 16px;
 font-weight:bold;
 color: #fff;
}

h3{
 FONT-SIZE: 14px;
 font-weight:bold;
 color: #fff;
}

h6{
 FONT-SIZE: 11px;
 font-weight:normal;
 font-style:italic;
 color: #333;
 padding:20px;
 margin:0;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited, a:active{
	color: #fff;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}	
	/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}
				
input, select, textarea{
font-family: Verdana;
FONT-SIZE: 10px;
}

select.busca{
width:280px;
margin:17px 5px 5px 5px;
}

