* {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #444;
	text-align: justify;
}
IMG {
	border: 0px;
}
BODY {
	background-color: #676767;
}
.main {
	width: 100%;
	height: 100%;
	background: #000000;
}
.top {
	background: #868686 url('/img/bgTop.gif') repeat-x;
	width: 100%;
	height: 27px;
}
.bottom {
	background: #868686 url('/img/bgBottom.gif') repeat-x;
	width: 100%;
	height: 57px;
}
.center {
	background: #d3d3d3 url('/img/bgCenter.gif') repeat-x;
	width: 100%;
	min-height: 478px;
}
.logomarca {
	display: block;
	width: 273px;
	height: 478px;
	float:left;
}
.menu {
	display: inline;
	width: 684px;
	z-index: 1000;
}
.bottomHome {
	background: #d3d3d3 url('/img/bgBannerBottom.gif') repeat-x;
	width: 684px;
	min-height: 94px;
}
.bottomA {
	text-decoration: none;
	color: #ff6600;
}
.main {
	background: #d3d3d3 url('/img/bgMain2.gif') repeat-y;
	width: 684px;
	min-height: 200px;
}
.mainArea {
	width: 644px;
	margin: 20px;
	color: #555;
}
.copyright {
	font-size: 10px;
	font-family: Tahoma, Arial, Verdana;
	color: #ddd;
}
.copyright A {
	text-decoration: none;
	color: #ddd;
}
.copyright A:hover {
	color: #ffb82e;
	text-decoration: underline;
}
.titulo {
	font-weight: bold;
	font-size: 14px;
	color: #333;
}
HR {
	border-top: 1px solid #ff6600;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 1px solid transparent;
	margin-bottom: 10px;
}
.quadro td {
					border-bottom: 1px solid #fff;
					border-left: 1px solid #fff;
					padding: 5px 8px;
					background-color: #ffebad;
					text-align: left;
				}
				.quadro .hd {
					border-bottom: 1px solid #fff;
					border-left: 1px solid #fff;
					padding: 5px 8px;
					color:#fff;
					font-weight: bold;
					background-color: #e5a200;
					text-align: left;
				}
				.quadro .hd2 {
					border-bottom: 1px solid #fff;
					border-left: 1px solid #fff;
					padding: 5px 8px;
					color:#fff;
					font-weight: bold;
					background-color: #e5a200;
					text-align: center;
				}