/* usado no  EDITOR  e   versao para  IMPRIMIR   */


body {
	font: 11px/17px  Verdana, Tahoma, Helvetica, sans-serif; 
	color: #333333; 	
	text-align:left;
}


/* links */
a { 
	color: #2068FF;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #F8000B;
	background-color: inherit;
	text-decoration:underline;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.5em; color: #2068FF; } 
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin-bottom: 7px;
}

/*------------------------------------------------------------------------------------------------------*/

.topico { margin: 0 0 0 0; font-size: 11px; font-family: arial; font-weight: bold; color: #3880CF; }
.topico a { text-decoration: none; color: #3880CF; }
.topico a:hover { text-decoration: underline; }
.topico a:visited { color: #3880CF; }

/*------------------------------------------------------------------------------------------------------*/

.Titulo {
	margin: 4px 0 5px 0;
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2968AD;
}
.Titulo a { text-decoration: none; color: #2968AD; }
.Titulo a:hover { text-decoration: underline; }
.Titulo a:visited { color: #2968AD; }

/*------------------------------------------------------------------------------------------------------*/

.subTitulo { margin: 0 0 0 0; font-size: 13px; font-family: arial; font-weight: bold; color: #000000;}
.subTitulo a { text-decoration: none; color: #000000; }
.subTitulo a:hover { text-decoration: underline; }
.subTitulo a:visited { color: #000000; }

/*------------------------------------------------------------------------------------------------------*/

.texto_artigo { font: 12px verdana; line-height: 17px; }

/*------------------------------------------------------------------------------------------------------*/

.texto_prim_pag { margin: 3px 0 15px 0; font-size: 11px; font-family: verdana; }

/*------------------------------------------------------------------------------------------------------*/

.texto_chamada {
	margin: 0;
	padding: 2px 0 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.texto_chamada a { text-decoration: none; color: #000000; }
.texto_chamada a:hover { text-decoration: underline; }
.texto_chamada a:visited { color: #000000; }

/*------------------------------------------------------------------------------------------------------*/

citacao {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #2181C7;   
	color: #2181C7;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* images */
img {
	border: none;
}

/*------------------------------------------------------------------------------------------------------*/

img.Imag_Sem_Borda {
	border:none;
}

img.Imag_Sem_Borda_Dir {
  margin: 3px 0px 5px 15px;  
  float: right;
}
img.Imag_Sem_Borda_Esq {
  margin: 3px 15px 5px 0px;
  float: left;
}

img.Imag_Com_Borda {
	border: 1px solid #A6A7B5;
	background: #FAFAFA;
	padding: 6px;
	margin:10px;
	margin-top:5px;
}
img.Imag_C_Borda_Dir {
	border: 1px solid #A6A7B5;
	background: #FAFAFA;
	padding: 6px;
	
	margin: 3px 0px 5px 15px;  
	float: right;
}
img.Imag_C_Borda_Esq {
	border: 1px solid #A6A7B5;
	background: #FAFAFA;
	padding: 6px;
	
	margin: 3px 15px 5px 0px;
	float: left;
}

/* chamada especial para o EDITOR*/
#chamada_editor {
	line-height:13px;
	font-size:10px;
}
#chamada_editor p{
	margin-bottom:4px;
}
