@charset "utf-8";
/* CSS Document */
body{
	background-image:url(images/bg_fundo.jpg);
	background-position:center;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#001A00;
	margin:5px;
	text-align:left;
}
td{
	text-align:left;
}
.txt-topo{
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#C6BB5F;
	padding-top:10px;
	padding-bottom:10px;
}
.txt-topo-menor{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#C6BB5F;
	font-weight:bold;
}
.txt-bottom{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#C6BB5F;
	text-align:center;
}
.bottom{
	background-color:#082600;
	height:80px;
	background-image:url(images/bg_bottom.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.home-conteudo{
	padding-top:10px;
	padding-bottom:20px;
}
.conteudo-interna{
	padding-top:10px;
	padding-bottom:60px;
	padding-left:45px;
	padding-right:45px;
}
.txt-home-branco{
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#FFFFFF;
	vertical-align:bottom;
	padding-bottom:5px;
}
.txt-conteudo-branco{
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#FFFFFF;
	/*font-style:italic;
	font-weight:bold;*/
	vertical-align:bottom;
	padding-bottom:5px;
}
a{
	text-decoration:none;
	color:#C6BB5F;
}
a:hover{
	text-decoration:none;
	color:#C6BB5F;
}
a:visited{
	text-decoration:none;
	color:#C6BB5F;
}
.tit-pag{
	color:#C7BE59;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	text-transform:uppercase;
}