@charset "UTF-8";
/* CSS Document */

/* texto padrao */
.texto {
	color: #000;
	text-decoration: none;
	font: 14px/20px 'FontRegular', "Lucida Grande", "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
}

/* texto lateral */
.texto_lateral {
	color: #666;
	text-decoration: none;
	font: 13px/20px 'FontRegular', "Lucida Grande", "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
}

/* texto menor */
.texto_menor {
	font: 12px/20px 'FontRegular', "Lucida Grande", "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
}

.texto-bold {
	font-family: 'FontBold', "Lucida Grande", "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
}

/* topicos */
.topico1 {
	font: 16px/20px  'FontRegular', "Lucida Grande", "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
}

.topico2 {
	font: 18px/20px  'FontRegular', "Lucida Grande", "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
}

.topico3 {
	font: 20px/20px  'FontRegular', "Lucida Grande", "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
}

/* titulos */
.titulo {
	font: 24px/20px 'FontRegular', "Lucida Grande", "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
}

/* cores */
.branco {
	color: #FFF;
}

.laranja {
	color: #F60;
}

.azul {
	color: #06C;
}

.vermelho {
	color: #C00;
}

.cinza1 {
	color: #666;
}

.cinza2 {
	color: #999;
}

/* contorno para imagens */
.contorno {
	border: 1px solid #BBB;
	padding: 5px;
	margin: 5px 0 5px 0;
}
