body {
	background-color: #FFFFFF;
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 2px 0
}

a:link {
	text-decoration: none;
	font-weight: normal;
	color: #3366CC;
}

a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #3366CC;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #3366CC;
}

.tituloPagina {
	font-size: 14px;
	color: #3366FF;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #A7B9DA;
	text-indent: 10px;
}

.pr {
	background-color: #F8C400;
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}

.Rodape {
	background-color: #F0F1F4;
	border-top: 1px solid #A7B9DA;
	padding: 0;
	vertical-align: text-bottom;
	align: center;
	display: block;
	z-index: 100;
	font-size: 10px;
	font-style: normal;
	color: #264989;
	text-align: center;
}

.textoAjuda {
	font-size: 12px;
	text-align: justify;
}

.tituloSecaoAjuda {
	font-weight: bold;
	text-decoration: underline;
}

.centro {
	text-align: center;
}

.strong {
	font-weight: bold;
}

.msgErro {
	color: red;
	font-size: 10px;
}

.msgSucesso {
	color: green;
	font-size: 10px;
}

.novaSenha {
	font-size: 13px;
	padding-left: 200px;
	text-align: left;	
}

.alteraSenha {
	font-size: 13px;
	padding-left: 200px;
	text-align: left;
}

td {
	font-size: 11px;
}

th {
	font-size: 11px;
}

.campo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #003366;
	margin: 2px;
}

.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #003366;
	margin: 2px;
	max-width: 450px;
}

.tabelaLogin {
	width: 750px;
	padding: 10px;
	border: 0px;
}

.tabelaLogin th {
	text-align: left;
	width: 90px;
	padding-left: 10px;
}

.tabelaLogin td {
	padding-left: 10px;
}

.tabelaCadastroSenha {
	width: 750px;
	padding: 10px;
	border: 0px;
}

.tabelaCadastroSenha th {
	text-align: left;
	width: 180px;
	padding-left: 10px;
}

.tabelaCadastroSenha td {
	padding-left: 10px;
}

.tabelaUsuario {
	width: 750px;
	padding: 10px;
	border: 0px;
}

.tabelaUsuario th {
	width: 100px;
	text-align: left;
	height: 14px;
}

.tabelaUsuario td {
	
}

.tabelaCadastro {
	width: 750px;
}

.tabelaCadastro tr {
	height: 18px;
}

.tabelaCadastro th {
	width: 200px;
	text-align: left;
}

.tabelaCadastro td {
	
}

.subItemCadastro {
	padding-left: 15px;
	font-weight: normal;
}

.subItemCadastroObrigatorio {
	padding-left: 15px;
	font-weight: normal;
	color: red;
}

.alerta {
	color: red;
}

.chamarAjuda {
	text-align: right;
	vertical-align: middle;
	color: #000000;
	font-weight: bold;
}

.sair {
	text-align: right;
	color: #000000;
	font-weight: bold;
	vertical-align: middle;
}

.botaoIntuitivo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #dddddd;
	border: 1px solid #000000;
	height: 18px;
	cursor: hand;
}

.botao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #eeeeee;
	border: 1px solid #000000;
	height: 18px;
	cursor: hand;
}

@media print {
	.Rodape {
		display: none;
	}
}

#pula a {
	position: absolute;
	top: 1px;
	left: 1px;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 80%;
	color: #666;
	text-decoration: none;
}

#pula a:active,#pula a:focus {
	position: absolute;
	overflow: visible;
	margin: 0;
	padding: 1px;
	width: auto;
	height: auto;
	border: 0;
	font-size: 80%;
	text-decoration: none;
	background: #ffffcc;
}
