/** Common Styles */

body {
	margin: 30px 0 20px 0;
	padding: 0;
	background: #D7D7BD;
	text-align: justify;
	line-height: 25px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3C37;
}

img {
	border: 0px;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	color: #005880;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #005880;
}

a:hover {
	text-decoration: none;
	color: #005880;
}

/** Style for header starts here */

.header {
	width: 800px;
	height: 150px;
	margin: 0px auto;
	background: url(images/img01.jpg) no-repeat left top;
}

.header h1, .header h2 {
	margin: 0px;
	padding: 0;
	font-weight: normal;
	color: #FFFFFF;
}

.header h1 {
	float: left;
	padding: 70px 0px 10px 20px;
	font-size: 3em;
}

.header h2 {
	padding: 75px 0px 0px 0px;
	text-indent: -999999px;
}

/** Style for menu starts here */

.menu {
	width: 800px;
	height: 50px;
	margin: 0px auto;
	background: url(images/img02.jpg) no-repeat left top;
}

.menu ul {
	margin: 0px;
	padding: 0 0 0 3px;
	list-style: none;
}

.menu li {
	display: inline;
}

.menu a {
	display: block;
	float: left;
	padding: 14px 30px 10px 7px;
	text-decoration: none;
	color: #FFFFFF;
}

.menu a:hover {
	color: #D7D7BD;
}

.menu .botao_home {
	padding: 10px 15px 10px 15px;
}

.titulo {
	font-weight: bold;
	font-size: 14px;
	color: #005880;
}
/** Style for wrapper starts here */

#wrapper {
	width: 800px;
	margin: 0px auto;
	background: #FFFFFF;
	padding: 20px;
}

/** Style for content starts here */

#content {
	width: 800px;
	margin: 0px auto;
	padding-top: 25px;
}

#content h2 {
	font-size: 1.6em;
	font-weight: normal;
	border-bottom: 1px #CCCCCC dashed;
}

#content p {
}


#content a {
	text-decoration: none;
}

#left {
	width: 750px;
	padding-left: 20px;
	margin-bottom: 20px;
}

#left ul {
	margin-top: 15px;
	padding: 0;
	list-style: none;
}

#left li {
	margin-bottom: 10px;
	padding-left: 10px;
	background: url(images/img04.gif) no-repeat 0 7px;
	line-height: 17px;
}

.perguntas {
	margin-top: 13px;
	font-size: 14px;
	font-weight: bold;
}

.respostas {
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
	/*margin-left: 17px;*/
	display: none;
}

.exibir {
	font-size: 10pt;
	font-weight: normal;
}

.ocultar {
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
}
/** Style for cover starts here */
#capa {
	width: 750px;
	margin: 0px auto;
	padding-top: 25px;
	padding-left: 20px;
	width: 100%;
}

#capa h2 {
	font-size: 1.6em;
	font-weight: normal;
	text-align: center;
}

#capa h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #3C3C37;
	text-align: center;
}

#capa .imagem{
	float:left;
	text-align: right;
	width: 30%;
}

#capa .texto {
	float:left;
	vertical-align: top;
	width:55%;
}

#capa .resumo h2{
	margin-top: 10px;
	text-align: left;
	line-height: 40px;
}

.clear {
	clear: both;
}
.resumo h3 {
	text-align: left;
	margin-top: 15px;
	line-height: 10pt;
}

.corpo {
	float: left;
	width: 69%;
	margin-top: 25px;
	padding-left: 20px;
	border-left: 1px #CCCCCC dashed;
}
.nomes {
	float:left;
	width:25%;
}
html>body .nomes {
	margin-top: 50px; /* ..nem este valor é visto. */
}

.nomes p{
	font-weight: bold;
	line-height: 14px;
}

/** Style for footer starts here */

#footer {
	clear: both;
	width: 800px;
	height: 42px;
	margin: 0px auto;
	padding-top: 13px;
	border-top: 1px solid #444444;
	background: url(images/img03.jpg) no-repeat left top;
	text-transform: uppercase;
	font-size: 10px;
	color: #E5E5CC;
}

#footer .css {
	padding-left: 20px;
	background: url(images/image01.gif) no-repeat left 50%;
}

#footer a {
	color: #E5E5CC;
}

#buttons {
	float: right;
	margin-right: 5px;
}

#buttons img {
	padding: 0px 2px 0px 2px;
	width: 32px;
	height: 32px;
}
