﻿
@import url(conteudo.css);

table{
	font-size: 16px;
	margin: 17px auto 0;
	text-align: center;
}
table thead tr th{
	background: #203039;
	color: #FFF;
	height: 53px;
}
table tbody tr td{
	background: #FFF;
	border: 1px solid #203039;
	color: #203039;
	height: 33px;
}
