body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #565656;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color:#565656;
	text-decoration:none;
}
a:visited {
	color:#565656;
	text-decoration:none;
}
a:hover {
	color:#565656;
	text-decoration:underline;
}
a:visited:hover {
	color:#565656;
	text-decoration:underline;
}
.bt:hover {
	color: #565656;
	font: bold;
}
.bt:link {
	color: #565656;
}
.bt:visited {
	color: #565656;
}
.bt:visited:hover {
	color: #565656;
	font: bold;
}
input, select, option, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #565656;
	border-bottom: #dddddd 1px solid;
	border-left: #dddddd 1px solid;
	border-right: #dddddd 1px solid;
	border-top: #dddddd 1px solid;
	font: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}
h1 {
	font-size: 16pt;
}
.menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFF6BF;
	color: #000000;
	text-align: center;
}
.rodape {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FFF6BF;
	color: #E88000;
	text-align: right;
}
.titulo {
	font-size: 12px;
	font: bold;
}
.ver_foto {
	font-size: 7pt;
	font: bold;
	color: Black;
	text-align: left;
}
#g_equipe   {
	text-align: center;
	height: 20px;
	padding-bottom: 20px;
}
#g_equipe table {
	text-align: center;
	height: 20px;
	border-collapse: collapse;
}

#g_equipe table tr td {
	border-right: 1px solid #565656;
	border-left: 1px solid #565656;
	padding: 0px 15px;
	font-weight: bold;
	text-align: center;
}
#g_equipe   .submenu {
	position:absolute;
	left:-12px;
	top:10px;
	z-index:1;
	padding: 10px 6px 6px;
}
#g_equipe  .submenu  ul {
	list-style: none;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#g_equipe  .submenu  ul  li {
	margin: 0px;
	padding: 1px 3px;
}
#mascara {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}

.window {
	position:absolute;
	left:0;
	top:0;
	padding: 5px 5px 2px 5px;
	display:none;
	z-index:9999;
}
.window img{
}
.fecha{
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	background: url(fechar.jpg);
	right: 5px;
	top: 5px;
	text-indent: -20000px;
	cursor: pointer;
}