body {
	width: 100%;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border:none;
	background-image: url(imagens/bg_repeat.jpg);
	background-repeat: repeat-x;
}

.table {
	width: 100%;
	height: 100%;
	display: table;
}

a:link {
	color: #41525C;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #41525C;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #41525C;
	font-weight: normal;
	text-decoration: underline;
}
 
a:active {
	color: #41525C;
	font-weight: normal;
	text-decoration: underline;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #41525C;
	text-align: left;
	text-decoration: none;
}
.textomaior {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: none;
	color: #41525C;
	text-align: left;
	text-decoration: none;
}
.texto_direita {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #41525C;
	text-align: right;
	text-decoration: none;
}

.destaque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #AD1E18;
	text-decoration: none;
}

.rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7A868D;
	text-align: center;
	text-decoration: none;
	height: 65px;
	vertical-align: middle;
}

.rodape a:link{
	font-weight: normal;
	color: #7A868D;
	text-decoration: none;
}

.rodape a:visited{
	font-weight: normal;
	color: #7A868D;
	text-decoration: none;
}

.rodape a:hover{
	font-weight: normal;
	color: #7A868D;
	text-decoration: underline;
}

.rodape a:active{
	font-weight: normal;
	color: #7A868D;
	text-decoration: underline;
}

.texto_menor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: none;
	color: #41525C;
	text-align: left;
	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 0px;/*top right bottom left*/
	margin: 0px 0px 0px 25px;/*top right bottom left*/
}
