<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* normalizando margins e paddings */
* {
	margin: 0px;
	padding: 0px;
}
img { border: 0px; }





/* normalização da página */
body
{
	background-color: #C8C8C8;
	text-align: center; /* centralizando '#page-structure' no internet explorer */
}





/* links */
a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }





/* posicionamento */
.clear-both { clear: both; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.float-left { float: left; }
.float-right { float: right; }





/* latitudes proporcionais */
.ten { width: 10%; }
.twenty { width: 20%; }
.thirty { width: 30%; }
.forty { width: 40%; }
.fifty { width: 50%; }
.sixty { width: 60%; }
.seventy { width: 70%; }
.eighty { width: 80%; }
.ninety { width: 90%; }
.full { width: 100%; }




/* tipografia */
@font-face {
	font-family:'Adobe Thai Regular';
	src: url('../typography/adobe-thai/AdobeThai-Regular.eot');
	src: local('?'), url('../typography/adobe-thai/AdobeThai-Regular.woff') format('woff'), url('../typography/adobe-thai/AdobeThai-Regular.ttf') format('truetype'), url('../typography/adobe-thai/AdobeThai-Regular.svg#webfontoPhx7bEt') format('svg');
	font-weight: normal;
	font-style: normal;
}
body, table	/* textos primários */
{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.lowercase { text-transform: lowercase ; }	/* transformação do texto */
.uppercase { text-transform: uppercase; }
h1, h2, h3, h4, h5, h6	/* cabeçalhos */
{
	font-family: 'Adobe Thai Regular';
	font-weight: normal;
}
h1 { font-size: 55px; }
h2 { font-size: 34px; }
h3 { font-size: 27px; }
h4 { font-size: 21px; }
h5 { font-size: 17px; }
h6 { font-size: 13px; }




/* page-structure */
#page-structure
{
	background-color: #FFFFFF;
	margin: auto;
	margin-top: 10px;
	padding: 10px;
	text-align: left;
	width: 960px;
}


#alert-message { margin-top: 15px; }

#instrucoes
{
	float: left;
	margin-top: 30px;
	margin-bottom: 50px;
	width: 525px;
}

#botao_ir_portal
{
	float: right;
	margin-top: 60px;
	width: 316px;
}

#footer 
{
	border-top: 1px solid #333333;
	margin-top: 50px;
	padding-top: 5px;
}</pre></body></html>