* {
	margin:0;
	padding:0;
}
/*body { background-image:url(../_images/background2.jpg); }*/
a{
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

body {
	background: #f2f2f2;
	color: #666666;
	font: normal 10px Tahoma,sans-serif;
}

li {list-style: none;}

h1 {font: normal 1.7em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

.box{
	background:url(img/gradiente_box.jpg) repeat-x;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
}
.topo{
	background: #222 url('img/header.jpg') no-repeat;
	height: 160px;
	margin-bottom: 5px;
}
.topo .title {
	color: #FFF;
	padding-top: 0px;
}
.topo .title{
	border-bottom: 1px dashed #657382;
	color: #FFF;
	padding-bottom: 2px;
	text-decoration: none;
}

.menu {
margin-top:40px;
text-align:left;
}
.menu ul {
	padding: 0;
	margin:0;
}
.menu li {border-top: 1px solid #fff;}
.menu li a {
	font-size: 1.2em;
	color:#fff;
	display: block;
	padding: 4px 0 4px 5%;
	text-decoration: none;
	width: 95%;
	background-color:#93cad6;
}
.menu li a:hover {
	background: #b0d7e0;
	color:#fff;	
}
#rodape{clear:both; background:url(../_images/fundo_rodape.gif) repeat-x bottom; height:32px;}
.fundo_menu{background:url(../_images/fundo_menu.jpg) no-repeat top;}
.borda_down{border-bottom: 1px solid #fff;}


