/* ======================================= */
/* Custom */
/* ======================================= */

.tb-wrapper {
/* width: 960px; */
width: 1100px;
border: 0;
}

.menu-offmainmenu {
	width:100%;
	font-size: 14px;
	float: left;
	line-height: 120px;
	text-align: center;
	background-color: #FFFFFF; /* Cor de fundo do menu esquerda */
}

.menu-offmainmenu li {
	list-style: none;
	margin: 5px;
	border: 1px solid #666;
	background-color: #000000; /* Cor de fundo de cada item do menu esquerda */
	}

.menu-offmainmenu li li {
	list-style: none;
	margin: 5px;
	border: 1px solid #999;
	background-color: #333333; /* Cor de fundo de cada item do menu esquerda */
	}

.menu-offmainmenu a {
	color: #FFFFFF;
	text-decoration: none;
}

.menu-offmainmenu a:hover, a:active, a:focus {
	color: #999999;
	text-decoration: underline;
}

.breadcrumbs{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 15px;
}

.banner_direita{
	background-color: #FFFFFF; /* Cor de fundo do menu direita */
}

.banner_direita img{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px;
}

.banner_topo{
	background-color:#000000;
}

.banner_topo img{
	border: 0px;
}

/* ======================================= */
/* COMMON STYLE */
/* ======================================= */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}

body#bd {
	color: #333333;
	background: #F2F2F2;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

body.fs1 {
	font-size: 10px;
}

body.fs2{
	font-size: 11px;
}

body.fs3{
	font-size: 12px;
}

body.fs4{
	font-size: 13px;
}

body.fs5{
	font-size: 14px;
}

body.fs6{
	font-size: 15px;
}

/* Normal link */

a {
	color: #006699;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
}

/* Title text */

.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

/* Small text */

small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size: 92%;
}

/* Heading */

h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

/* default table
ul {
	list-style: none;
}

ul li {
	padding-left: 30px;
	background: url(../images/bullet.gif) no-repeat 18px 8px;
	line-height: 180%;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}
*/

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/hdot2.gif) repeat-x top;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {
	font-size: 100%;

}

img {
	border: none;
}