body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-image: url(../imagem/back.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-position: center top;
}
h1 {
	font-size: 22px;
	color: #894C2F;
	padding-top: 15px;
}
h2 {
	font-size: 16px;
	color: #2B2B2B;
	margin-top: -5px;
	margin-bottom: -5px;
	padding-top: -5px;
	padding-bottom: -5px;
	text-align: center;
}
.h4 {
	font-size: 16px;
	color: #BD7441;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.direita {
	text-align: right;
}

.p_texto {
	text-align: justify;
}


.oneColFixCtrHdr #container {
	width: 980px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #header {
}
.oneColFixCtrHdr #menu {
	background-color: #000000;
	height: 25px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 15px;
}
.menu_a:link {
	color: #FFFFFF;
	text-decoration: none;
	
}
.menu_a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu_a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.dicas_menu_a:link {
	color: #000000;
	text-decoration: none;
}
.dicas_menu_a:visited {
	color: #000000;
	text-decoration: none;
}
.dicas_menu_a:hover {
	color: #000000;
	text-decoration: underline;
}






.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin-top: -20px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.p_form {
	color: #FFFFFF;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #footer {
	background-repeat: no-repeat;
	height: 250px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFFFFF;
}
.oneColFixCtrHdr  #footer h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
.oneColFixCtrHdr #footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 40px;
}.oneColFixCtrHdr  #container  #footer  a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #container #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #container #footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.oneColFixCtrHdr #container #footer img {
margin-right: 5px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
td img {display: block;}
.img {
	margin-right: 15px;
	margin-bottom: 15px;
}
.input {
	background-color: #FFFFCC;
	border: 1px solid #663300;
}
.button {
	background-color: #330000;
	color: #FFFFFF;
	width: 120px;
	border: 1px solid #000000;
}
