html { min-width: 600px; }

body, div, td, th, h2, h3, h4, li, form *, p{ /* redundant rules for bad browsers  */  
    font-family: verdana, sans-serif;
	/*font-size:    x-small;*/
	font-size: 9px;
	voice-family: "\"}\"";
	voice-family: inherit;
	/*font-size: small;*/
	font-size: 11px;
	color: #333;
} 

.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

body {
	margin: 0;
	padding: 0;
	width: 100%;
}

#contents {
	padding: 0.9em;
	background: #fff;
	min-height: 300px;
}

p {
	font-size: 0.9em;
	font-family: verdana;
}

a:link, a:visited, a:active{color:#115B3A; text-decoration: none; text-decoration: none;}
a:hover{text-decoration: underline;}

h1,h2,h3,h4 {
	font-family: "trebuchet ms", verdana;
	font-weight: bold;
	color: #353;
}

h1 {font-size: 1.5em}

h2 {
	padding-bottom: 2px;
	margin: 0;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003300;
}

h2.subtitulo {
	border-bottom: 1px solid #ccc
}

h3{
	font-size: 1.1em;
	padding-bottom: 2px;
	/*border-bottom: 1px solid #CCC;*/
	margin: 0;
}


subtitulo{
	border-bottom: 1px solid #CCC;*/
}


h4{
	font-size: 1.1em;
	padding-bottom: 2px;
	margin: 0;
}

p.note {
	background: #EEE;
	padding: 4px;
	font-family: tahoma;
	font-size: 0.9em;
	line-height: 130%;
	margin-top: 0;
}

.grid{
	width: 100%;
	color: #00f;
	border: 1px solid #115B3A;
}

.gridProdutos{
	width: 100%;
	color: #00f;
	border: 1px solid #B3DB93;
}

.gridProdutos td { padding:2px 0; border-top:1px solid #eee; border-left:1px solid #FFF; border-bottom:1px solid #eee; border-right:1px solid #eee;}
.gridProdutos th { padding:2px 0; border-top:1px solid #bbb; border-left:1px solid #ccc; border-bottom:1px solid #ccc; border-right:1px solid #bbb; }


table caption{
	text-align: left;
}

.grid th, .gridProdutos th{
	background-color: #115B3A;
	color: #fff;
	font-size: 0.9em;
}

.gridProdutos th{
	background-color: #B3DB93;
	color: #115B3A;
	font-size: 0.9em;
}

.grid td, .gridProdutos td {
	font-size: 0.9em;
}

.grid tfoot th, .gridProdutos tfoot th{
	background-color: #115B3A;
	color: #fff;
}

.corsim{background-color: #E4ECDF}
.cornao{background-color: #fff}

label, .campo{
	font-size: 0.9em;
}

.combo {
	font-size: 0.9em;
}

.botao{
	font-size: 0.9em;
	border:1px solid #B9CFC5;
	background-color: #eee;
	cursor: pointer;
}

label {
	font-weight: bold;
}

.negrito{
	font-weight: bold;
}

.aviso{
	color: #c33;
	font-weight: bold;
}

.centralizado{
	text-align: center;
}
