html, body {
	background-image: url(../images/back.jpg);
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
}
#container {
	background-image: url(../images/back-container.jpg);
	margin: 0px auto 0 auto;
	width: 800px;
}
#header {
	margin: 0px auto 0 auto;
	width: 800px;
}
#menu {
	width: 800px;
	height: 25px;
	padding-top: 5px;
	font-size: 11;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
#content {
	width: 800px;
	text-align: left;
}
/* CONTEÚDO ------------------------------------------ */
#section {
	background-color: #FFF;
	width: 700px;
	padding: 0px 0px 0px 0px; /* TOP, RIGHT, DOWN, LEFT */
	margin: 10px 50px 10px 50px; /* TOP, RIGHT, DOWN, LEFT */
	opacity: 0.7;
	left: 0;
	right: 0;
	top: auto;
	
	border-radius: 10px; /* MENU ARRENDODADO */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#footer {
	background-image: url(../images/layout-04.jpg);
	width: 800px;
	height: 90px;
}
#content-left {
	background-image: url(../images/layout-05.jpg);
	width: 800px;
	height: 800px;
	float: left;
	display: inline;
}
#conteudo {
	margin-top: 0px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
}
#txt-left {
	background-image: url(../images/back-txt.png);
	padding-right: 20px;
	width: 290px;
	margin-top: 0px;
	margin-bottom: 10px;
	float: left;
	display: inline;
	text-align: justify;
}
#txt-right {
	width: 290px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	display: inline;
}
.text {
	text-align: justify;
}
.menu-link {
	color: #FFF;
}
.menu-link:hover {
	color: #FFF;
	text-decoration: underline;
}
#acessibilidade {
	height: 30px;
	margin-right: 10px;
	margin-top: 5px;
	float: right;
}
#titulo {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}
#tab-width {
	width: 100%;
}
#tab-left {
	width: 390px;
	margin-right: 10px;
	float: left;
	display: inline;
}
#tab-right {
	width: 390px;
	float: left;
	display: inline;
}
.tabela {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.tab1 {
    background-color: #4f5319;
    border: 1px solid #000;
    color: #fff;
    font-weight: bold;
    padding: 4px;
}
.tab2 {
	width: 15%;
    background-color: #858b29;
    border: 1px solid #000;
    color: #000;
    font-weight: bold;
    padding: 2px;
	vertical-align: top;
}
.tab3 {
	width: 85%;
    background-color: #858b29;
    border: 1px solid #000;
    color: #000;
    font-weight: bold;
    padding: 2px;
}
.tab4 {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    padding: 2px;
}
.tab5 {
	width: 52%;
    background-color: #4f5319;
    border: 1px solid #000;
    color: #fff;
    font-weight: bold;
    padding: 2px;
}
.tab6 {
	width: 16%;
    background-color: #4f5319;
    border: 1px solid #000;
    color: #fff;
    font-weight: bold;
    padding: 2px;
}
.tab7 {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    padding: 2px;
}
.tab8 {
    background-color: #858b29;
    border: 1px solid #000;
    color: #fff;
    padding: 2px;
}
.letra {

	margin-top: 5px;
	float: left;
	display: inline;
}
.letra:hover {

}
.print {
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 4px;
	float: left;
	display: inline;
}
#vazia {
	clear: both;
}
.vazia {
	clear: both;
}
#confirmacao {
	text-align: center;
}
.inscricao_tb {
	background-color: #D7D7D7;
	margin-left: 5px;
	padding-left: 5px;
	padding-top: 5px;
	width: 225px;
	*width: 230px;
	float: left;
	display: inline;
}
.conf-inscricao1 {
	color: #CC0000;
	font-size: 14px;	
	text-decoration: underline;
	font-weight: bold;
}
.conf-inscricao1:hover {
	color: #CC0000;
	text-decoration: underline;
}
.slc {
	color: #C00;
	text-decoration: none;
}
.slc:hover:hover {
	color: #4f5319;
	text-decoration: none;
}	
h1 {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 2px;
	padding: 0px;
}
h2 {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 0;
	padding: 0;
	text-align: justify;
	text-decoration: none;	
}
li {
	margin-top: 0px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #4f5319;
	text-decoration: none;
}