@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}


a {
	color: #00619d;
}

a:hover{
	color:#eb0073;
	text-decoration: none;
}


.bilheteslowcost #container {
	width: 820px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	}
	
.bilheteslowcost #header {
	background: #00619d;
	padding: 20px 10px 20px 20px; 
} 

.bilheteslowcost #header h1 {
	margin: 0; 
	padding: 10px 0;
	font-size: 56px;
}
.bilheteslowcost #mainContent {
	padding: 0 20px;
	background: #FFFFFF;
}
.bilheteslowcost #footer {
	padding: 20px 30px 0 20px;
	background:#00619d;
} 
.bilheteslowcost #footer p {
	font-size: 12px;
	margin: 0;
	padding: 10px 0;
}
.bilheteslowcost #footer a {
	color:#FFFFFF;
}

.style1 {
	color: #FFFFFF;
	}
	
