/* Geral */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F1F2F3;
	margin-top: 0px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #feb834;
	text-decoration: none;
}
a:active {
	color: #feb834;
	text-decoration: none;
}
.footer {
	font-size: 9px
}

/* Menu topo */

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  min-width: 35px;
  text-align: center;
  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li.active a {
  background: #808080;
}
#cssmenu > ul > li.active a:hover {
  background: #999999;

}
#cssmenu > ul > li a {
  background: #808080;
  border-bottom: 0px;
  border-top: 0px;
  border-right: 0px;
  line-height: 34px;
  padding: 0 15px;
  filter: none;
}
#cssmenu > ul > li a:hover {
  background: #FEB834;
}
#cssmenu .has-sub:hover ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  top: 34px;
  left: -1px;
  min-width: 100%;
  text-align: center;
  /* IE7 */

  *width: 100%;
}
#cssmenu .has-sub ul li {
  text-align: center;
}
#cssmenu .has-sub ul li a {
  border-top: 0 none;
  border-left: 0px;
  display: block;
  line-height: 120%;
  padding: 9px 5px;
  text-align: center;
}

/* Menu lateral */

#cssmenu1 {
	background: #FFFFFF;
	list-style: none;
	margin: 0;
	padding: 0;
}
#cssmenu1 ul {
  	margin: 0;
	padding: 0;
  list-style: none;
}
#cssmenu1 li {
    font-size: 12px;
  	margin: 0;
	padding: 0;
    list-style: none;
}
#cssmenu1 a {
	background: #999999;
	border-bottom: 5px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#cssmenu1 a:hover {
	background: #FEB834;
	color: #fff;
	padding-bottom: 8px;
}

/* Conteudos */

#content h1 {
	font-size: 18px;
	color: #999999;
}
#content h2 {
	font-size: 14px;
	color: #feb834;
}
#content h3 {
	font-size: 12px;
	color: #000000;
	font-weight:normal;
}
#content h4 {
	font-size: 11px;
	color: #000000;
	font-weight:normal;
	font-style:italic;
}
.red {
	color: #669900
}
#destaque {
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	background-color:#999999;
	padding:10px;
}