h1 {
	text-decoration: none;
	font-size: 22px;
	font-family: arial, helvetica;
	color: black;
	text-align: left;
	margin: 0;
	padding: 0;
	display: inline;
}

h2 {
	text-decoration: none;
	font-size: 16px;
	font-family: arial, helvetica;
	color: black;
	text-align: left;
	display: inline;
}

h3 {
	text-decoration: none;
	font-size: 12px;
	font-family: arial, helvetica;
	color: gray;
	text-align: left;
	display: inline;
}

.titulo {
	font-family: arial, helvetica;
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
	color: red;
	margin: 10px;
	text-decoration: none;
	}

.texto {
	font-family: arial, helvetica;
	font-size: 12pt;
	text-align: left;
	font-weight: normal;
	color: black;
	margin: 10px;
	text-align: left;
	display: inline;
	text-decoration: none;
	}

.texto a {
	text-decoration: underline;
	font-family: arial, helvetica;
	font-size: 14pt;
	text-align: left;
	color: black;
	margin: 10px;
	text-align: left;
	display: inline;
	text-decoration: none;
	color: blue;
}
.texto a:hover{
	text-decoration: underline;
	font-family: arial, helvetica;
	font-size: 14pt;
	text-align: left;
	color: black;
	margin: 10px;
	text-align: left;
	display: inline;
	text-decoration: none;
	color: blue;
	background-color: silver;
}

.titulo_peq {
	text-decoration: none;
	font-size: 16px;
	font-family: arial, helvetica;
	color: black;
	text-align: center;
	display: inline;
	width: 100%;
	color: white;
	background-color: #007F43;
}

.titulo_peq a {
	text-decoration: underline;
	font-size: 16px;
	font-family: arial, helvetica;
	color: blue;
	text-align: center;
	display: inline;
	background-color: white;
}
.titulo_peq a:hover{
	text-decoration: underline;
	font-size: 16px;
	font-family: arial, helvetica;
	color: blue;
	text-align: center;
	display: inline;
	background-color: silver;
}

.texto_peq {
	text-decoration: none;
	font-size: 12px;
	font-family: arial, helvetica;
	color: black;
	text-align: center;
	display: inline;
}
.texto_peq a {
	text-decoration: underline;
	font-size: 12px;
	font-family: arial, helvetica;
	color: blue;
	text-align: center;
	display: inline;
}
.texto_peq a:hover{
	text-decoration: underline;
	font-size: 12px;
	font-family: arial, helvetica;
	color: blue;
	text-align: center;
	display: inline;
	background-color: silver;
}

.red {
	font-family: arial, helvetica;
	font-size: 12pt;
	font-weight: bolder;
	text-align: left;
	color: red;
	margin: 5px;
	display: inline;
	}

.red a {
	font-family: arial, helvetica;
	font-size: 12pt;
	font-weight: bolder;
	text-align: left;
	color: red;
	margin: 5px;
	display: inline;
	}

.red a:hover {
	font-family: arial, helvetica;
	font-size: 12pt;
	font-weight: bolder;
	text-align: left;
	color: red;
	margin: 5px;
	display: inline;
	background-color: silver;
	}


.ar_item a {
	width: 150px;
	height:15px;
	display: block;
	font-family: arial, helvetica;
	font-size: 10pt;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
	background-color: white;
	color: #666666;
	margin:0 auto;
	border: 2px solid black;
	padding: 0px;
	}

.ar_item a:hover {
	width: 150px;
	height:15px;
	display: block;
	font-family: arial, helvetica;
	font-size: 10pt;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
	background-color: #F4F4F4;
	color: black;
	border: 2px solid red;
	padding: 0px;
	}

#lateral img {
	border-width: 0px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}

#logo_gde img {
	border-width: 0px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}

/* Fixed Positioned AddThis Toolbox */            
.addthis_toolbox.atfixed {
    position: fixed;
    top: 10%;
    left: 5px;
    border: 1px solid #eee;
    padding: 5px 5px 1px;
    width: 32px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.addthis_toolbox .custom_images a {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.addthis_toolbox .custom_images a img { border: 0; margin: 0 0 1px; opacity: 1.0; }
.addthis_toolbox .custom_images a:hover img { margin: 1px 0 0; opacity: 0.75; }

