@charset "utf-8";
/* CSS Document */
html, body {height:100%;}
body {
	margin:0; 
	padding:0;
	background:#fff;
	color:#666;
	font:75%/1.4 Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	}
/*body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}*/
img {border:0px;}
#geral { 
	width:740px;
	margin:10px 0px 5px 0px;
	 position:relative;  /*Contexto de posicionamento */
	/*background:#fff url(bg-auxiliar.gif) repeat-y right;
	margin:0 auto;*/
	/*margin-left:-370px;*/
	text-align:left;
	/*min-height:100%;*/
	/*border:dotted #999;
	border-width:0 1px;
	left:50%;*/
	}
* html #geral {height: 100%;}/**/
/*#geral {
	width:740px;
	margin:10px 0px 5px 0px;
	position:absolute;
	left:50%;
	margin-left:-370px;
}*/
#barra {
	width:740px;
	background-image:url(../../imagens/layout/JPG/barraFundo.jpg);
	background-repeat:repeat-x;
}
#topo {
	background:#fff;
	width:740px;
	height:175px;
	margin-top:5px;
	/*border-bottom:1px dotted #999;*/
	text-align:center;
	padding-top:1px;/**/
	}
/*#topo {
	width:740px;
	margin-top:5px;
}*/
#corpo {
	width:740px;
	margin-top:5px;
	text-align:left;
}
#principal {
	width:500px;
	/*padding-left:10px;*/
	float:right;
	/*padding-top:10px;*/
	text-align:justify;
	}
#auxiliar {
	width:100px;
	float:left;
	/*padding-top:10px;*/
	}
.clear {clear:both;}
#matricule {
	text-align:center;
	margin-top:5px;
}
#rodape {
	background-image:url(../../imagens/layout/JPG/rodapeFundo.jpg);
	background-repeat:repeat-x;
	width:740px;
	height:42px;
	/*position: absolute;*/
	margin-top:5px;
	bottom: 10; 
	border:dotted #999;
	border-width: 1px 0;
	text-align:left;/**/
	}
/*#rodape {
	width:740px;
	height:42px;
	margin-top:5px;
	background-image:url(../../imagens/layout/JPG/rodapeFundo.jpg);
	background-repeat:repeat-x;
}*/
.textoRodape {
	font-size:11px;
	color:#666666;
}
.boxMenu {
	width:223px;
	background-image:url(../../imagens/layout/JPG/boxMenu-fundo.jpg);
	background-repeat:repeat-y;
	border:0px;
	padding-left:15px;/**/
}
.boxMenu a {
	text-decoration:none;
	font-size:11px;
	color:#333333;
}
.boxMenu table td {
	padding-left:15px;
	line-height:20px;
	border-bottom:1px solid #CCCCCC;
}
.tituloMenu {
	color:#130269;
	font-size:12px;
	font-weight:bold;
}
.tiraEstilo {
	border:0px;
	padding:0px;
}
td.conteudo {
	width:506px;
	vertical-align:top;
	font-size:12px;
	color:#333333;
}
.chamada {
	border-bottom:1px solid #CCCCCC;
	padding-bottom:8px;
	margin-bottom:5px;
}
.chamada a {
	font-size:11px;
	color:#333333;
	text-decoration:none;
}
.chamada img {
	margin-right:5px;
}