body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border:none;
	text-align: center;
	background-image: url(imagens/bg_site.jpg);
	background-repeat: no-repeat;
}

a:link {
	color: #453600;
	font-weight: normal;
	text-decoration: none; 
}

a:visited {
	color: #453600;
	font-weight: normal;
	text-decoration: none; 
}

a:hover {
	color: #453600;
	font-weight: normal;
	text-decoration: underline;
}
 
a:active {
	color: #453600;
	font-weight: normal;
	text-decoration: underline;
}

.texto {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-decoration: none;
	line-height: 14px;
}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #453600;
	text-align: left;
	text-decoration: none;
}

.titulo_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #1c3245;
	text-align: left;
	text-decoration: none;
}

.rodape {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

.pesquisa {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #443a00;
	text-align: left;
	text-decoration: none;
}

.data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-align: left;
	text-decoration: none;
}

.login {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight:  none;
	color: #666666;
	text-align: right;
	text-decoration: none;
}

.acessorestrito {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #5d5d5d;
	text-align: left;
	text-decoration: none;
}

.numeros {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #bed128;
	text-align: left;
	text-decoration: none;
}


.menu {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #111e29;
	text-align: left;
	text-decoration: none;
}

.menu a:link{
	font-weight: normal;
	color: #111e29;
	text-decoration: none;
}

.menu a:visited{
	font-weight: normal;
	color: #111e29;
	text-decoration: none;
}

.menu a:hover{
	font-weight: normal;
	color: #666666;
}

.menu a:active{
	font-weight: normal;
	color: #111e29;
}


.form {
	font-family: Arial;
	font-size: 11px;
	font-weight: none;
	color: #000000;
	background-image:url(imagens/bg_textfield.jpg); 
	border: 1px solid #ababab;
}

.button {
	text-align: left;
	border: 1px solid #443a00;
	background-color: #bed128;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #443a00;
	background-position: center;
} 

.tabelabg {
	padding: 0px;
	background-image: url(imagens/bg.gif);
	background-repeat: no-repeat;
}

.tabela_rodape {
	padding: 0px;
	background-image: url(imagens/bg_rodape.gif);
	background-repeat: repeat-x;
	height: 20px;
	background-position: middle center;
}
.menu_line {
	padding: 0px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #bed62f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #453600;
	text-decoration: none;
}


#listaarrow ul{
	list-style: none;
	margin:0px 0px 0px 0px;/*top right bottom left*/
	padding:0px 0px 0px 0px;/*top right bottom left*/
}

#listaarrow li{
	list-style-image:url(imagens/bullet.gif);
	padding: 0px 0px 0px -20px;/*top right bottom left*/
	margin: 0px 0px 0px 15px;/*top right bottom left*/
}

