@charset "UTF-8";
.barra_bottom {
	background-color: #FFFFFF;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.barra_top {
	background-color: #333333;
	height: 120px;
}
.pad_left40 {
	padding-left: 40px;
}
.pad_top20 {
	padding-top: 20px;
}
.leg {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
.linha_top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.leg_cinza {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #999999;
}
.no_repeat {
	background-repeat: no-repeat;
}
