
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding: 0;
	background-color:#000;	
	}
#topo {
		width: 779px;
		height: 250px;
		background:#000;
		}
#menu {
	width: 779px;
	height: 33px;
	background:#000;
	}
ul{ 
	margin:0;
 	padding:0;
	
	}
li{
	float:left;
	list-style:none;
	padding-right:3px;
	padding-left:1px;
	}
li a {
	background:#666;
	width:150px;
	height:22px;
	display:block;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	text-align: center;
	padding-top:7px;
	text-transform:uppercase;
	}
li a:hover {
background-color:#D00010;
}
#contain {
width: 779px;
height: 100%;
background:#000;
color:#FFF;
}
#box{
 	width: 779px;	
	background:#000;	
	
	}

.tex{
	font-family: Arial, Verdana, Helvetica, sans-serif; ;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
}
#rodape p{ 
		width: 779px;		
		background:#666;
		color:#FFF;
		margin: 0; 
		padding: 10px 0; 	
		font-size: 12px;
		font-weight:normal;
}
a:link {text-decoration: none;
color: #FFF;}
a:visited {text-decoration: none;
color: #FFF;
}
a:hover {text-decoration: underline; 
color: #f2f2f2;
}
.form_lable { font-size:12px;
  font-weight:bold;
  font-family:Arial, Helvetica, sans-serif; 
  font-style:normal;
  color:#FFF;   
  }
  