@font-face {
 font-family: HelvThin;
 src: url("http://www.ftfios.com.br/font/hlvc1.eot") /* EOT file for IE */
}

@font-face {
	font-family: HelvThin;	
	src: url('http://www.ftfios.com.br/font/hlvc1.ttf');
}

@font-face {
	font-family: HelvRoman;
	src: url('http://www.ftfios.com.br/font/hlvc1.ttf');
}

.titulo{
	font-family: HelvRoman;
}

body{
	font-family: HelvThin;
	font-size: 16px;
	color: white;
}

.top{
	margin-top: 50px;
	margin-right: 20px;
	text-align: right;
	float: right;
	font-size: 18px;
}

#mnitem{
	float:left; 
	line-height:25px; 
	width: 249px; 
	border-right: 1px solid #555552; 
	font-size: 20px; 
	text-align: center; 
	margin-top: 8px;
	font-weight: 200;
}

#itemenu{
	font-size: 20px;
	font-weight: 200;
	text-decoration: none;
	color: white;
}

#itemenu:hover{
	text-decoration: underline;
}


#itemenu:visited{
	color: white;
}

#content{
	width: 100%;
	height: auto;
	background-color: RGBA(0,0,0,0.7);
}

#rodape{
	margin: 0 auto;
	background-color: RGBA(0,0,0,0.7);
	width: 420px;
	height: 50px;
	margin-top: 15px;
	margin-bottom: 20px;
}