@charset "utf-8";
/* CSS Document */

body {background-image:url(imagens/bkg_topo.png);
background-position:top;
background-repeat:repeat-x;
background-color:#E6E6E6;
margin-top:0;
}

a:link {text-decoration: none;
color:#000;}
a:visited {text-decoration:none;}
a:hover {text-decoration: none; }
a:active {text-decoration: none;}

a.link2:link {text-decoration: none;
color:#CCC;}
a.link2:visited {text-decoration:none;
color:#CCC;}
a.link2:hover {text-decoration: none;
color:#CCC;}
a.link2:active {text-decoration: none;
color:#CCC;}


.texto1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	text-align: justify;
}

.texto_form {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
	text-align: right;
}

.texto_titulo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	text-align: justify;
}

.texto_branco {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCC;
	text-align: left;
}

.link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #009;
	text-align: right;
}

.texto_centro {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	text-align: center;
}

.texto_centro2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	text-align: center;
}

ul {padding:0;
margin:0;
}

li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	text-align: justify;
	background-image:url(imagens/icon.png);
	background-position:left;
	background-repeat:no-repeat;
	list-style-type:none;
	line-height:16px;
	padding-left:15px;
	}

#topo {background-image:url(imagens/topo.png);
background-position: top;
background-repeat:no-repeat;
height:185px;
}

#rodape {background-image:url(imagens/rodape.png);
background-position: top;
background-repeat: repeat-x;
height:50px;
padding-bottom:10px;
}

#fundo1 { background-color:#FFF;
margin-top:0px;
}

#tab1 { padding-left:15px;
padding-right:15px;
padding-top:10px;
padding-bottom:20px;
}

