@charset "iso-8859-1";
 
*{
	font-family: Verdana, Helvetica, sans-serif;
}

a		{color: #1439B8; }
a:visited	{text-decoration: none;}
a:active	{text-decoration: none;}
a:link	{text-decoration: none;}
a:hover	{text-decoration: underline;}

body{
	background: #fff url(img/background.gif) repeat-y fixed top left;
	margin: 0 0 0 0;
}

h1{
	font-size: 1.1em;
	color: #F90; 
	font-weight: bold;
	text-align: center;
}
h2{
	font-size: 1em; 
	color: #069; 
	font-weight: bold;
	font-style: italic;
}
h3{
	color: #000;
	font-weight: bold;
	font-size: 1em;
}
h4{
	color: #f90;
	font-weight: bold;
	font-size: 0.9em;
}

blockquote{
	line-height: 140%;
	font-size: 0.9em;
}

dt{
	font-weight:bold;
	margin-top: 1em;
}

#tudo{width: 750px;}
#pepid{}
#links{}
#menu{}
#corpo{}

/******************
		IDENTIFICAÇÃO DA PÁGINA */
#pagid img{border: 0;}

/******************
		OBJETOS RELACIONADOS AO CONTEÚDO DA PÁGINA*/
#objrel{
	font-size: 0.7em;
	text-align: center;
	float: left;
	width: 165px;
	margin-top:100px;
}

#objrel span{
	margin-bottom: 50px;
	display: block;
}


/******************
		CONTEÚDO DA PÁGINA*/


#conteudo{
	margin-left: 165px;
	font-size: 0.8em;
}

#conteudo p, li{
	line-height: 150%;
}

#conteudo a img{border:0;}

/******************
		NAVEGAÇÃO  GERAL*/
#navega{	
	font-size: 0.9em;
	margin: 50px 0 1em 165px;
	border-top: 2px solid #369;
	text-align: center;
	clear: both;
}
/******************
		SUB NAVEGAÇÃO - para .js*/
#navegasub ul li{
	list-style-type: disc;
}
#navegasub{
	font-size: 0.9em;
	border-top: 2px solid #369;
	margin-bottom: 0.5em;
}


/******************
		POPUP */
#conteudopop{
	margin: 2em 2em 2em 2em;
	font-size: 0.9em;
}

#navegapop{	
	font-size: 0.9em;
	margin: 2em 2em 2em 2em;
	border-top: 2px solid #369;
	text-align: right;
}