*{
	margin:0;
	padding:0;
	font-family: Helvetica;
	font-size: 16px;	
}

body{
	/*text-align:left;
	background:url(imagens/bg.png) no-repeat center top fixed;*/
}

#principal{
	width:970px;
	margin:0 auto;
}

#menu-superior{
	text-align:center;
	height:32px;
	margin-bottom:2px;
}

#menu-superior ul{
	margin:1px 0 0 0;
	height:20px;
	padding: 4px 14px 4px 0;
	font-size:18px;
	font-weight:bold;
	border:0px solid #999;
	background-color:black;
}

#menu-superior ul li{
	display:inline;
	margin:0 35px 0 20px;
}

#menu-superior ul li a{
	text-decoration:none;
	color: white;
	/*color:#000000  #666; */
}

#menu-superior ul li a:hover{
	color:#ed1c24; /*#FF0000; #CCC; */
	text-decoration:underline;
}

#meio{
	height:740px;/*370px;*/
}

#direito{
	width:970px;
	text-align:left;
	margin:5px;
	float:right;
	text-indent:10px;
	/*background:blue;
	font-size:10px;*/
}

#direito form table{
	border: solid 0px #000000;
	padding:8px;
}

#direito table tr td b{
	font-size:40px;
	/*color:#ed1c24;
	text-decoration:line-through;*/
}

#direito table tr td {
	line-height:170%;
}

#rodape{
	/*margin:171px 0 0 0;*/
	margin:2px 0 0 0;
	height:35px;
	background:#ed1c24; 
	color: white;
 	text-align:center;
	font-size:16px;
	padding:5px 0 0px 0;
} 

#tarja{
	font-size:50px;
	margin:1px 0;
	height:100px;
	padding: 0;
	background-color:white;
	color:black /*#ed1c24;*/
}

#tarja table tr td{
	font-size:15px;
}