body {
	font-size: 75%;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: #363636;
	line-height: 150%;
	background: white url('');
	margin: 0 auto;
	padding: 0;
	min-width: 750px;
	text-align: center;
}

.header {
	background: white url('../imgs/base/cabecalho_bg.gif') top center;
	background-repeat: repeat-x;
	height: 108px;
	width: 100%;
	text-align: left;
}

.innerHeader {
	min-width: 610px;
	width: 750px;
	margin: 0 auto;
}

.navPanel {
	background: #FFFFFF top center;
}

.innerNavPanel {
	margin: 0 auto;
	width: 750px;
	height: 32px;
}

.menu {
	min-width: 750px;
	background: #FFFFFF;
}

.contentText {
	line-height: 150%;
}

.contentWrapper {
	min-width: 610px;
	width: 740px;
	margin: 5px auto;
	min-height: 450px;
	text-align: left;
}

.footer {
	clear: both;
	text-align: center;
	color: #666;
	margin-top: 20px;
	margin-bottom: 20px auto;
}

.innerFooter {
	width: 750px;
	margin: 0 auto;
}

.breadcrumb {
	color: #9b9b9c;
}

.breadcrumbselecionado {
	font: bold 100%;
	color: #1a5ea9;
}

h3 {
	color: #696969;
	font-size: 150%;
	font-weight: bold;
	padding: 5px 0 5px 0;
	margin: 10px 0 10px 0;
	border-bottom: 1px dashed #E0E0E0;
}

.input_text {
	padding: 2px 3px;
	vertical-align: middle;
	border: 1px solid #C0BBB4;
	background: white url('../imgs/base/bg_input_text.png') top left repeat-x;
	width: 330px;
}

.input_tn {
	padding: 2px 3px;
	vertical-align: middle;
	border: 1px solid #C0BBB4;
	background: white url('../imgs/base/bg_input_text.png') top left repeat-x;
	width: 305px;
}

.input_text_menor {
	padding: 2px 3px;
	vertical-align: middle;
	border: 1px solid #C0BBB4;
	background: white url('../imgs/base/bg_input_text.png') top left
		repeat-x;
	width: 250px;
}

.select {
	vertical-align: middle;
	width: 330px;
	border: 1px solid #c9c8c8;
}

td,th {
	font-size: 75%;
}

.input_button {
	color: #645A44;
	padding: 2px 5px;
	text-decoration: none;
	vertical-align: middle;
	border: 1px solid #ABA498;
	border-top: 1px solid #C8C4BB;
	border-left: 1px solid #C8C4BB;
	background: #F4FBE1 url('../imgs/base/bg_input_btn.png');
}

.shadowStrip {
	height: 4px;
	font-size: 1%;
	line-height: 1%;
	background: url('../imgs/base/bg_shadow.png');
}

img {
	border: none;
	vertical-align: middle;
}

.error {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: red;
}

a,a:link,a:visited,a:active {
	font-size: 100%;
	color: #183884;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #4169E1;
	background: #FFFFFF;
}
