td img {
	display: block;
}
body {
	background-image: url(images/fundo.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.td_esq {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 20px;
}
.brd_foto {
	margin: 2px;
	padding: 2px;
	border: 1px solid #E0DFE3;
}
.txt_azul {
	font-size: 13px;
	font-weight: bold;
	color: #1F5287;
}
.td_cont_bot {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0DFE3;
}
body,td,th {
	font-family: Tahoma,  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a:link {
	color: #3331D0;
	text-decoration: none;
}
a:visited {
	color: #3331D0;
	text-decoration: none;
}
a:hover {
	color: #5E5E5E;
	text-decoration: none;
}
a:active {
	color: #5E5E5E;
	text-decoration: none;
}