/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	background-color: #993333;
	background-image: url(../images/fundo-pagina.png);
	font-size: 12px;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}
a {
	color: #630;
}
td {
        text-align: center;
}
#logo a{
	width:540px;
	height:113px;
	display:block;
	line-height:350px;
	overflow:hidden;
	background-image: url(../images/logo.png);
	margin-right: auto;
	margin-left: auto;
}
#nav {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/fundo-nav_e_rodape.jpg);
	height: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	color: #FFF;
}
#nav a {
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
#active_menu   {
	color: #CC0;
}
#corpo {
	background-image: url(../images/fundo_corpo.jpg);

	background-color: #F1F0DE;
	background-repeat: repeat-x;
}
#conteudo {
        width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	font-size: 12px;
	color: #930;
        text-align: center;
}
#rodape {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/fundo-nav_e_rodape.jpg);
	height: 21px;
	margin-top: 10px;
}
#rodape a {
	color: #FFFFFF;
	text-decoration: none;
}
#rodape span {
	margin-top: 2px;
	display: block;
}

img {
	border-width: 0px;
}
.contentheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #930;
	padding-bottom: 20px;
}

.button {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #BC7348;
}