body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border:none;
	text-align: center;
	background-image: url(imagens/bg_topo.gif);
	background-repeat: repeat-x;
}

a:link {
	color: #5d5d5d;
	font-weight: normal;
	text-decoration: none; 
}

a:visited {
	color: #5d5d5d;
	font-weight: normal;
	text-decoration: none; 
}

a:hover {
	color: #5d5d5d;
	font-weight: normal;
	text-decoration: underline;
}
 
a:active {
	color: #5d5d5d;
	font-weight: normal;
	text-decoration: underline;
}

.texto {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #000000;
	text-align: left;
	text-decoration: none;
}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1c3245;
	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: 10px;
	font-weight: none;
	color: #404040;
	text-align: right;
	text-decoration: none;
}

.rodape02 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #404040;
	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;
}

.saiba {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6db4d5;
	text-align: left;
	text-decoration: none;
}

.saiba a:link{
	font-weight: bold;
	color: #6db4d5;
	text-decoration: none;
}

.saiba a:visited{
	font-weight: bold;
	color: #6db4d5;
	text-decoration: none;
}

.saiba a:hover{
	font-weight: bold;
	color: #224a5d;
	text-decoration: none;
}

.saiba a:active{
	font-weight: bold;
	color: #224a5d;
	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, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #000000;
	background-color: #ebebeb; 
	border: 1px solid #666666;
}

.button {
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #DFDFDF;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
} 

.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;
}

.tabela_line {
	padding: 0px;
	background-image: url(imagens/bg_line.gif);
	background-repeat: repeat-x;
	height: 1px;
	background-position: center center;
}

.borda {
	border: 1px solid #e1e1e1;
}

#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/bullet02.gif);
	padding: 0px 0px 0px -20px;/*top right bottom left*/
	margin: 0px 0px 0px 15px;/*top right bottom left*/
}

.imagem {
	margin-left: 75px;
	align: left;
}