@charset "utf-8";
/* CSS Document */

.todo_i{
	width:80%;
	text-align:left;
}

.centro{
	background-color:#FFF;
	width:100%;
}

.topico{
	font-size:22px;
	font-weight:bold;
	color:#F60;
}
.titulo_vestibular{
	font-size:36px;
	font-weight:bold;
	color:#F30;
}

.descricao_vestibular{
	text-align:justify;
	font-size:14px;
}

.titulos_gerais{
	font-size:16px; color:#06C; font-weight:bold;
}

.descricao_gerais{
	margin:0px 0px 4px 45px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:160%;
	color:#000;
}

.example{
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color: #036;
}

.item_form{
	margin-bottom:6px;
}
