a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.lnk_branco {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.lnk_branco:hover {
	text-decoration: underline;
}
.lnk_azul {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #193750;
	text-decoration: none;
}
.lnk_azul:hover {
	text-decoration: underline;
}
.txt_branco {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}
body {
	margin: 0px;
	padding: 0px;
}
tr {
	font-family: "Trebuchet Ms";
	font-size: 12px;
}
.bgleft {
	background-image: url(/images/bg_foot.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
}
li {
	color: #FF9900;
      list-style-type: circle;
}
input, textarea {
	border: 1px solid #DBE4EB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #193750;
	background-color: #F8FAFC;
	clip:  rect(5px 5px 5px 5px);
}
