/*Colocar Imagem sem Border*/
.border_zero_img{
	border-width:0px;
}

/*CSS para todos os links do site*/
A:link{
	text-decoration: none;
	color: #808181;
}
A:visited{
	text-decoration: none;
	color: #808181;
}
A:active{
	text-decoration: none;
	color: #808181;
}
A:hover{
	text-decoration: none;
	color: #0082d1; /* dinamico */
}
/*Colocar paddings nos paragrafos*/
p{
	padding: 5px;
}

/*CSS para textos pequenos*/
.text_textop_1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #0082d1; /* dinamico */
	line-height: 16px;
	text-decoration: none,;
}
.text_textop_2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #464747;
	line-height: 16px;
	text-decoration: none;
}

/*CSS para textos normais*/
.text_texto_1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #0082d1; /* dinamico */
	line-height: 16px;
	text-decoration: none;
}
.text_texto_2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #464747;
	line-height: 16px;
	text-decoration: none;
}

/*CSS para textos subtitulo*/
.text_subtitulo_1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #0082d1;  /* dinamico */
	text-decoration: none
}
.text_subtitulo_2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #464747;
	line-height: 20px;
	text-decoration: none;
}

/*CSS para textos titulos*/
.text_titulo_1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #0082d1; /* dinamico */
	text-decoration: none;
	font-weight:bold;
}
.text_titulo_2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
/*CSS para background de conteudos*/
.background_1{
	background-color:#ebebea;
}
.background_barra{
	background-color:#0082d1;/* dinamico */
	padding-left:5px;
	height:25px;
}