.video{border:1;border-color:333;}
.rodape {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : italic;
	font-weight : bold;
	text-align : center;
	vertical-align : middle;
	background : #111;
	color : #DDD;
	border-bottom : 1px dashed #333;
	border-left : 1px dashed #333;
	border-right : 1px dashed #333;
	border-top : 1px dashed #333;
}
.conteudo {
border : 1px solid #666;
}
.destaque {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFF;
	text-decoration: underline;
}
.texto {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #999;
	padding-top : 5px;
}
.titulo {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #FFF;
}
.menu {
	display: block;
	width: 140px;
}
.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
.menu ul li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	float: left;
	width: 100%;
}
.menu a {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size:14px;	
	display: block;
	line-height: 30px;
	padding: 0 10px;
	border-bottom: 1px solid #333;
	text-decoration: none;
	color: #fff;
}
.menu a.ult {
	border-bottom: none;
}
.menu a:hover {
	display: block;
	color: #000;
	background: #999;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size:14px;	
}
.link {
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
}
.link a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
	display: block;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
	color: #fff;
}
.link a:hover {
text-decoration:underline;
}
