@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);
body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: 
	url('../a-manutencao/faixa.jpg'), 
	/*url('../a-manutencao/bg_footer.png'), */ 
	url('../a-manutencao/bg.png');
	/*background-position: 0 0, 0 bottom, 0 0;*/
	background-position: 0 0, 0 0;
	/*background-repeat: repeat-x, repeat-x, repeat;*/
	background-repeat: repeat-x, repeat;
	font-size:13px;
	color: #333;
	line-height: 5px;
}

a{
	text-decoration:none;
	color:#0075a1;
}
a:hover{
	text-decoration:underline;
	color:#0075a1;
}
.content{
	text-align:center;
	padding-top: 61px;
}
h2{
	font: normal 22px/22px 'Ubuntu Condensed', arial, serif;
	color:#e1584b;
	text-shadow: 2px 1px 1px #fff;
}
h3{
	font: normal 22px/22px 'Ubuntu Condensed', arial, serif;
	color:#333;
	text-shadow: 2px 1px 1px #fff;
}