/*
Elemento anulado: @charset "UTF-8";
Name: CNES
Version: 1.10
Author: Opera Software ASA
Description: This style sheet attempts to simulate surfing the Web with a browser written in the early 1980s.

Copyright © 2003 Opera Software ASA.
*/

* {
	font-size: 100%;
	
	font-family: Verdana, Arial, monospace, sans-serif;
    color: #000000 !important; 
	
	font-family: Verdana; monospace !important;
	font-style: normal !important;
	line-height: 1.3em !important;
	letter-spacing: 0px !important;

	text-decoration: none !important;
	text-align: left !important;
	border: none !important;
	outline: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

title, h1, h2, h3, h4, h5, h6 {text-transform: uppercase !important;}

h1, h2, h3, h4, h5, h6, th, caption {padding: 2% !important;}

iframe {content: "IFRAME removido" !important;}
iframe[title] {content: attr(title) !important;}
iframe[longdesc] {content: attr(longdesc) !important;}

img {
	max-width: 96px !important;
	max-height: 84px !important;
}

iframe, img[alt], img[title] {
	padding: 0.2em !important;
	max-width: none !important;
	max-height: none !important;
	width: auto !important;
	height: auto !important;
	background: black !important;
	color: white !important;
}

img[title] 	{content: attr(title) !important;}
img[alt] 	{content: attr(alt) !important;}

input, textarea, select {
	background: White !important;
	color: Black !important;
}

input[type="text"], input[type="password"] {min-height: 1.2em !important;}

textarea {min-height: 4em !important;}
	
button, input[type="file"], input[type="submit"], input[type="button"], input[type="reset"], input[type="image"] {
	height: 4em !important;
	background: Silver !important;
	color: Black !important;
	text-align: center !important;
	padding: 2% !important;
/*	min-width: 1em !important; */
}

button:active, input[type="file"]:active, input[type="submit"]:active,
input[type="button"]:active, input[type="reset"]:active, input[type="image"]:active {padding: 1em !important;}

hr {
	height: 2px !important;
	border-top: medium dashed white !important;
	margin: 4px 0px 4px 0px !important;
}

@media screen, projection {

* {
	font-size: 110% !important;
/*	font-weight: bold !important; */
	white-space: normal !important;

	background: black !important;	/*preto*/
	color: yellow !important;	/*amarelo*/

	position: static !important;
	float: none !important;
/*	max-width: 40em !important; */
	min-width: 0px !important;
	width: auto !important;
	max-height: none !important;
	min-height: 0px !important;
	height: auto !important;
}

html {
	margin: 0em !important;
	padding: 0em !important;

	background: black !important;	/*preto*/
	color: white !important;	/*branco*/
}

head, title {display: block !important;}

head:before, head:after, body:before, body:after {
	display: block !important;
	clear: both !important;
	
	background: black !important;	/**/
	color: white !important;	/**/
	text-decoration: none !important;
}

img:before {content: 'Imagem: '; }

head:after, body:before, body:after {text-align: left !important;}

head:before {
	margin: 0em !important;
	padding: 1em 0em 2em 0em !important;
	content: "** FOLHA ACESSO PARA NECESSIDADES ESPECIAIS ** Esta folha foi construída para sintetizadores de fala, linhas braille e usa alto contraste e caracteres ampliados" !important;
	text-align: left !important;
}

body {
	margin: 0px !important;
	padding: 0px !important;
	text-align: left !important;
}

body:before {
	margin: 0em 0em 1em 0em !important;
	padding: 0em !important;
	content: "Início da Página" !important;
}

body:after {
	margin: 0em !important;
	padding: 0em !important;
	content: "Fim da página" !important;
}

title {
	margin: 0em !important;
	padding: 2px !important;
}

title:before {content: 'Título da Página: "' !important;}

table, caption, tr, thead, tfoot, tbody, th, td {
	display: block !important;
	text-align: left !important;
}

pre {white-space: -pre-wrap !important;}

input, textarea, select {max-width: 38em !important;}

kbd, em, b, i, strong, u {
	padding: !important;
	background: black !important;	/*Light blue*/
	color: yellow !important;	/*Blue*/
}

a[href]:before {
content: 'link: ' !important;
}

a[href]:after {
content: ': ' attr(title) !important;
}

acronym {
content: attr(title) !important;
}

a[href], a[href]:link, a[href]:hover, a[href]:active {
	color: white !important;	
	text-decoration: none !important;
}

a[href]:visited {
	color: white !important;
	text-decoration: dashed !important;
}

}

@media print {

* {
	font-size: 12pt !important;
	background: White !important;
	color: Black !important;
}

}