/*
	SOBRE O CORPO
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #006400;
}
#degrade_superior {
	background:url(../images/degrade-superior.gif);
	background-position:top;
	background-repeat:repeat-x;
	width:auto;
	height:auto;
}
#degrade_inferior {
	background:url(../images/degrade-inferior.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	width:auto;
	height:auto;
}
#fundo_topo {
	background:url(../images/fundo_01.gif);
	background-position:top;
	background-repeat: no-repeat;
	width:800px;
	height:auto;
}
#fundo_bottom {
	background:url(../images/fundo_03.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	width:800px;
	height:auto;
}

/*
	LINKS
*/
a {
	text-decoration:none; color:#000000;
}
.lnkBarra {
	text-decoration:none;
	color:#000000;
}
.lnkBarra:hover {
	text-decoration:none;
	color:#CCCCCC;
}
.lnkMenu {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	width:135;
	height:20;
	display:block;
	background:url(../images/fundo-item-menu.gif);
	background-position:top;
}
.lnkMenu:hover {
	text-decoration:none;
	color:#EEEEEE;
	font-weight:bold;
	width:135;
	height:20;
	display:block;
	background:url(../images/fundo-item-menu.gif);
	background-position:bottom;
}
/*
	TEXTOS
*/
.textoDivMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEEEEE;
	font-weight: bold;
	text-align:left;
	text-indent:10px;
}
.textoItemMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	height:20px;
	text-align:left;
	text-indent:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.textoBarra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: normal;
	text-transform:uppercase;
	text-align:left;
	text-indent:180px;
}
.textoNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}
.textoNormalBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.textoTituloDestaque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-align:center;
	letter-spacing: 1px;
	height:auto;
	padding:2px;
	margin:0px;
	background-repeat:repeat-x;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#669933;
	font-size:24px;
	text-align:left;
	padding:10px;
	font-weight:bold;
	border-bottom:1px solid #666666;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:18px;
	text-align:left;
	padding:10px;
	font-weight:bold;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:15px;
	text-align:left;
	padding:2px;
	margin:0px;
	font-weight:bold;
}
.mostra_texto{
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}
.txtNormal {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	height: auto;
	width: 200px;
}
.btnNormal {
	background-color: #F0F0EE;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: auto;
	width: auto;
	color: #666666;
}

/*
	RELACIONA RESULTADO
*/
.ulRel{
	width: 450px;
	margin:0px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:auto;
}
.liRel{
	padding:0px;
	margin:10px;
	margin-left:20px;
	text-align:left;
	vertical-align:middle;
	height:auto;
	list-style-type:square;
}
.liRel a{
	display:block;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
}
.liRel a:hover{
	display:block;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

/*
	PAGINA RESULTADO
*/
.textoPaginacao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.textoPaginacao:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
