body {
	margin: 0px;
	background-image: url(../../img/design/bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #408C82;
	text-decoration: none;
}
a:visited {
	color: #428B84;
	text-decoration: none;
}
a:hover {
	color: #3F8C84;
	text-decoration: underline;
}
a:active {
	color: #408B86;
	text-decoration: none;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
form {
	margin: 0px;
}
input {
	font-family: Tahoma, Arial;
	font-size: 11px;
	border: 1px solid #999999;
	width: 90%;
}
select {
	font-family: Tahoma, Arial;
	font-size: 11px;
	border: 1px solid #999999;
	margin-bottom: 5px;
	width: 90%;
}
textarea {
	font-family: Tahoma, Arial;
	font-size: 11px;
	border: 1px solid #999999;
	margin-bottom: 5px;
	width: 90%;
}



#layout {
	width: 728px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	width: 728px;
	display: block;
	height: 100px;
}
#fone {
	float: right;
	position: relative;
	width: 90px;
}
#logo {
	float: left;
	width: 219px;
}
#menu {
	height: 33px;
	top: 14px;
	width: 509px;
	float: right;
	position: relative;
}
#menu a {
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 33px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	clear: right;
}

#menu a:hover {
	background-image: url(../../img/design/mn_bg_over.gif);
	background-repeat: repeat-x;
}
#animacao {
	width: 100%;
	clear: left;
	margin-top: 1px;
	height: 144px;
	margin-bottom: 6px;
}
#meio {
	background-color: #E6E7E9;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333333;
	position: inherit;
	float: left;
}
#conteudo {
	float: left;
	width: 490px;
	background-color: #E6E7E9;
}
#busca {
	height: 172px;
	width: 470px;
	background-image: url(../../img/design/bg_busca.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}



#lateral {
	float: right;
	width: 238px;
	background-color: #E6E7E9;
	clear: right;
}

#rodape {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333333;
	position: inherit;
	float: left;
	width: 100%;
	text-align: center;
}
.lancamento {
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
	padding-top: 0px;
	font-size: 9px;
	float: left;
	margin-right: 5px;
	display: block;
	margin-bottom: 5px;
}

.anuncio {
	width: 225px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
	padding-top: 0px;
	font-size: 9px;
	float: left;
	display: block;
	margin-bottom: 5px;
	margin-left: 5px;
}
.shadow {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	height: 99%;
	float: left;
	width: 99%;
}
.borda {
	border: 1px solid #FFFFFF;
}

.mini {
	font-size: 9px;
}
.cor_cinza {
	color: #999999;
}
.cor_verde {
	color: #428B87;
}
.cor_laranja {
	color: #FF6600;
}
