/* CSS Document */
a{
	outline:none;
}
/* Tags Globais */
*{
	text-decoration:none;
	margin:0;
	padding:0;
	list-style:none;
	border:none
}
#page p{
	margin:10px
}
#page h2,h3,h4,h5,h6{
	padding:0 10px;
	height:auto !important;
	height:1%
}
#page h1{
	font-size:140%
}
#page h2{
	font-size:130%
}
#page h3{
	font-size:120%
}
#page h4{
	font-size:110%
}
#page h5{
	font-size:100%
}
#page h6{
	font-size:90%
}
#menu, #menu-dir{
	overflow:auto !important /* Necessário para a acessibilidade (aumento e redução das fontes) */
}
#conteudo{
	overflow:hidden;
}
/* Classes personalizadas */
.hid{
	display:none
}
/* Formulários */
.registro input, .registro textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	border:1px solid;
	border-color:#C8C8C8 #EFEFEF #EFEFEF #C8C8C8;
	background:#F5F5F5 url('../imagens/1/bg-frmtxt.gif') repeat-x;
	padding:3px
}
.registro .btm_enviar{
	padding:3px 5px;
	font-weight:bold;
	background-image:none
}
.err, .sucesso{
	color:#F00;
	font-weight:bold;
	background:#FFC;
	border:1px dashed #ccc;
	padding:10px 20px !important
}
.err li, .sucesso li{
	padding:5px 0;
	list-style:none !important
}

.sucesso{
	color:#006;
	background:#E1F0FF;
	border:1px dashed #39F;
}

/* Formulários */
.registro input, .registro textarea{
	border:1px solid;
	padding:3px
}
.registro .btm_enviar{
	padding:3px 5px
}

/*Tag Cloud*/

.dev_cp2{display:block;width:125px;height:148px;border:0px solid #000;margin:3px auto 2px 0px;overflow:hidden;text-indent:-5000px;background:url("http://www.sisfacil.com.br/imagens/pro.gif") center top no-repeat;}
#feedtxt{
	font-size:25px;
	margin-left:40px;
}
.word {
	letter-spacing: 3px;
}
#tagCloud{
	text-align:center!important;
	overflow:hidden;
}
#tagCloud a{
	display: inline!important;
	margin:0px!important;
	padding:0px!important;
}
#tagCloud span.size1 {
	font-size: 23px!important;
	font-weight:bolder!important;
}
#tagCloud span.size2 {
	font-size: 19px!important;
	font-weight:bold!important
}
#tagCloud span.size3 {
	font-size: 16px!important;
	font-weight:bold!important
}
#tagCloud span.size4 {
	font-size: 13px!important;
	font-weight:bold!important
}
#tagCloud span.size5 {
	font-size: 10px!important;
}

