#menu a, a:visited {
	color: #000000;
	text-decoration: none;
}

#menu a:hover {
	color: #000000;
	text-decoration: none;
}

.Conteudo a, a:visited {
	color: #333333;
	text-decoration: none;
}

.Conteudo a:hover {
	color: #990000;
	text-decoration: none;
}

.ConteudoB a, a:visited {
	color: #333333;
	text-decoration: none;
}

.ConteudoB a:hover {
	color: #000000;
	text-decoration: none;
}

.Texto a, a:visited {
	color: #333333;
	text-decoration: none;
}

.Texto a:hover {
	color: #000000;
	text-decoration: none;
}

.Rodape a, a:visited {
	color: #736B44;
	text-decoration: none;
}

.Rodape a:hover {
	color: #990000;
	text-decoration: none;
}

/* ======== CSS Wireframe ======== */

#menu {
	width: 180px;
	height: 270px;
	font: 11px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
/*	background: #EBE2C7;*/
	margin-top: -1px;
	float: left;
}

/* ======== Classes ======== */

.Conteudo {
	font: 11px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}

/* ----- ConteudoB ----- */

.ConteudoB {
	font: 11px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}

.ConteudoB_menor {
	font: 9px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}

.ConteudoB_maior {
	font: 12px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}

/* ----- Texto ----- */

.Texto {
	font: 11px "Tahoma", Verdana, Helvetica, sans-serif;
	color: #333333;
	line-height: 17px;
	font-weight: normal;
}

.Texto_menor {
	font: 9px "Tahoma", Verdana, Helvetica, sans-serif;
	color: #333333;
	line-height: 17px;
	font-weight: normal;
}

.Texto_maior {
	font: 12px "Tahoma", Verdana, Helvetica, sans-serif;
	color: #333333;
	line-height: 17px;
	font-weight: normal;
}

/* ----- Descricao ----- */

.Descricao {
	font: 9px "Tahoma", Verdana, Helvetica, sans-serif;
	color: #736B44;
	line-height: 17px;
	font-weight: normal;
}

.Descricao_maior {
	font: 11px "Tahoma", Verdana, Helvetica, sans-serif;
	color: #736B44;
	line-height: 17px;
	font-weight: normal;
}

.Imprimir {
	font: 10px "Tahoma", Verdana, Helvetica, sans-serif;
	color: #396164;
	font-weight: normal;
}

.busca_rapida {
	font: 10px "Tahoma", Verdana, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
	background: #FCF9D8;
	border: 1px solid #cccccc;
}

.Rodape {
	font: 10px "Tahoma", Verdana, Helvetica, sans-serif;
	color: #736B44;
	line-height: 17px;
	font-weight: normal;
}