﻿body {
	font-size: 0.81em;
	font-family: Verdana, Arial;
	color: #000000;
	background-color: #000000;
	text-align: left;
	margin: 0px;
	/*background:url(/imagens/fundo_site.gif) repeat-x;*/
	line-height: 1.38em;
	/*overflow: hidden;*/
}


h1 {
	font-size: 1.17em;
	font-weight: bold;
	color: #333333;
	margin: 0;
	padding: 4px 0px 6px 0px;
}
h2 {
	font-size: 1.08em;
	font-weight: bold;
	color: #999999;
	margin: 0;
	padding: 3px 0px 5px 0px;
}
h3 {
	font-size: 1.00em;
	font-weight: bold;
	color: #333333;
	margin: 0;
	padding: 3px 0px 4px 0px;
}
p, div {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
table {
	font-weight: normal;
	font-size: 1.00em;
}
a {
	text-decoration: none;
}
a:link {
	color: #89afc5;
}
a:hover {
	text-decoration: underline;
	color: #89afc5;
}
a:active, a:visited {
	color: #3399cc;
}



#contentor{
	width: 960px;
	height: 610px;
	text-align: left;
	margin: 0 auto;
	background: #000000 url(../../imagens/fundo_site_html.jpg) no-repeat;
}

#menu{
	float: left;
	width: 245px;
	padding-left: 15px;
	margin: 0;
	margin-top: 133px;
	padding-bottom: 10px;
	margin-left: -960px; /*Set left margin to -(MainContainerWidth)*/
	color: #cccccc;
	font-weight: bold;
	font-size: 1.08em;
}

#conteudoWrapper{
	float: left;
	width: 100%;
}

#conteudo {
	margin-left: 255px;
	width: 645px;
	height: 390px;
	margin-top: 133px;
	text-align: justify;
	overflow: auto;
}



#menu ul{
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
}
#menu ul li {
	line-height: 1.54em;
	/*height: 1.54em;*/
	padding-top: 4px;
}
#menu ul li a:link, #menu ul li a:visited {
	text-decoration: none;
	color: #ffffff;
}
#menu ul li a:hover, #menu ul li a:active {
	color: #c8252a;
	text-decoration: none;
}
#menu ul li ul {
	padding-left: 10px;
	margin: 0;
}
#menu ul li ul li ul {
	padding-left: 10px;
	margin: 0;
}

#menu li.selected a:link, #menu li.selected a:visited {
	color: #3669a8;
}


#conteudo .titulo{
	font-weight: bold;
	margin-top: 6px;
}
.rodape {
	padding-top: 18px;
	font-size: 0.77em;
	text-align: center;
	color: #ffffff;
	line-height: 130%;
}


.editor {
	color: #000000;
	background-color: #ffffff;
}
