@charset "utf-8";

*{
    margin:0;
	padding:0;
	border:0;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}



body {
	background:url(imagens/bg_fundo.jpg);	
}
	
	
	
#tudo { 
	width:744px;
	background:url(imagens/bg_tudo.gif) repeat-y;
	margin:auto;
	background-color:#fff;
	border: solid 2px #003;
}


h1{display:none;}


#topo {
	width:744px;
    height:155px;
}


#esquerda {
    width:175px;
	float:left;
}


#principal {
	float:left;
	background-color:#200459;
	border-style:solid;
	border-right-color:#fff;
	border-top-color:#200459;
	border-left-color:#fff;
	border-bottom-color:#000;
	border-left-width:2px;
	border-top-width:0px;
	border-right-width:2px;
	border-bottom-width:0px;
	width:504px;
	margin-left:13px;
	padding:15px;
}


#rodape {
	background:url(imagens/rodape.gif);
    width:734px;
    height:45px;
	padding:5px 0 5px 0;
}


.divtabela {
	background-image:url(imagens/div_tabela.gif);
	background-repeat:repeat-y;
	width:1px;
}


.bgtabela1{
	background-color:#280078;
}


.bgtabela2{
	background-color:#4b317f;
}


.textorodape{
	font-size:11px;
	color:#fff;
	line-height:20px;
	padding-top:5px;
}


.textoazul{
	padding-top:10px;
	font-size:14px;
	color:#2a3970;
	margin:10px;
}


.assina_pjr{
	position:relative;
	width:26px;
	height:26px;
	left:680px;
	top:14px;
	float:left;
}


.clear {clear:both;}


p{
	
	font-size:11px;
	color:#fff;
}


.textoform{
	font-size:11px;
	color:#000;
	padding:2px;
}


hr{
	
	font-size:2px;
	color:#fff;
}


.textonegrito{
	font-weight:bold;
	font-size:9pt;
	color:#fff;
}


.titulo{
	font-weight:bold;
	font-size:13pt;
	color:#fff;
}


.subtitulo{
	font-weight:bold;
	font-size:11pt;
	color:#fff;
}



a.linkamarelo:active, a.linkamarelo:link,  a.linkamarelo:visited{
	font-size:11px;
	color:#FFCC33;
	text-decoration: none;
}


a.linkamarelo:hover {
	font-size:11px;
	color:#FFCC33;
	text-decoration: underline;
}


/*___________________________________*/


a.linkpretoint:active, a.linkpretoint:link, a.linkpretoint:visited {
	color: #000000;
	text-decoration: none;
}


a.linkpretoint:hover {
color: #000000;
text-decoration: underline;
}


