html, body {	
	margin:0px;
	padding:0px;
	border:0px;	
	color:#707070;
	font-family: Arial;
	font-size:12px;
}

body {
	background-color: #ebebeb;	
}

A:link {color: #de8903; text-decoration: underline; font-weight: bold;}
A:visited {color: #de8903; text-decoration: underline; font-weight: bold;}
A:hover {color: #de8903; 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:none ; font-weight: bold;}

A:link.destaques {font-size:12px;color: #000000; text-decoration: none; font-weight: bold;}
A:visited.destaques {font-size:12px;color: #000000; text-decoration: none; font-weight: bold;}
A:hover.destaques {font-size:12px;color: #000000; text-decoration:none ; font-weight: bold;}

A:link.botao {font-size:16px; text-decoration: none; font-weight: bold;}
A:visited.botao {font-size:16px; text-decoration: none; font-weight: bold;}
A:hover.botao {font-size:16px;text-decoration:underline ; font-weight: bold;}

form {
	padding:0px;
	margin:0px;
}

.formsug {
	background-color: #ffffff;
	color:#de8903;
	border:#494a45;
	border-style:solid;
	border-width:1px;
	font-size:12px;
	padding:5px;
	font-weight: bold;
}

.formsug2 {
	background-color: #fe9b00;
	color:#000000;
	border:#494a45;
	border-style:solid;
	border-width:1px;
	font-size:12px;
	padding:5px;
	font-weight: bold;
}

.formsug3 {
	font-size:16px;
	padding:10px;
}

formsug4 {
	font-size:8px;
}

.fundo {
	background-image: url('imagens/fundo.jpg');	
	background-position: left bottom;
	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;
}

textarea { 
    resize: none; 
}
