body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #002B7F;
	scrollbar-darkshadow-color: #002B7F;
	scrollbar-shadow-color: #002B7F;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #5591ff;
	font-family: Microsoft Sans Serif;
	font-size: 11px;
	color: #002B7F;
	background-image: url(inc/images/img_bg4.jpg);
	background-repeat: repeat-x;
	background-color: #5591FF;
}
td,th {
	font-family: Microsoft Sans Serif;
	font-size: 12px;
	color: #002B7F;
}
#logotipo {
	position:absolute;
	left:43px;
	top:17px;
	width:300px;
	height:86px;
	z-index:1;
}
.texto {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	color:#002B7F;
}
.titulo {
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	color:#FEC81F;
	font-weight:bold;
	text-decoration:underline;
}
.titulo_link {
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	color:#FEC81F;
	font-weight:bold;
	text-decoration:underline;
	
}
a {
	color: #FEC81F;
}
a:visited {
	color: #FEC81F;
}
a:hover {
	color: #FEC81F;
}
a:active {
	color: #FEC81F;
}
.titulo_azul {
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	color:#002B7F;
	text-decoration:underline;
	font-weight:bold;
}
.data {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	color:#002B7F;
	background:#FEC81F;
	font-weight:bold;
}
.color_bolinha {color: #FEC81F}

input, select, textarea, inputselectd {
	font-size : 12px;
	border-top : 1px solid #6D9DF5;
	border-left: 1px solid #6D9DF5;
	border-right: 1px solid #6D9DF5;
	border-bottom: 1px solid #6D9DF5;
	background-color : #6D9DF5;
	color:#002B7F;
}
a.dcontexto{
  position:relative; 
  padding:0;
  color:#039;
  text-decoration:none;
  cursor:help; 
  z-index:24;
  }
  a.dcontexto:hover{
  background:transparent;
  z-index:25; 
  }
  a.dcontexto span{display: none}
  a.dcontexto:hover span{ 
  display:block;
  position:absolute;
  width:230px; 
  top:-50px;
  text-align:left;
  left:150;
  padding:5px 10px;
  border:1px solid #002B7F;
  background:#ffffff; 
  color:#002B7F;
  }
.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 600px;
			height: 480px;
			background-color: white;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
.white_content {
			display: none;
			position: absolute;
			top: 25%;
			left: 25%;
			width: 610px;
			height: 490px;
			padding: 10px;
			border: 8px solid #5591FF;
			border-bottom: 2px solid #00297E;
	        border-right: 2px solid #00297E;
			background-color: #5591FF;
			z-index:1002;
			overflow: inherit;
		}
