@charset "utf-8";

/* BASE */
body {
	background-color: #222;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222;
}
h4 {
	font-size:12px;
	
}

/* ESTILOS COMUNS */

.centrado {
	text-align:center;
}
.azul {
	color: #0000FF;
}
.vermelho {
	color: #ff0000;
}
.titulo {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #600;
}
.subtitulos {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #600;
}
.ancoras {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0066FF;
}
.moldura {
	background-color: #FFFFFF;
}
.molduraEsq {
	background-color: #e0e0e0;
	width: 260px;
	vertical-align: top;
}
.molduraDir {
	background-color: #FFFFFF;
	width: 750px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}
.topo {
	background-color: #666;
}
.fundo {
	background-color: #666;
	padding-right: 10px;
	padding-left: 10px;
	color:#eee;
	text-align:right;
}

a:visited {
	color: #0066FF;
}
a:link {
	color: #0066FF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	color: #1C9DE3;
}
a:active {
	color: #333333;
}




/* ESTILOS DA NAVEGACAO */
.fundoTabelaNavegacao {
	/* background-color: #0099CC; */
	width: 240px;
}
.celulas {
	background-color: #888888;
}




/* LINKS DA NAVEGACAO */
a.tabelaNavegacao:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:10px;
	text-decoration: none;
}
a.tabelaNavegacao:link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:10px;
	text-decoration: none;
}
a.tabelaNavegacao:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
	padding-left:10px;
	text-decoration: underline;
}
a.tabelaNavegacao:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:10px;
	text-decoration: none;
}
.linksPreferidos {
	/* background-color: #0099CC; */
	width: 242px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

a.linksPreferidosCor:visited, a.linksPreferidosCor:link, a.linksPreferidosCor:active  {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
a.linksPreferidosCor:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
}
