﻿.content {
	padding: 0px;
	margin: 0px auto 0px 20%;
	background-repeat: repeat;
	z-index: 0;
}
.content h6 {
	background-position: center center;
	color: #FFFFFF;
	display: block;
	text-align: center;
	font-size: 16px;
	font-family: Calibri;
	background-image: url('../img/braz_70.png');
	background-repeat: repeat;
	text-shadow: 2px 2px 1px #000000;
	z-index: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 25px;
}
.content p {
font-size: 1.2em;
line-height: 1.4em;
padding: 10px;
}
.content h6.active {
	background: center center repeat;
	background-image: url('../img/braz_70.png');
}
.content h6:hover {
	background-position: center center;
	border-width: 1px;
	border-color: #000000;
	color: #4DB84A;
	cursor: pointer;
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-top-style: solid;
}
.content div {
padding: 15px;
}