﻿@charset "utf-8";
/* CSS Document */

table {
	width:100%;
	border-collapse: collapse;
	font: normal 10px verdana, arial, helvetica, sans-serif;
	background: #ffffff;
  }
  td {
	padding: 0.3em;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width:1px;
	padding-top: 8px;
  }
  thead{	height: 20px;}
.tdboe{
  	background-color:#e5e5e5;
  }
.trazul{
	background-color:#b9e3f3;
	font:Arial;
	font-size: 11px;
	color:#9B9B9B;
	font-weight:bold
  }
