*{ 
	margin:0;
	padding:0;
}

body{
	background:url(../img/fundo_global.jpg) repeat-x;
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align:justify;
	color: #333333;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img{ 
	border:0;
}
d
ol, ul{
	list-style:none;
}

caption, th{
	text-align:left;
}

h3{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:600;
	font-size:15px;
	margin-bottom:12px;
}

h4{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:600;
	font-size:13px;
	margin-bottom:12px;
}

a:link{
	color: #333333;
	text-decoration:none;
}

a:visited{
	color: #333333;
	text-decoration:none;
}

a:hover{
	color: #333333;
	text-decoration:underline;
}

a:active{
	color: #333333;
	text-decoration:underline;
}

#topo{
	width:741px;
	height:326px;
}

#topo_logo{
	background:transparent url(../img/topo.jpg) no-repeat;
	width:741px;
	height:114px;
	margin:auto;
}

#topo_img{
	background:transparent url(../img/topo_img.jpg) no-repeat;
	height:142px;
	margin-top:25px;
	margin-bottom:2px;
}

#menu{
	width:741px;
	height:40px;
	margin:auto;
}

#menu_esq{
	background:url(../img/menu_esq.jpg) no-repeat;
	width:7px;
	height:40px;
	float:left;
}

#menu_meio{
	background:url(../img/menu_meio.jpg) repeat-x;
	width:725px;
	height:40px;
	float:left;
}

#menu_dir{
	background:url(../img/menu_dir.jpg) no-repeat;
	width:9px;
	height:40px;
	float:left;
}

#menu ul{
	list-style:none;
	padding-top:9px;
}

#menu li{
	display:inline;
	font-family:"microsoft Sans Serif", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:600;
	color:#333333;
	padding-left:30px;
	padding-right:30px;
}

#menu .menu_home{
	padding-left:6px
}

#menu .menu_contato{
	padding-right:5px
}

#menu a:hover{
	color:#94719B;
	text-decoration:none;
}

#corpo{
	width:741px;
	margin:auto;
}

#conteudo{
	margin-top:25px;
}

#rodape{
	margin-top:20px;
	border-top:2px solid #CCBCD0;
}

address{
	font-style:normal;
	width:600px;
	padding-top:5px;
	float:left;
}

#rodape img{
	padding-top:5px;
	float:right;
}