<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	html, body

	{

		height: 100%;

	}

	

	body

	{

		margin: 0em;

		padding: 0em;

		background: #ECECEC url(images/main-bg.jpg) repeat;

		font-family: "Trebuchet MS", sans-serif;

		font-size: 9.5pt;
		
		line-height: 2.8em;

		color: #4e4e4e;
		

	}

	

	h1, h2, h3, h4, h5{

		padding: 0 0 1em 0;

		font-weight: 400;
		
		font-family: "Trebuchet MS", sans-serif;

	}

	

	h2

	{

		letter-spacing: 1px;

		text-transform: uppercase;
		
		font-size: 2em;
		
		font-weight: bold;
		
		color: #faa619;

	}

		select

	{

		letter-spacing: 1px;
		
		font-size: 0.9em;
		
		color: #242c68;

	}
	

	h4

	{

		letter-spacing: 1px;
		
		font-size: 1.80em;
		
		color: #242c68;

	}


	h5

	{

		text-transform: uppercase;
	
		font-weight: bold; 
		
		font-size: 1.60em;
		
		color: #faa619;
		
	}


	h6

	{

		width: 330px;
		
		float: left;
		
		font-size: 1.40em;
		
		color: #242c68;
		
	}


	p

	{

		line-height: 1.75em;

	}

	

	a

	{

		text-decoration: none;

		color: #242c68;

	}

	

	a:hover

	{

		text-decoration: none;

	}



/* List Style 1 */



	ul.style1

	{

	}

	

	ul.style1 li

	{

		padding: 0.75em 0 0.75em 0em;

		background: url(images/bullet-icon.png) no-repeat left 50%;

	}

	

	ul.style1 a

	{

		display: block;

		padding-left: 1.50em;

		text-decoration: none;

		color: #676767;

	}

	

	ul.style1 a:hover

	{

		text-decoration: underline;

	}



/* List Style 2 */



	ul.style2 {

		overflow: hidden;

		margin: 0em;

		padding: 0em;

		list-style: none;

	}

	

	ul.style2 li {

		padding: 1.00em 0em 2.75em 0em;

		border-top: 1px solid #E2E2E2;

	}

	

	ul.style2 a {

		text-decoration: none;

		color: #4e4e4e;

	}

	

	ul.style2 a:hover {

		text-decoration: underline;

	}

	

	

	ul.style2 img {

		float: left;

		margin-right: 1.5em;

		border-radius: 5px;

	}

	

	ul.style2 .first {

		padding-top: 0;

		border-top: none;

	}

	

/* List style 3 */



	ul.style3 {

		margin: 0em;

		padding: 0em 0em 0em 0em;

		list-style: none;

	}

	

	

	ul.style3 li {

		padding: 1.75em 0em 1.50em 0em;

		border-top: 1px solid #E2E2E2;

	}

	

	ul.style3 .heading-title {

		font-size: 1.10em;

		font-weight: bold;

		color: #333333;

	}

	

	ul.style3 .date {

		display: inline-block;

		margin: 0em 1em 1em 0em;

		text-transform: uppercase;

		font-size: .80em;

		background: #C6250A;

		border-radius: 5px;

		border: 1px solid #911B07;

		box-shadow: 0px 1px 5px rgba(0,0,0,.4);

		color: #FFFFFF;

	}

	

	ul.style3 .date a

	{

		display: inline-block;

		padding: .5em 1em;

		letter-spacing: 1px;

		border-radius: 5px;

		text-align: center;

		text-decoration: none;

		text-transform: uppercase;

		font-size: 1.10em;

		font-weight: 400;

		color: #FFFFFF;

		box-shadow: inset 1px 1px 1px #F60;

	}



	ul.style3 a 

	{

		text-decoration: none;

		color: #4e4e4e;

	}

	

	ul.style3 a:hover 

	{

		text-decoration: underline;

	}

	

	ul.style3 .first {

		border-top: none;

	}



/* List style 4 */



	ul.style4 {

		overflow: hidden;

		margin: 0em;

		padding: 0em;

		list-style: none;

	}

	

	ul.style4 li {

		padding: 1.50em 0em 1.50em 0em;

		border-top: 1px solid #E2E2E2;

	}

	

	ul.style4 a {

		text-decoration: none;

		color: #4e4e4e;

	}

	

	ul.style4 a:hover {

		text-decoration: underline;

	}

	

	ul.style4 h3

	{

		padding: 0 0 0.75em 0;

		font-size: 1.10em;

		font-weight: 700;

		color: #333;

	}

	

	

	ul.style4 .first {

		padding-top: 0;

		border-top: none;

	}



