@charset "utf-8";

	/*
	
	Template para site
	@name		Default
	@basename	textos.css
	@author		Felipe da Vinha Ricieri
	@date		26/07/2009
	
	*/
	
	a		{ color:#910B0B; text-decoration:none; }	
	a:hover { color:#353535; text-decoration:none; }
	
	/*
	CORES
	*/
	
	/* preta */
	.dark, a.dark					{ color:#353535; }
	a.dark:hover					{ color:#000000; }
	
	/* vermelha */
	.red, a.red						{ color:#910B0B; }
	a.red:hover						{ color:#353535; }
	
	/*gold*/
	.gold, a.gold					{ color:#7C701A; }
	a.gold:hover					{ color:#910B0B; }
	
	/*yellow*/
	.yellow, a.yellow				{ color:#FFF372; }
	a.yellow:hover					{ color:#FFFFFF; }
	
	/*white*/
	.white, a.white					{ color:#FFFFFF; }
	a.white:hover					{ color:#FFF372; }
	
	
	/*
	FONT SIZE
	*/
	
	.c9		{ font-size:9px;  }		.c10	{ font-size:10px; }
	.c11	{ font-size:11px; }		.c12	{ font-size:12px; }
	.c13	{ font-size:13px; }		.c14	{ font-size:14px; }
	.c15	{ font-size:15px; }		.c16	{ font-size:16px; }
	.c17	{ font-size:17px; }		.c18	{ font-size:18px; }
	.c19	{ font-size:19px; }		.c20	{ font-size:20px; }
	.c21	{ font-size:21px; }		.c22	{ font-size:22px; }
	.c23	{ font-size:23px; }		.c24	{ font-size:24px; }
	
	/*
	MOUSE OVER
	*/
	
	a.dark, a.dark:hover, a.red, a.red:hover,
	a.gold, a.gold:hover, a.white, a.white:hover,
	a.yellow, a.yellow:hover
		{
		text-decoration:none;
		}