	
	/**************************
			  TEXTOS
	***************************/
	
	/*
	LINKS
	*/
	
	a
	{
	color:#154854;
	text-decoration:none;
	}
	
	a:hover
	{
	color:#8E0D0D;
	text-decoration:none;
	}
	
	/*
	PRIMEIRA COR: CINZA 70%
	- utilizada em textos
	*/
	
	.font1-10, .font1-11, .font1-12, .font1-13, 
	.font1-15, .font1-17, .font1-20, .font1-24
	{
	color:#333;
	}
	
	.font1-10 { font-size:10px; }
	.font1-11 { font-size:11px; }
	.font1-12 { font-size:12px; }
	.font1-13 { font-size:13px; }
	.font1-15 { font-size:15px; }
	.font1-17 { font-size:17px; }
	.font1-20 { font-size:20px; }
	.font1-24 { font-size:24px; }
	
	a.font1-10:hover, a.font1-11:hover, a.font1-12:hover, a.font1-13:hover, 
	a.font1-15:hover, a.font1-17:hover, a.font1-20:hover, a.font1-24:hover {
	color:#000;
	text-decoration:none;
	}
	
	/*
	SEGUNDA COR: CINZA 40%
	- utilizada em comentários
	*/
	
	.font2-10, .font2-11, .font2-12, .font2-13, 
	.font2-15, .font2-17, .font2-20, .font2-24
	{
	color:#666;
	}
	
	.font2-10 { font-size:10px; }
	.font2-11 { font-size:11px; }
	.font2-12 { font-size:12px; }
	.font2-13 { font-size:13px; }
	.font2-15 { font-size:15px; }
	.font2-17 { font-size:17px; }
	.font2-20 { font-size:20px; }
	.font2-24 { font-size:24px; }
	
	a.font2-10:hover, a.font2-11:hover, a.font2-12:hover, a.font2-13:hover, 
	a.font2-15:hover, a.font2-17:hover, a.font2-20:hover, a.font2-24:hover {
	color:#999;
	text-decoration:none;
	}
	
	/*
	TERCEIRA COR: AZUL PETRÓLEO
	- utilizada em títulos, subtitulos e pontos de atenção
	*/
	
	.font3-10, .font3-11, .font3-12, .font3-13, 
	.font3-15, .font3-17, .font3-20, .font3-24
	{
	color:#0A5162;
	}
	
	.font3-10 { font-size:10px; }
	.font3-11 { font-size:11px; }
	.font3-12 { font-size:12px; }
	.font3-13 { font-size:13px; }
	.font3-15 { font-size:15px; }
	.font3-17 { font-size:17px; }
	.font3-20 { font-size:20px; }
	.font3-24 { font-size:24px; }
	
	a.font3-10:hover, a.font3-11:hover, a.font3-12:hover, a.font3-13:hover, 
	a.font3-15:hover, a.font3-17:hover, a.font3-20:hover, a.font3-24:hover {
	color:#666;
	text-decoration:none;
	}
	
	/*
	QUARTA COR: VERMELHO BORDÔ
	- utilizada em destaques
	*/
	
	.font4-10, .font4-11, .font4-12, .font4-13, 
	.font4-15, .font4-17, .font4-20, .font4-24
	{
	color:#8E0D0D;
	}
	
	.font4-10 { font-size:10px; }
	.font4-11 { font-size:11px; }
	.font4-12 { font-size:12px; }
	.font4-13 { font-size:13px; }
	.font4-15 { font-size:15px; }
	.font4-17 { font-size:17px; }
	.font4-20 { font-size:20px; }
	.font4-24 { font-size:24px; }
	
	a.font4-10:hover, a.font4-11:hover, a.font4-12:hover, a.font4-13:hover, 
	a.font4-15:hover, a.font4-17:hover, a.font4-20:hover, a.font4-24:hover {
	color:#666;
	text-decoration:none;
	}
	
	/*
	QUINTA COR: BRANCO
	- cor negativa
	*/
	
	.font5-10, .font5-11, .font5-12, .font5-13, 
	.font5-15, .font5-17, .font5-20, .font5-24
	{
	color:#FFF;
	}
	
	.font5-10 { font-size:10px; }
	.font5-11 { font-size:11px; }
	.font5-12 { font-size:12px; }
	.font5-13 { font-size:13px; }
	.font5-15 { font-size:15px; }
	.font5-17 { font-size:17px; }
	.font5-20 { font-size:20px; }
	.font5-24 { font-size:24px; }
	
	a.font5-10:hover, a.font5-11:hover, a.font5-12:hover, a.font5-13:hover, 
	a.font5-15:hover, a.font5-17:hover, a.font5-20:hover, a.font5-24:hover {
	color:#FEF780;
	text-decoration:none;
	}
	
	/*
	SEXTA COR: AMARELO
	- cor negativa de destaque
	*/
	
	.font6-10, .font6-11, .font6-12, .font6-13, 
	.font6-15, .font6-17, .font6-20, .font6-24
	{
	color:#FEF780;
	}
	
	.font6-10 { font-size:10px; }
	.font6-11 { font-size:11px; }
	.font6-12 { font-size:12px; }
	.font6-13 { font-size:13px; }
	.font6-15 { font-size:15px; }
	.font6-17 { font-size:17px; }
	.font6-20 { font-size:20px; }
	.font6-24 { font-size:24px; }
	
	a.font6-10:hover, a.font6-11:hover, a.font6-12:hover, a.font6-13:hover, 
	a.font6-15:hover, a.font6-17:hover, a.font6-20:hover, a.font6-24:hover {
	color:#FFF;
	text-decoration:none;
	}
	