*{
	padding: 0px;
	margin: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size:18px;
}


h6{
	color:#00C;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a:link {
	text-decoration: none;
	color:#999;
}
a:visited {
	text-decoration: none;
	color:#999;
}
a:hover {
	text-decoration: underline; 
	color: #FFF;
}
a:active {
	text-decoration: none;
	color:#999;
}

#container{
	background-image:url(imgLayout/background.png);
	background-repeat: repeat-y;
	background-position:center;
	background-color: #0f0f0f;
	min-height: 500px;
	height:auto;
}

#bgtop{
	background-image: url(imgLayout/topoBg.png);
	width: 100%;
	height: 190;
	background-repeat: repeat-x;
}

#top{
	background-image: url(imgLayout/topo.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 190px;
}

#menu{
	background-image: url(imgLayout/menu.png);
	width: 100%;
	height: 26px;
}

#bt{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding-top: 3px;
	text-align: center;
	width: 100%;
	height: 25px;
	color:#FFF;
	float: left;
	text-decoration: none;
}

#conteudo{
	background-image: url(imgLayout/background.png);
	background-repeat:repeat-y;
	background-position: center;
	min-height: 400px;
}

#pag{
	width: 726px;
	height: auto;
	text-align: justify;
	margin-left: 25px;
	margin-right:15px;
}

#container #conteudo #pag pre h2 {
	text-align: center;
}
#container #conteudo #pag pre {
	text-align: justify;
}



#conta{
	width: 400px;
}

#rodap{
	background-image: url(imgLayout/rodape.png);
	background-position:center;
	background-repeat:repeat-y;
	height: 55PX;
	margin-top: 15px;
	clear:both;
}
#container #conteudo #pag pre {
	text-align: justify;
}
#container #conteudo #pag {
	text-decoration: none;
	list-style-image: none;
}
#container #conteudo #pag #lft {
	float: left;
	height: auto;
	width: 400px;
}
#container #conteudo #pag #rgt {
	float: left;
	width: 305px;
	height: auto;
}

#container #conteudo #pag #rgt p {
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#container #conteudo #pag #lft {
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 10px;
}
#container #conteudo #pag table tr td table tr td {
	text-align: justify;
}
#container #conteudo #pag blockquote table tr td {
	text-align: justify;
	vertical-align: top;
	margin: 5px;
	padding: 10px;
}
#container #conteudo #pag hr {
	margin: 5px;
	padding: 5px;
}

