﻿h1{
	font-size:1.2 em;
	font-weight: bold;
	text-align: center;
	color:#555555;
}

section#consulta{
	font-size:.9em;
	text-align: center;
	max-width:95%;
	width:95%;
	height:auto;
	min-height:55px;
	border:2px #CCCCCC solid;
	background-color:#e9e9e9;
	padding: 1em;
	margin-top:2em;
	color: #000;
}
section#consulta select{
	border: 1px #555 solid;
}

input#cmdEnviar{
	width:6em;
	height: 1.8em;
	border: 1px solid #7d7d7d;
	color: #555;
	margin-right: 1em;
	font-weight:bold;
	margin-left: 1em;
}
table#tblConac {
	max-width:98%;
	width:98%;
}
table#tblConac tr td{
	text-align: center;
	height:auto;
	min-height:20px;
	border:1px #CCCCCC solid;
	background-color:#e9e9e9;
	padding: .5em;
	font-size:.8em;
}
th{
	font-weight:bold;
	font-size:.8em;
	background:#ccc;
	height: 2em;
	padding: .5em;
	font-size:.8em;
}