/* Button Style 1 */



	.button

	{

		display: inline-block;

		margin-top: 1.50em;

		background: #C6250A;

		border-radius: 5px;

		border: 1px solid #911B07;

		box-shadow: 0px 1px 5px rgba(0,0,0,.4);

		letter-spacing: 1px;

		text-align: center;

		text-decoration: none;

		text-shadow: 0 -1px 1px rgba(0,0,0,0.25);

		text-transform: uppercase;

		font-family: 'Trebuchet MS', sans-serif;

		font-size: 1.10em;

		font-weight: 400;

		color: #FFFFFF;

	}

	

	.button a

	{

		display: inline-block;

		padding: 0.75em 2.00em;

		border-radius: 5px;

		box-shadow: inset 1px 1px 1px #F60;

		text-decoration: none;

		color: #FFFFFF;

	}

	.button span

	{

		display: inline-block;

		padding: 0.75em 2.00em;

		border-radius: 5px;

		box-shadow: inset 1px 1px 1px #F60;

	}



/* Header Wrapper */



	#header-wrapper

	{

		width:100%;

		height: 21em;

		margin-bottom: 3em;

		background: "";

	}



/* Page Wrapper */



	#wrapper

	{

		width: 1200px;
		
		overflow: hidden;		

		padding: 0em 0em 3em 0em;

		background: #FFFFFF;

		box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .05);

	}



/* Page */



	#page

	{

		width: 100%;

		overflow: hidden;

		padding: 5em 0em 0em 0em;

	}

	

	.homepage #page

	{

		padding: 3em 0em 0em 0em;

	}



/* Content */



	#content

	{

	}



	#content h2

	{

		letter-spacing: -2px;

		font-size: 2.50em;

	}







	#content a img

	{

		display: block;

		width: 100%;

		margin-bottom: 1.50em;

		border-radius: 5px;

	}



/* Sidebar */



	#sidebar

	{

	}



	#sidebar #box1

	{

	}



	#sidebar #box2

	{

		padding: 3em 0em 0em 0em;

	}



/* Marketing */



	#marketing

	{

		overflow: hidden;

		padding: 2em 0em 0em 0em;

	}



	#marketing h2

	{

		margin: 0;

		padding: 0;

		text-transform: uppercase;

		font-size: 1.75em;

		font-weight: 700;

		color: #C6250A;

	}

	

	#marketing .subtitle

	{

		margin: 0 0 1em 0;

		padding: 0 0 1em 0;

		border-bottom: 1px solid #E2E2E2;

		text-transform: uppercase;

		font-size: 1.25em;

		font-weight: 400;

		color: #3D3D3D;

	}



	#marketing .box

	{

		padding: 0 1.5em;

	} 



/* Two Column */



	#two-column

	{

		overflow: hidden;

		margin: 3em 0em 0em 0em;

		padding: 3em 0em 0em 0em;

		border-top: 1px solid #E2E2E2;

	}

	

	#two-column section

	{

		padding: 0em 0em 0em 0em !important;

	}



/* Three Column */



	#three-column

	{

		overflow: hidden;

		margin: 3em 0em 0em 0em;

		padding: 3em 0em 0em 0em;

		border-top: 1px solid #E2E2E2;

	}

	

	#three-column section

	{

		padding: 0em 0em 0em 0em !important;

	}



/* Banner */



	#banner

	{

	}



	#banner a img

	{

		display: block;

		width: 100%;

	}



/* Copyright */



	#copyright

	{

		overflow: hidden;

		padding: 3em 0em 6em 0em;

		background: url(images/img02.jpg) repeat-x left top;

		text-shadow: 1px 1px 0px #FFFFFF;

	}

	

	#copyright p

	{

		text-align: center;

		font-size: 1em;

		color: #949494;

	}

	

	#copyright a

	{

		color: #949494;

	}

	

	#copyright a:hover

	{

		text-decoration: none;

}

     #bemvindo 

	 {

	 text-align: center;

	 }
	 
	#submit 
	{
	
	padding:2% 2%;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:6px;
    color: #faa619;
    font-family: 'Trebuchet MS', sans-serif;
	font-weight:bold;
    font-size: 1em;
	text-transform: uppercase;
    text-decoration: none;
	cursor: pointer;
    border:5px outset #242c68;

	}



	#submit:hover 
	{
	
    border: "";
    background:#242c68;
    box-shadow: 0px 0px 1px #777;
	}
	
	</pre></body></html>