﻿body {
	font-size: 0.81em;
	font-family: Verdana, Arial;
	/*color: #ffffff;
	background-color: #000000;*/
	text-align: left;
	margin: 0px;
	/*background:url(/imagens/fundo_site.gif) repeat-x;*/
	line-height: 1.38em;
	/*overflow: hidden;*/
	/*overflow: auto;*/
	height: 100%;
}
html{height: 100%;}

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;
}



#altContent {
	min-width: 800px;
	min-height: 630px;
	height: auto !important;
	height: 630px;
}
object:focus { outline: none 0px; }

#contentor{
	width: 998px;
	/*height: 610px;*/
	text-align: left;
	margin: 0 auto;

	/*background: #000000 url(../../imagens/imageStart.jpg) no-repeat;*/
	background: #000000;
}

#menu{
	height: 24px;
	margin: 0;
	margin-top: 30px;
	padding-bottom: 10px;
	color: #cccccc;
	font-weight: bold;
	font-size: 1.00em;
}

#conteudoWrapper{
	float: left;
	width: 100%;
}

#conteudo {
	margin-left: 370px;
	width: 620px;
	padding: 0px 0px 0px 8px;
	height: 450px;
	margin-top: 40px;
	text-align: justify;
	overflow: auto;
}

#conteudoImg {
	float: left;
	width: 370px;
	height: 450px;
	margin: 0 auto;
	margin-top: 40px;
	margin-left: -998px; /*Set left margin to -(MainContainerWidth)*/
	color: #cccccc;
	text-align: center;
	font-size: 1.08em;
	overflow: auto;
}


#menu ul{
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
}
#menu ul li {
	float: left;
	padding: 0px 8px 0px 8px;
	
	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: #c8252a;
}


#conteudo .titulo{
	font-weight: bold;
	margin-top: 6px;
}
.rodape {
	padding-top: 18px;
	font-size: 0.77em;
	text-align: center;
	color: #ffffff;
	line-height: 130%;
}


.clear{
	height: 5px;
	clear: both;
}


.editor {
	color: #000000;
	background-color: #ffffff;
	overflow: auto;
}

