/*
UNISON SONORIZACAO CSS
por Juliano Toazza . http://crab.com.br
Atualizado em: 07-12-2008
*/

/* GERAL
-------------------------------------------------------------------- */
body { font:12px Arial, Helvetica, sans-serif; margin:0px; background-color:#000; }
acronym { cursor: help; }

/* CABECALHO ACESSIVEL
-------------------------------------------------------------------- */
.txt-cabecalho 			{ color: #ccc; }
.txt-cabecalho a 		{ color: #ccc; text-decoration:none; }
.txt-cabecalho a:hover 	{ text-decoration:underline; }

#recursos-acessibilidade { }
#atalhos { }


/* MENU
-------------------------------------------------------------------- */
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #eee;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
.style5 a {
	color: #eee;
	text-decoration:none;
}
.style5 a:hover {
	color: #999999;
}


/* CONTEUDO
-------------------------------------------------------------------- */
div#pensamento { padding-left:15px; background:#555; border:1px dashed #999; }
div#pensamento p { line-height:20px; }


/* TEXTOS E LINKS
-------------------------------------------------------------------- */
p, li     { font-family: Arial, Helvetica, sans-serif; color: #eee; font-size: 12px; line-height: 20px; }
p a       { color: #F66013; text-decoration:none; }
p a:hover { color: #eee; text-decoration:underline; }
ul        { list-style: disc;}

h1        { font-family: Arial, Helvetica, sans-serif; color:#eee; font-size:23px; margin:0 0 15px 0px; padding:0;}
h4        { font-family: Arial, Helvetica, sans-serif; color:#eee; }

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}
.txtTITrodape {
	font-size: 9px;
	font-family: Verdana;
	font-weight: bold;
}
.txtRodape {
	font-size: 9px;
	font-family: Verdana;
}


