A:link {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
}
A:active {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #000000;
	background-color: #FFFFFF;
	TEXT-DECORATION: none;
}
TD {
	font-size: 10pt;
	COLOR: #000000;
	FONT-FAMILY: "Segoe UI", "Segoe UI Light", Century Gothic, Trebuchet MS, Tahoma, Arial, Verdana;
	TEXT-DECORATION: none
}
BODY {
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
	font-size: 10pt;
	COLOR: #000000;
	FONT-FAMILY: "Segoe UI", "Segoe UI Light", Century Gothic, Trebuchet MS, Tahoma, Arial, Verdana;
	TEXT-DECORATION: none;
	margin: 0px;
}
HR {
	color: #DBDBDB;
}
.selec {
	COLOR: #000000;
	background-color: #FFFFFF;
	TEXT-DECORATION: none;
}
.txt_menor {
	font-size: 8pt;
	FONT-FAMILY: "Segoe UI", "Segoe UI Light", Century Gothic, Trebuchet MS, Tahoma, Arial, Verdana;
	TEXT-DECORATION: none
}
.botao {
	FONT-FAMILY: "Segoe UI", "Segoe UI Light", Century Gothic, Trebuchet MS, Tahoma, Arial, Verdana;
	font-size: 12pt;
	padding: 8px;
	color: #000000;
	width: 250px;
	background-color: transparent !important;
	BORDER-RIGHT: #B6B6B6 1px solid;
	BORDER-TOP: #B6B6B6 1px solid;
	BORDER-LEFT: #B6B6B6 1px solid;
	BORDER-BOTTOM: #B6B6B6 1px solid;
}
.forms {
	FONT-FAMILY: "Segoe UI", "Segoe UI Light", Century Gothic, Trebuchet MS, Tahoma, Arial, Verdana;
	font-size: 12pt;
	padding: 8px;
	color: #000000;
	BORDER-RIGHT: #B6B6B6 1px solid;
	BORDER-TOP: #B6B6B6 1px solid;
	BORDER-LEFT: #B6B6B6 1px solid;
	BORDER-BOTTOM: #B6B6B6 1px solid;
	border-radius: 2px;
}
.mao {
	cursor: pointer;
}
.titulos {
	font-size: 12pt;
}
.titulos2 {
	font-size: 14pt;
}
.titulos3 {
	font-size: 16pt;
}
.titulos4 {
	font-size: 20pt;
}
.tituloLogo {
	font-size: 48pt;
	font-weight: bold;
	FONT-FAMILY: "Segoe UI", "Segoe UI Light", Century Gothic, Trebuchet MS, Tahoma, Arial, Verdana;
}
.vermelho {
	COLOR: #CC0000;
}
.azul {
	COLOR: #3399FF;
}
.verde {
	COLOR: #7ACC00;
}
.branco {
	COLOR: #FFFFFF;
}
.cinza_claro {
	COLOR: #999999;
}
.preto {
	COLOR: #000000;
}
.tabela {
	border-collapse: collapse;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	border-right: 1px dotted #000000;
	border-left: 1px dotted #000000;
}
.tabelaX {
	background:#FFFFFF;
	border:1px solid #E6E6E6;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	padding: 10px;
}
.tabelaX2 {
	border:0px;
}
.tdPrataClaro {
	background-color: #F5F5F5; !important
}
.tdBranco {
	background-color: #FFFFFF; !important
}
.window {
	display: none;
	width: 300px;
	height: 300px;
	position: absolute;
	left: 0;
	top: 0;
	background: #FFF;
	z-index: 9900;
	padding: 10px;
	border-radius: 10px;
}
#mascara {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #000;
	display: none;
}
.fechar {
	display: block;
	text-align: right;
}