 /* PNG fix para IE */
img, div { behavior: url(./includes/pngfix/iepngfix.htc) }

/* Padrões */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-family: Arial, Tahoma, Trebuchet;
	font-size: 12px;
	color: #565842;
	background-color: #666666;
	background-image: url(../../imagens/layout/bg_geral.jpg);
	background-position: center;
	background-repeat: repeat-y;
	line-height: 120%;
}

html, body {
	height: 100%;
}

div {
	font-size: 12px;
	line-height: 120%;
}

span {
	font-size: 12px;
	line-height: 120%;
}

table {
	font-size: 12px;
	line-height: 120%;
}

.dimen_min {
	width: 100%;
	height: 100%;
	min-width: 1001px;
	min-height: 650px;
}