html {
	
	padding:0;
	margin:0;
	border:0px none;
	}
body {
	
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0px none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:10pt;
	font-family:Verdana;
	background-color: #000000;
	scrollbar-face-color:#000000;
	scrollbar-track-color:#000000;
	scrollbar-arrow-color:red;
	scrollbar-base-color:#999999;
	scrollbar-shadow-color:#999999;
	scrollbar-highlight-color:#666666;
	scollbar-darkshdow-color:#999999;
}
#topo {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	background: url('figuras/topo.jpg') center repeat-x;
	text-align: center;
}
#conteudo {
	float: right;
	overflow: auto;
	position: absolute;
	top: 80px;
	bottom: 15px;
	right: 0px;
	width: 98%;
	text-align: left;
	height: expression(document.documentElement.clientHeight - 95);
}
#navBar {
	float: center;
	overflow: auto;
	position: absolute;
	top: 80px;
	bottom: 30px;
	right: 0px;
	width: 90%;
	text-align: center;
	height: 150px;
}
#rodape {
	text-align: center;
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
	height: 17%;
	z-index: 3;
	background-repeat: repeat-x;
	background-position: center;
}



.caixa_de_texto {
	float: right;
	width: 80%;
	text-align: justify;
	margin-left: 149px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 5px;
}
.textbox, .textarea {
	border: 0px solid #000;
	font: 10pt Verdana;
	text-indent: 5px;
}
.textbox {
	background: url('figuras/input_text.gif') left top no-repeat transparent;
}
.textarea {
	background: url('figuras/textarea.gif') left top no-repeat transparent;
	overflow: auto;
}


/************** .featur and .story styles *****************/

.feature{
	
}
.feature img{
	float: left;
	padding: 5px 12px 0px 0px;
}

.feature table{
	
}

.story{
	
}
.story img{
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#MainNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bolder;
	color: #CCCCCC;
	letter-spacing: 3px;
}
#MainNav a {
	color: #CCCCCC;
	text-decoration: none;
}
#MainNav a:visited{
	color: #CCCCCC;
}
#MainNav a:hover{
	color: #FFFFFF;
}
#MainNav a:active{
	color: #FFFFFF;
}
#contactNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bolder;
	color: #DF0000;
	letter-spacing: 3px;
}
#contactNav a {
	color: #DF0003;
	text-decoration: none;
}
#contactNav a:visited{
	color: #E30000;
	text-decoration: none;
}
#contactNav a:hover{
	color: #FF6633;
}

