body {
	background-color: #f6f7f8;

}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	color: #21519D;
	font-weight: bold;
	font-size: 12px;;
	font-weight: bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #605A5A;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #605A5A;
}
a:hover {
	text-decoration: none;
	color: #008ac5;
}
a:active {
	text-decoration: none;
	color: #605A5A;
}

.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 160px;
/*border: 1px solid #9A9A9A;*/
}

.markermenu li a{
background: white url(imagens/seta.gif) no-repeat 2px center;
font: 12px "Arial";
color: #000000;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 160px;
}

.markermenu li a:visited, .markermenu li a:active{
color: #000000;
}

.markermenu li a:hover{
color: #008ac5;
background-color: #f6f7f8;
background-image:url(imagens/bullets.gif); /*onMouseover image change. Remove if none*/
}



.titulo_paginas {
	color: #008aC5;
	font-weight: bold;
	font-size: 14px;
}
.corpo{
	color: #5a5a5a;
	font-weight: bold;
	font-size: 12px;