.EcclesiaBody  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 300px; /* padding keeps the content of the div away from the edges */
}
.EcclesiaBody .vertodos {
	border: none;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 1px;
}
.EcclesiaBody .vertodos:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 0px;
}
.EcclesiaBody #mediabox {
	border: 1px solid #000000;
	background-image: url(http://www.agencia.ecclesia.pt/imgs/bg_video.gif);
	background-color: #6A6A6A;
	background-repeat: repeat-x;
}
.EcclesiaBody #mediabox P {
	color: #FFFFFF;
	font-size: 90%;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

