	body,td,th
	{
		font-family: Verdana, Geneva, sans-serif;
	}
	body
	{
		margin-left: 5px;
		margin-top: 0px;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.sistema
	{
		color: #224170;
		font-size: 20px;
		font-weight: bold;
		font-style: italic;
	}
	.titulo
	{
		font-size: 18px;
		font-weight: bold;
		color: #009;
	}
	.subtitulo
	{
		font-size: 14px;
		font-weight: bold;
		color: #009;
	}
	.detalhe
	{
		font-size: small;
	}
	.maior
	{
		font-size: small;
	}
	.menor
	{
		font-size: xx-small;
	}
	.rodape
	{
		color: #224170;
		font-size: xx-small;
		font-weight: bold;
	}
	.vermelho
	{
		color: #F00;
	}
	.azul
	{
		color: #00F;
	}

	.esquerda
	{ 
		text-align: left; 
	}
	.direita
	{ 
		text-align: right; 
	}
	.centro
	{ 
		text-align: center; 
	}

	a:link
	{
		color: #330099;
		text-decoration: none;
	}
	a:visited
	{
		color: #330099;
		text-decoration: none;
	}
	a:hover
	{
		text-decoration: none;
	}
	a:active
	{
		text-decoration: none;
	}

	table.BordaSimples {
		border-collapse: collapse; /* CSS2 */
		background: #FFFFF0;
	}
	 
	table.BordaSimples td {
		border: 1px solid black;
	}
	 
	table.BordaSimples th {
		border: 1px solid black;
		background: #F0FFF0;
	}

	input:invalid+span:after {
		color:#FF0000;
		content: '✖';
		padding-left: 5px;
	}
	
	input:valid+span:after {
		color:#0000FF;
		content: '✓';
		padding-left: 5px;
	}
