@charset "utf-8";
body {
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#principal {
	text-align: left;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#topo {
	height: 200px;
}
#menu {
	height: 86px;
	display: none;
}
#quadro {
	height: 297px;
	display: none;
}
#conteudo {
	margin: 0px;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding: 0px;
}
#esquerda {
	float: left;
	width: 600px;
}
#faixa {
	clear: both;
	height: 10px;
}
#direita {
	float: right;
	width: 200px;
}

#thered {
	height: 49px;
	display: none;
}
#base {
	clear: both;
	height: 95px;
	display: none;
}


/*Imagens*/
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*Links*/
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #009;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #999;
}

/*Estilos de Fontes*/
.estilo01 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000;
}
.estilo02 {
	color: #666;
	font-size: 14px;
	font-weight: bold;
}
.estilo03 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F90;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.estilo04 {
	font-weight: bold;
}
.estilo05 {
	padding-right: 10px;
	padding-left: 20px;
	background-color: #FC3;
	margin-right: 20px;
	margin-left: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.estilo06 {
	color: #F90;
}
.estilo07 {
	font-weight: bold;
	color: #F90;
	text-align: center;
}



/*Alinhamento*/
.align01 {
	text-align: right;
}
.align02 {
	text-align: center;
}