/* CSS Document */
.linkBody
{
	font-family: verdana;
	font-size:0.7em;
	color: #5079AD;
}
.linkBody a
{
	text-decoration:underline;
	color: #5079AD;
}
.linkBody a:hover
{
	text-decoration:none;
	color: #5079AD;
}

.categoria {
	color: #193871;
	font-weight: bold;
	font-size:0.7em;
}

.bancoItem
{
	height:85px;
	margin-top:2px;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:2px;
	display:block
}
.bancoItem table
{
	width:100%;
}
.bancoItem td
{
	width:50%;
	text-align:left
}

.bancoItem .titulo
{
	font-family: verdana;
	font-size:0.6em;
	color: #193871;
	margin-bottom:2px;
}
.bancoItem .subTitulo
{
	font-family: verdana;
	font-size:0.55em;
	color: #5A5A5A;
}
.bancoItem .data
{
	font-family: verdana;
	font-size:0.52em;
	color: #5375A9;
}
.imgBorder {
	border: 1px solid #08338D;
}
.fimCategoria{
	width:100%;
	height:1px;
	border-bottom:1px dashed #9AA3AF;
	text-align:right;
	padding-bottom:1px;
}
.suporteFimCategoria{
	width:98%;
	padding:5px;
	clear:both;
}
.suporteCategoria{
	width:100%;
	padding:10px;
}
.tableInterior {
	width:100%;
	height:100%;
}
.tableInterior td{
	vertical-align:top;
}
.tableInterior .tableInteriorIcon{
	vertical-align:bottom;
}
.suporteTableInterior {
	vertical-align:top; 
	height:100%;
}
.suporteImgBanco {
	vertical-align:top; 
	width:1px;
}