/* Estilos base
----------------------------------------------- */
body {
	margin: 20px;
	text-align: center;
	background: #9A9;
	color: #000;
	font: 84% "Trebuchet MS",Verdana,Arial,Sans-serif;
}
div {
	background: #fff;
	text-align: left;
}
h1 {
	font-size: 135%;
	line-height: 1.5em;
}
h2 {
	font-size: 110%;
	color: #252;
	line-height: 1.5em;
}
table {
	font-size: 75%;
	padding: 0px;
	border: 0;
	width: 400px;
}
th {
	background-color: #ccddcc;
	padding: 3px 0px 3px 0px;
	text-align: center;
}
td {
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dashed #ccc;
}
.bold {
	font-weight: bold;
}
.caption {
	text-align: center;
	font: 75%;
}

/* Links
----------------------------------------------- */
a:link {
	color:#252;
}
a:visited {
	color:#252;
}
a:hover {
	color:#c60;
}
a img {
	border-width:0;
}

/* Estrutura da página
----------------------------------------------- */
.content1 {
	width: 720px;
	margin: 0 auto;
}
.content2 {
	width: 720px;
	margin: 0 auto;
	background-color: transparent;
}

/* Header
----------------------------------------------- */
.headerA {
	background: url(imagens/top_h.gif) no-repeat;
	padding: 15px 15px 10px 15px;
}
.headerB {
	background: url(imagens/bot_h.gif) no-repeat bottom;
}
#menu1 {
	text-align: right;
}
#menu1 a {
	text-decoration: none;
}
#menu2 {
	padding: 5px 15px 5px 85px;
	background: #585;
}
#menu2 a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#menu2 a:hover {
	color: #252;
	background: #fff;
}

/* Main
----------------------------------------------- */
.mainA {
	background: #fff url(imagens/top_m.gif) no-repeat;
	width: 470px;
	float: left;
	line-height: 1.5em;
}
.mainB {
	background: url(imagens/bot_m.gif) no-repeat bottom;
	padding: 2px 30px 10px 20px;
}

/* Sidebar
----------------------------------------------- */
.sidebar {
	width: 230px;
	float: right;
	background-color: transparent;
}
.sidebarA {
	margin: 0 0 10px;
	background: #cdc url(imagens/top_s.gif) no-repeat;
}
.sidebarB {
	background: url(imagens/bot_s.gif) no-repeat bottom;
	padding: 2px 15px 10px 20px;
	line-height: 1.5em;
}

/* Footer
----------------------------------------------- */
.footerA {
	clear:both;
	background: #585 url(imagens/top_h.gif) no-repeat;
	color: #fff;
}
.footerB {
	background: url(imagens/bot_h.gif) no-repeat bottom;
	padding: 10px;
	text-align: center;
}