body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
}
img {
	border: 0px;
}
form {
	margin: 0px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #CCCCCC;
	width: 100%;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #CCCCCC;
	width: 100%;
}



a:link {
	color: #CC3300;
	text-decoration: none;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #CCCCCC;
	width: 100%;
}

a:visited {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	text-decoration: underline;
}
#layout {
	width: 766px;
	margin-right: auto;
	margin-left: auto;
}
#barra {
	background-image: url(../../img/design/bg__barra.jpg);
	background-repeat: repeat-x;
	height: 110px;
}
#menu {
	background-image: url(../../img/design/bg__menu.jpg);
	background-repeat: repeat-x;
	height: 28px;
	line-height: 28px;
	text-align: right;
}
#menu a {
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
}
#lateral {
	width: 235px;
	float: left;
	position: inherit;
}
#novidades a {
	color: #333333;
}

#centro {
	float: right;
	width: 500px;
	padding: 10px;
}

#rodape {
	display: block;
	width: 100%;
	float: left;
	margin-top: 15px;
}
.box {
	background-color: #E6E6E6;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
.laranja {
	color: #CC3300;
}
.mini {
	font-size: 9px;
	font-weight: bold;
	color: #FF9900;
}
