	body, td, input, textarea, select {
		margin: 0px;
		font-family: 'Trebuchet MS', Verdana, Arial;
		font-size: 14px;
		color: #425352;
	}
	h1 {
		font-size: 35px;
		margin: 12px 0px 5px 0px;
		color: #9DB4B2;
	}
	h2 {
		font-size: 25px;
		margin: 0px;
		color: #9DB4B2;
	}
	hr {
		color: #D1DCDB;
		background-color: #D1DCDB;
		height: 1px;
		border: 0px;
		width: 100%;
	}
	#bgVideo {
		padding: 5px;
		background-image: url(../imagens/bg_video.gif);
		background-repeat: no-repeat;
	}
	
	#menuAssuntos {
		margin: 0px 0px 15px 2px;
	}
	
	.menuSelecionado {
		border: 1px solid #D1DCDB;
		border-bottom: 0px;
		text-align: center;
	}
	.menuNaoSelecionado {
		border: 1px solid #D1DCDB;
		text-align: center;
		background-color: #D1DCDB;
	}
	.menuBase {
		border-bottom: 1px solid #D1DCDB;
		color: #D1DCDB;
	}
	#menuTop {
		margin: 0px 10px 0px 0px;
		font-size: 11px;
		color: #DDDDDD;
		height: 140px;
	}
	#menuTop a {
		text-decoration: none;
	}
	#logo {
		/*position: absolute;*/
		margin: -100px 0px 0px 0px;
	}
	#rodape{	
		font-size: 11px;
		color: #DDDDDD;
	}
	#rodape a {
		text-decoration: none;
	}
	.tblListagem {
		border: 1px solid #D1DCDB;
	}
	.imgThumbs {
		margin: 25px 0px 0px 25px;
		background-image: url(../imagens/thumbs/bg.gif);
		background-repeat: no-repeat;
	}
	.imgCamera {
		margin: 10px 5px 0px 0px;
	}
	a {
		color: #21A697;
	}
	.menu {
		text-decoration: none;
		color: #93A3A2;
	}
	
	input, textarea {
		width: 300px;
		border: 1px inset #D1DCDB;
		margin: 0px 0px 4px 0px;
		font-size: 11px;
	}
	
	select {
		padding: 3px;
	}
	
	#publicidade {
		background-image: url(../imagens/publicidade.gif);
		background-repeat: no-repeat;
		width: 234px;
		height: 67px;
		padding: 12px 8px 8px 8px;
		margin-left: 18px;
	}
	
	#comentarios {
		margin-bottom: 30px;
	}
	
	.comentarios {
		margin: 10px 0;
	}
