
/* ocultando layers para impressão */
#direita, #navega, #frase, .navega-horiz { display:none; }

body { 
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color:#FFFFFF;
	}

.cvi-titulo { font-size:8pt; font-weight:100; margin:0 0 20pt 0; text-align:center; }
#logo-cvi { margin:0; text-align:center; }

/* headers */
h1,h2,h3,h4,h5,h6 
	{ font-family: Arial, Helvetica, sans-serif; }
h1 { font-size: 18pt; }
h2 { font-size: 15pt; }
h3 { font-size: 13pt; }
h4 { font-size: 10pt; }
h5 { font-size: 10pt; }
h6 { font-size: 10pt; }

#esquerda, #head {
	width:100%;
	border:none;
	color:#000000;
	margin:0;
	clear:both;
}
a { color:#000000; }

ul,li { margin:12pt 0 12pt 20pt; font-size:10pt; }

/* classes para alinhamentos em geral */
.left { text-align:left; }
.center { text-align:center; }
.right { text-align:right; }
.divisoria { border-bottom:none; }

/* imagens */
img { border:0; }
img.tracejado { border:1px dashed #000000; padding:2px; }
img.float-right { float:right; margin-left:10px; }
img.float-left  { float:left; margin-right:10px; }

.u { text-decoration:underline; }
div.indent { margin-left:50px; }

/* .w33 e #foto-rf usados na pagina ricardo ferraz */
.w33 { width:33%; float:left; text-align:center; height:111px; }

/* usado para posicionar a foto à esquerda do texto */
#foto { float:left; font-size:0.8em; margin-right:10px; border:1px solid #CCCCCC; }

.w50 { width:50%; float:left; }
.limpatudo { clear:both; font-size:0; line-height:0; }

ol { list-style-type: decimal; }
ol ol { list-style-type: upper-alpha; }
ol ol ol { list-style-type: lower-alpha; }

.gilporta { font-size: 0.9em; text-align: right; font-style: italic; }