* {
	margin:0;
	padding:0px;
}
body, td, th, a, h, p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
body, ul, p, h1, h2, h3, h4, h5, h6, a, form {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
body, #linha {
	background:#ECF0F2;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
p, li, input {
	font-size: 11px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size:12px;
}
h6, select {
	font-size: 10px;
}
ol {
	margin: 0 0 0 20px;
	padding: 0;
}
ul, ol {
	list-style-type: none;
}
.branco, .branco:link, .branco:visited, .branco:hover, .branco:active {
	color: #ffffff;
}
#tudo {
	position: relative;
	width: 770px;
	background:#069;
	overflow:hidden;
}
#minimenu {
	position: relative;
	width: 760px;
	height: 18px;
	padding:7px 5px 5px 7px;
}
#busqueta {
	position:absolute;
	height: 18px;
	width: 300px;
	padding: 0;
	margin-top: -3px;
	text-align: right;
	left: 468px;
	top: 7px;
}
#linha {
	width: 770px;
	height: 5px;
	margin: 0;
	padding: 0;
	float: left;
	display:block;
	overflow:hidden;
}
#topo {
	position: relative;
	width: 770px;
	height: 120px;

	float: left;
	background-image: url(../img/topo.jpg);
}
#corpo {
	position: relative;
	width: 770px;
	margin-bottom: 10px;
	float: left;
}
.menu {
	position: relative;
	display:block;
	width: 150px;
	margin-left:5px;
	float: left;
	overflow:hidden;
}
.menu li {	
	height: 20px;
	width:150px;
}
.menu a {
	background: url(../img/mm.gif) repeat-x;
	display:block;
	height:18px;
	width:145px;
	padding:2px 0 0 5px;
}
.menu a:hover {
	background: url(../img/mmh.gif) repeat-x;
}
.menu_topo {
	background-image: url(../img/mt.gif);
	width: 150px;
	height: 10px;
	display:block;
	overflow:hidden;
}
.menutopo {
	background-image: url(../img/menu_topo.gif);
	width: 140px;
	height: 18px;
	padding: 7px 0 0 10px;
	display:block;
	overflow:hidden;
}
.menucorpo {
	width: 150px;
	background-image: url(../img/m.gif);
}
.menubase {
	background-image: url(../img/mb.gif);
	width: 150px;
	height: 10px;
	margin:-2px 0 3px 0;
	display:block;
	overflow:hidden;
}
.conteudo {
	background-image: url(../img/cc.gif);
	position: relative;
	display:block;
	width: 605px;
	float:right;
	margin-right: 5px;
	padding: 0px;
	overflow: hidden;
}
.contopo {
	background-image: url(../img/ct.gif);
	width: 605px;
	height: 10px;
	float: left;
	display:block;
	overflow:hidden;
}
.conbase {
	background-image: url(../img/cb.gif);
	width: 605px;
	height: 10px;
	float: left;
	display:block;
	overflow:hidden;
}
.conaba {
	position: relative;
	padding: 5px;
	border-top: 0;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	float: left;
	background:#E9ECF5;
	width: 573px;
	margin: 0 10px;
	overflow:hidden;
}
.conaba #imagem {
	margin:0 5px 5px 0;
	border:1px #CCC solid;
}
.btn {
	position: relative;
	display:block;
	width: 584px;
	margin:0 10px;
	float: left;
	height:30px;
	overflow:hidden;
	clear:both;
}
.btn li {	
	float:left;
}
.btn a {
	position:relative;
	background:#069;
	display:block;
	height:30px;
	font-size:10px;
	padding:10px 6px;
	overflow:hidden;
}
.btn a:hover {
	background:#09C;
	color:#036;
}
.btn #current a {
	background:#036;
}
.btn #current a:hover {
	background:#7EC0DA;
	color:#039;
}
.mini{
	position:relative;
	background: #E9ECF5;
	display:block;
	float:left;
	border:#CCC 1px solid;
	width:573px;
	height:auto;
	margin:5px 10px;
	padding:5px;
	overflow:hidden;
}
.mini:hover{
	background:#FFF;
}
.img{
	position:relative;
	background:#FFF;
	border:#CCC 1px solid;
	display:block;
	float:left;
	width:75px;
	height:56px;
	margin:0 2px 2px 0;
	text-align:center;
	overflow:hidden;
}
.img:hover{
	border:#999 1px solid;
}
#rodape {
	position: relative;
	padding-bottom: 10px;
	clear: both;
}
.cinza {
	color: #999;
}
.secundaria {
	color:#069;
}
.loading {
	background:url(../img/loader.gif) no-repeat center;
	height:50px;
}