@charset "utf-8";
/* CSS Document */

h1	{
	font-family:"trebuchet MS";
	font-size:20px;
	margin-top:8px;
	margin-bottom:8px;
	font-weight:100;
	}

h2	{
	font-family:"trebuchet MS", arial;
	font-size:16px;
	color:#47738f;
	margin-top:0px;
	margin-bottom:13px;
	font-weight:100;
	}
	
h3	{
	font-family:"trebuchet MS", arial;
	font-size:22px;
	color:#006699;
	margin-top:0px;
	margin-bottom:20px;
	font-weight:100;
	}
	
h4	{
	font-family:"trebuchet MS", arial;
	font-size:22px;
	color:#006600;
	margin-top:0px;
	margin-bottom:20px;
	font-weight:100;
	}
	
.texto_grande {
	font-family:"trebuchet MS", arial;
	font-size:16px;
	color:#666666;
	font-weight:100;
	}
	
.texto_grande li{
	list-style-image:url(imagens/icone.gif);
	margin-bottom:7px;
	margin-top:5px;
	margin-left:-10px;
	}
	
.texto_preto {
	font-family:"trebuchet MS", arial;
	font-size:13px;
	font-weight:100;
	line-height:17px;
	color:#606060;
	}
	
.texto_preto2 {
	font-family:"trebuchet MS", arial;
	font-size:13px;
	font-weight:100;
	line-height:19px;
	color:#606060;
	}
	
.texto_preto li{
	list-style-image:url(imagens/seta-list.gif);
	margin-top:0px;
	margin-bottom:0px;
	margin-left:-22px;
	}
	
.texto_verde {
	font-family:"trebuchet MS", arial;
	font-size:13px;
	font-weight:100;
	line-height:17px;
	color:#006600;	
	}
	
.texto_preto_menor {
	font-family:"trebuchet MS", arial;
	font-size:12px;
	font-weight:100;
	line-height:17px;
	color:#333333;
	}
	
.fontemenu	{
	font-family:"trebuchet MS";
	font-size:15px;
	color:#FFFFFF;
	font-weight:100;
	}
	
.link-azul:link, .link-azul:visited, .link-azul:active {color:#38617f; text-decoration:none;}
.link-azul:hover {color:#38617f; text-decoration:underline;}

.link-noticias:link, .link-noticias:visited, .link-noticias:active {color:#606060; text-decoration:none;}
.link-noticias:hover {color:#606060; text-decoration:underline;}

.link-preto:link, .link-preto:visited, .link-preto:active {color:#333333; text-decoration:none;}
.link-preto:hover {color:#333333; text-decoration:underline;}

.link-branco:link, .link-branco:visited, .link-branco:active {color:#FFFFFF; text-decoration:none;}
.link-branco:hover {color:#FFFFFF;; text-decoration:underline;}

.link-paginacao:link {
	color:#333333; 

	padding:2px 4px 2px 4px;
	background:none;
	text-decoration:none;
	}

.link-paginacao:visited {
	color:#333333; 

	padding:2px 4px 2px 4px;
	background:none;
	text-decoration:none;
	}
 
.link-paginacao:active {
	color:#FFFFFF; 

	padding:2px 4px 2px 4px;
	background-color:#003300;
	text-decoration:none;
	}

.link-paginacao:hover  {
	color:#FFFFFF; 

	padding:2px 4px 2px 4px;
	background-color:#006600;
	text-decoration:none;
	}


	