.cabecalho {
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #3A3930;
	margin-right: 0px;
}
.menu {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.titulo {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #97947F;
	font-family: "Trebuchet MS";
}

.txt {
	font-size: 13px;
	color: #3A3930;
	font-family:"Trebuchet MS"
}

.subtitulo {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #3A3930;
	font-weight: bold;
}
.txt_com_margem {
	font-size: 13px;
	color: #3A3930;
	padding-left: 10px;
	padding-right: 10px;
	font-family:"Trebuchet MS"
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
}
#menu_admin a {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	padding-left: 15px;
	padding-bottom: 2px;
	width: 168px;
}
#menu_admin a:hover {
	color: #990000;
}

