body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imagens/fundo.jpg);
	/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#023666,endColorStr=#ffffff);*/

}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.titulo_corpo1 {
	color: #959560;
	font-weight: bold;
}
.style2 {	color: #F2F5F9;
	font-size: 15px;
	font-weight: bold;
}
.style3 {	color: #666666;
	font-weight: bold;
}
.style4 {color: #666666}

/*Link páginas*/
a.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #023666;
}
a.link:link {
	text-decoration: none;
}
a.link:visited {
	text-decoration: none;
	color: #023666;
}
a.link:hover {
	text-decoration: underline;
	color: #663202;
}
a.link:active {
	text-decoration: underline;
	color: #023666;
}

/*Link menu*/
.markermenu{
list-style-type: none;
margin: 6px 0;
padding: 0;
width: 190px;
/*border: 1px solid #9A9A9A;*/
}

.markermenu li a{
/*background: white url(imagens/seta.gif) no-repeat 2px center;*/
font: 14px "Arial";
color: #B00101;
font-weight: bold;
display: block;
width: auto;
padding: 8px 0;
padding-left: 20px;
text-decoration: none;
/*border-bottom: 1px solid #9c7301;*/
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 190px;
}
.markermenu li a:visited, .markermenu li a:active{
color: #000000;
}
.markermenu li a:hover{
color: /*#018EDE #E89720 #e2c977*/ #ffffff;
/*background-color: #9c7301;*/
font-weight: bold;
/*background-image:url(imagens/bullets.gif);*/ /*onMouseover image change. Remove if none*/
}
.titulo_paginas {
	color: #B00101;
	/*font-weight: bold;*/
	font-size: 17pt;
}
/*Link páginas*/
a.link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8b1504;
}
a.link2:link {
	text-decoration: none;
}
a.link2:visited {
	text-decoration: none;
	color: #8b1504;
}
a.link2:hover {
	text-decoration: underline;
	color: #8b1504;
	font-weight: bold;
}
a.link2:active {
	text-decoration: none;
	color: #8b1504;
}
.titulo_corpo {
	color: #003366;
	font-weight: bold;
	font-size: 13px;
}
.corpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.titulo_corpo2 {
	color: #DA251A;
	font-size: 12px;
	font-weight: bold;
}	
.pontilhado {
	border: 1px dotted #9900FF;
}

.pontilhado_cor {
	color: #000000;
	border: 1px dotted #023666;
	background-color: #CDE2ED;
	font-size: 11px;
	padding: 4px;
}
.style5 {color: #AD733A;
	font-weight: bold;
}