body, th, td, input, select, textarea, .main, .orange, .exhibit {
	font-size: 11px;
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #232323;
}
input, select,textarea  {
	background-color: #F8DD9D;
}
.maintext {
	text-align: justify;
	line-height: 15px;
}
.main {
	color:#F3C200;
}
.tabela {
	background-color: #c9c9c9;
}
a {
	text-decoration: none;
	color: black;
}
a.norm { color: #D46300;}
a.norm:hover { color: #646464;}
a.menu { color: black;}
a.menu:hover { color: #646464;}
.orange {
	color: #D46300;
	font-size: 12pt;
}
.exhibit {
	color: #F8DD9D;
	font-size: 10px;
}
.dimen {
	color: #D46300;
}

/* specs tables */
table.specs {
	width: 100%;
}
table.specs, table.specs th, table.specs td, table.specs thead {
	margin: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.specs thead th {
	text-align: left;
	padding-left: 15px;
}
table.specs thead.top th, table.specs, table.specs th, table.specs td, table.specs thead {
	padding: 2px 5px;
}
table.specs thead {
	background-color: #F8DD9D;
}
table.specs thead th, table.specs thead td {
/*	border-width: 0px;*/
}
table.specs thead.top th, table.specs thead.top td {
	text-align: center;
}
table.specs tbody th {
	text-align: left;
	font-weight: normal;
}
table.specs tbody td {
	text-align: center;
}
div.keywords {
	display: none;
}
h1, h2, h3, h4, h5, h6 { margin: 0.25em 0px;}
h1 { font-size: 18px;}
h2 { font-size: 17px;}
h3 { font-size: 16px;}
h4 { font-size: 15px;}
h5 { font-size: 14px;}
h6 { font-size: 13px;}
img {
	border-width: 0px;
	border-style: none;
	border-collapse: collapse;
	border-spacing: 0px;
}
ul { list-style-type: square;}
