body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(../_images/all/all_fundo.gif);
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	color: #000;
	background-color: #FFF;
}
td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
.Texto-Titulo {
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	font-size: 14px;
}
.Texto-SubTitulo {
	font-weight: bold;
	color: #3198FF;
	font-variant: normal;
}
.Texto-Destaque {
	font-weight: bold;
	color: #7E8E83;
}
.Texto-DestaqueCaixaAlta {
	text-transform: uppercase;
	font-weight: bold;
	color: #7E8E83;
}
.Texto-Vermelho {
	color: #FF0000;
}
.Texto-Cinza {
	color: #666666;
}
.Texto-Branco {
	color: #FFFFFF;
}
.Func-Uppercase {
	text-transform: uppercase;
}
.Func-Lowercase {
	text-transform: lowercase;
}
.Tabela-Header {
	background-color: #36332A;
	text-align: left;
	vertical-align: middle;
	height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.Tabela-Background {
	background-color: #F5F5F5;
}
.Tabela-Linha {
	background-color: #F5F5F5;
}
.Tabela-Coluna {
	background-color: #E7E7B8;
}
.Tabela-Borda {
	border: 1px solid #000000;
}
.Form-Texto {
	color: #666666;
}
.Form-Titulo {
	background-color: #7AA48C;
	text-align: left;
	vertical-align: middle;
	height: auto;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	padding-left: 2px;
}
.Form-SubTitulo {
	font-weight: bold;
	color: #666666;
}
a:link {
	color: #416550;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #416550;
}
a:hover {
	color: #FFED00;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
.botao {
	-webkit-appearance: button;
	-webkit-border-radius: 3px;
/*-webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);*/
	-webkit-padding-end: 25px;
	-webkit-user-select: none;
	background-image: url(../_images/all/button-arrow.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	background-position: center right;
	background-repeat: no-repeat;
	height: 22px;
	border: 1px solid #7E8E83;
	color: #7E8E83;
	font-size: 11px;
	margin: 2px;
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: hand;
}

input {
	-webkit-border-radius: 3px;
/*-webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);*/
	background-image: url(), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	height: 16px;
	width: auto;
	border: 1px solid #7E8E83;
	color: #7E8E83;
	font-size: 11px;
	margin: 2px;
	overflow: hidden;
	padding: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
checkbox {
	color: #7E8E83;
	
}
textarea {
	-webkit-appearance: button;
	-webkit-border-radius: 3px;
/*-webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);*/
	background-image: url(), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	border: 1px solid #7E8E83;
	color: #7E8E83;
	font-size: 11px;
	margin: 2px;
	overflow: inherit;
	padding: 2px;
	text-overflow: ellipsis;
}
select {
	-webkit-appearance: button;
	-webkit-border-radius: 3px;
	-webkit-padding-end: 20px;
/*-webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);*/
	-webkit-user-select: none;
	background-image: url(../_images/all/select-arrow.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	background-position: center right;
	background-repeat: no-repeat;
	border: 1px solid #7E8E83;
	color: #7E8E83;
	font-size: 11px;
	margin: 0;
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ListMenu {
	width: 175px;
	-webkit-appearance: button;
	-webkit-border-radius: 3px;
	-webkit-padding-end: 20px;
/*-webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);*/
	-webkit-user-select: none;
	background-image: url(../_images/all/select-arrow.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	background-position: center right;
	background-repeat: no-repeat;
	border: 1px solid #7E8E83;
	color: #7E8E83;
	font-size: 11px;
	margin: 0;
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.entrelinhas {
	line-height: 20px;
}

