/* Ultima atualizao: 22-fev-2008  - Andre */

/* Reset CSS */

/* Normalizes margin, padding */
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
	{ margin : 0;}

	/* Normalizes font-size for headers */
	h1,h2,h3,h4,h5,h6 { font-size : 100%; font-weight: normal; }

	/* Removes list-style from lists */
	ol,ul { list-style : none; }

	/* Normalizes font-style and font-weight to normal */
	address, caption, cite, code, dfn, em, strong, th, var
	{ font-style : normal; font-weight : normal; }

	/* Removes border from fieldset and img */
	fieldset,img, img a { border : 0; }
	
	/* Left-aligns text in caption and th */
	caption,th { text-align : left; }

	/* Removes quotation marks from q */
	q:before, q:after { content :''; }

	/* Removes rid of Firefox's dotted borders */
	a { outline:none; }

	/* Removes rid of IE's blue borders */
	a img { border:none; }

	strong { font-weight: bold; }

	em { font-style: italic; }

	/* ------------------------- End Reset CSS ---------------------- */
	
	

body {	margin-left: 0px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;	;
	background-color: #fbfbf6;
	background-image: url(../img/bg_top.gif);
	background-repeat: repeat-x;}

/* TEXTOS NORMAIS */
p {  font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 14px; color:#454540}
h1 {	font-family: Verdana, Helvetica, Arial, sans-serif;	font-size: 18px;	font-weight: bold;	color: #4f87a6;}
h2 {	font-family: Verdana, Helvetica, Arial, sans-serif;	font-size: 14px;	font-weight: bold;	color: #4f87a6;}
h3 {	font-family: Verdana, Helvetica, Arial, sans-serif;	font-size: 12px;	font-weight: bold;	color: #4f87a6;}
h4 {	font-family: Helvetica, Verdana, Arial, sans-serif;	font-size: 14px;	font-weight: bold;	color: #454540;}

a { color: #4f87a6; text-decoration: underline}
a:hover {	text-decoration:none; color: #7AA8C0}

a.linkMenuTopo { font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 12px;	color:#FFFFFF;	font-weight: bold; text-decoration: none}
a.linkMenuTopo:hover {	color: #9AD1EF}

a.linkRodape { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; text-decoration: underline;}
a.linkRodape:hover { text-decoration: none;}

a.linkArtigos { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color:#737373; background-color: #f3f3ea; 
 font-weight: normal; text-decoration: none}
a.linkArtigos:hover {text-decoration:underline; color: #4f87a6 }

ul {  font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 14px; color:#454540}

/* TEXTOS ESPECIAIS */
.txtPensamentoTopo {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#454540}
.txtPensamentoAutor {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color:#454540}
.txtBoxDireita {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color:#454540}
.txtPor {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color:#454540}
.txtMenuAtivo{ font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 12px;	color:#0b0b0b;	font-weight: bold; text-decoration: none}


/* SHAPES PARA CONTEUDO */
.tdBarraEsquerda1 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color:#737373; background-color: #f3f3ea}
.tdBarraEsquerda2 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:#b6b6aa; background-color: #f3f3ea}
.tdBarraDireita {background-color: #e6e6d6}
.tdBarraRodape {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; background-color: #808076}

.tdBgk {background-color: #d4cfc5}
.tdConteudo {background-color: #fbfbf6}

/* FORM */
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454540;
	border: 1px solid #CCCCCC;
	width: 250px;
}
.btt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4f87a6;
	border: 1px solid #CCCCCC;
	width: 60px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454540;
	border: 1px solid #CCCCCC;
	width: 250px;
}
