html, body {	
	margin:0px;
	padding:0px;
	border:0px;	
	color:#707070;
	font-family: Arial;
	font-size:12px;
}

body {
	background-color: #fefefe;	
	background-image: url('imagens/fundo_cresce2.jpg');	
	background-position: left bottom; 
	background-repeat:repeat-x;
}

A:link {color: #707070; text-decoration: underline; font-weight: bold;}
A:visited {color: #707070; text-decoration: underline; font-weight: bold;}
A:hover {color: #707070; text-decoration:none ; font-weight: bold;}

A:link.rodape {font-size:12px;color: #707070; text-decoration: none; font-weight: bold;}
A:visited.rodape {font-size:12px;color: #707070; text-decoration: none; font-weight: bold;}
A:hover.rodape {font-size:12px;color: #707070; text-decoration:underline ; font-weight: bold;}

.formsug {
	background-color: #d9d9d9;
	color:#5c5c5b;
	border:#494a45;
	border-style:solid;
	border-width:1px;
}

.fundo {
	background-image: url('imagens/fundo_cresce.jpg');	
	background-position: left top;
	background-repeat:repeat-x;	
}

.titulo {
	font-weight: bold;
	font-size:14px;
	color:#090909;	
}

hr { 
	color:#898787;
	background-color:#898787;
	border-color:#898787;
}

hr.linha {
	height:3px;
	color:#090909;
	background-color:#090909;
	border-color:#090909;
}



table {
	font-size:12px;
}

table.banner {
	background-image: url('imagens/banner.jpg');	
	background-position: center top; 
	background-repeat: no-repeat;
	width: 1000px;
	height: 314px;
}

div.recomendar {
	height:17px;
	width:94px;
	/*margin-top:10px;*/
	/*margin-left:20px;*/
}

div.home {
	/*background-image: url('imagens/home_fundo.jpg');	*/
	/*background-position: center middle;*/
	/*background-repeat:no-repeat;*/
	width:1000px;
	height:368px;
}