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

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/* background-image: url("./imagens/bg.jpg");    */
	background-color:#A9C26C
}

/* Links gerais */
a:link {text-decoration: none;
	color: #090;
}

a:visited {text-decoration: none; 
color: #090;}

a:active {text-decoration: none; 
color: #000000;}

a:hover {text-decoration: none; 
color: #000000;}


/* Textos */
.TXT {font-family:Verdana, Geneva, sans-serif;
font-size:12px;
font-style:normal;
font-weight:100;
}

.TXT-NEG {font-family:Verdana, Geneva, sans-serif;
font-size:11px;
font-style:normal;
font-weight:bold;
}

.TITULO1 {font-family:Verdana, Geneva, sans-serif;
font-size:14px;
font-style:normal;
font-weight:bold;
}

.TITULO2 {font-family:Verdana, Geneva, sans-serif;
font-size:12px;
font-style:normal;
font-weight:bold;
}

.DESTAQUE-RED {font-family:Verdana, Geneva, sans-serif;
font-size:10px;
font-style:normal;
font-weight:bold;
color:#FF0000
}
