#titulo_inicio{
	font-size: 18px;
	font-weight: bold;
	color: #F00;
	text-transform: uppercase;
}

img {
	border:none;	
}

/* HTML */
BODY {
	margin: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	
/*	background-color: #336600;*/
background:url(../images/back.jpg);
}
ul
{
margin: 0;

padding: 0;
list-style: none;
}

li
{
line-height: 15px;

padding-top: 0px;
background-repeat: no-repeat;
background-position: 0px 3px;
}


td {
	text-align: left;
	font-size:11px;
}
/* Menu */
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #000000;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ff6600;
	text-align: left;
}

a.sublevel:hover {
	color: #C43C03;
	text-decoration: none;
}

#active_menu {
	color:#000000;
	font-weight: bold;
}

a#active_menu:hover {
	color: #FFFFFF;
}

/* Estrutura */
.btab {
	/*border: 1px solid #BEBEBE;*/
        background-color: #E6FFE6;
}
.barra {
	background: url(../images/barra.jpg) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;

}
.footer {
	background: url(../images/barra.jpg) repeat-x;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;

}
table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.moduletable th {
	background: url(../images/barra.jpg) repeat-x;
        width: 100%
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
.lmenu {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BEBEBE;
	width: 150px;
}
.rmenu {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BEBEBE;
	width: 150px;
}
.contentp {
	padding: 10px;
	font-size:11px;
}

/* mambo core stuff */
a:link, a:visited {
	color: #006600; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #003300;	text-decoration: none;
	font-weight: bold;
}

table.contentpaneopen {
        width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 2px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}
table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

.button {
  color: #006600;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 12px !important;
  line-height: 10px;
  height: 20px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {
	height: 30px;
	background: url(../images/contenthead.png) top left repeat-x;
	color: #666666;
	text-indent: 15px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;

}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;
	background: url(../images/contenthead.png) top left repeat-x;
	color: #666666;
	text-indent: 15px;
	font-weight: bold;
	font-size: 14px;
}
.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}
table.searchinto {
	width: 100%;
}
table.searchintro td {
	font-weight: bold;
}

#novidade{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	/*	background-color: #F2F2F2;
	border: thin dashed #CCCCCC;
	padding: 5px;*/
	border-bottom-color: #CCCCCC;
	font-size: 14px;
}


