@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/fundo_01.jpg);
	background-repeat: repeat;
	background-color: #FFFFFF;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.titulo{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color: #3B230B;
font-weight: bold;
}	

.txt_normal {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #000000;
}

.txt_rodape {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #FFFFFF;
}

.link_txt_normal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
}

.link_txt_rodape {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #FFFFFF;
}

.form_busca {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #3B230B;
	border: 1px solid #3B230B;	
	width: 95%;
}

/*
input, textarea {
	color: #33A3DA;
	font-size: 12px;
	font-weight: bold;	
	font-family: Arial, Helvetica, sans-serif;	
	border: 1px solid #CCC;
	width: 95%;
}
*/