* {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
}

body {
	margin: 0px;
}

#centro {
	border: 2px solid #FFCC99;
	width: 770px;
}

#conteudo {
	border-left: 2px solid #FFCC99;
	width: 600px;
	float: right;
	min-height: 300px;
}

#menu {
	float: left;
	width: 165px;
	float: left;
	height: inherit;
}

#menu a {
	display: block;
	font-size: 12px;
}

#menu A:link {
	color: #000000; TEXT-DECORATION: none;
}
#menu A:visited {
	color: #000000; TEXT-DECORATION: none;
}
#menu A:active {
	color: #000000; TEXT-DECORATION: none;
}
#menu A:hover {
	color: #000000; TEXT-DECORATION: none;
}

#base {
	clear: both;
}

label {
	font-weight: bold;
	text-align: right;
	display: block;
	padding-left: 4px;
	padding-right: 2px;
	margin-left: 4px;
	margin-right: 2px;
}

#menu h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-bottom:1px dashed black;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

/**
	tab-box
*/
.tab-box {
	width: 98.3%;
	display: none;
	margin: 5px;
}
.tab-box-td {
	border-bottom: 1px solid #666666;
}

.tab-box-inativo {
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 2px;
	cursor: pointer;
	text-align: center;
	min-width: 70px;
}

.tab-box-ativo {
	font-weight: bold;
	color: #333333;
	background-color: #f1f0e5;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom:  1px solid #f1f0e5;
	padding: 2px;
	min-width: 70px;
	text-align: center;
}

.tab-body {
	font-weight: normal;
	color: #333333;
	background-color: #f1f0e5;
	padding: 5px;
	border: 1px solid #666666;
	border-top-width: 0px;
}



/**
	optgroup
*/
.optGroupExtensiva {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #F7C6C6;
}

.optGroupExtensiva option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FBDDDD;
}
.optGroupImpressa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFD4A6;
}
.optGroupImpressa option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFEBD5;
}
.optGroupEletronica {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CCE3DF;
}
.optGroupEletronica option {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #E6ECEB;
}
.optGroupExterior {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #D5C4F5;
}
.optGroupExterior option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #E0D5F4;
}
/**
	optgroup FIM
*/
