@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin: 0;
	background-color:#333333;
}
a:link, {
	color:#333333;
	text-decoration: none;
}
a:visited {
	color: #ffcc00;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #333333;
	text-decoration: none;
}
h2 {
	color:ffcc00;
	text-decoration:none;
}
#wrap{
	background:#333333;
	width:769px;
	text-align:left;
	margin:0 auto;
}
#topo{
	width: 779px;
	height:192px;
}
.naorepetirporfavor {
    background-repeat: repeat-x;
	height: 0 auto;
	background-position: top;
}
#menu {
	width: 779px;
	height: 57px;
	background: url(menu/menu_int.jpg);
	font-size: 13px;
	font-weight:bold;
	margin: 0 auto;
	padding: 0;
}
#menu ul {
	margin: 0;
	list-style: none;
	padding-top: 30px;
	padding-left: 13px;
}
#menu li {
	display: inline;
}

#menu a {
	padding: 0 10px;
	font-weight:bold;
	text-decoration: none;
	color: #FFCC00;
}

#menu a:link {
	font-weight:bold;
	text-decoration: none;
	color: #FFCC00;
}

#menu a:visited {
	font-weight:bold;
	text-decoration: none;
	color: #FFCC00;
}

#menu a:hover {
	font-weight:bold;
	text-decoration: none;
	color: #000000;
}

#rodape {
	clear:both;
	border-bottom: 1px solid #333333;
	width: 759px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	background:#FFF;
}

#rodape p {
	border-top: 1px solid #000000;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
	font:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
#divclear{
	clear:both;
}
