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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	text-align: justify;
	line-height: 19px;
}
body {
	background-image: url(imgs/bck.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	text-decoration: none;
	color: #0066FF;
}
a:active {
	text-decoration: none;
}
.rodape {
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.boxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	background-color: f5f5f5;
	width: 200px;
	border: 1px solid #999999;
}
.boxespq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	background-color: f5f5f5;
	width: 21px;
	border: 1px solid #999999;
}
.boxesmd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	background-color: f5f5f5;
	width: 50px;
	border: 1px solid #999999;
}
.botoes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	background-color: f5f5f5;
	border: 1px solid #999999;
	background-image: url(imgs/bck_button.jpg);
}
.titulo {
	font-size: 12px;
	color: #003399;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 2px;
	font-weight: bold;
}
.bck_alug {
	background-image: url(imgs/alugueis.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bck_cont {
	background-image: url(imgs/contatos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
