@media screen,print {

	/* *** TIPOGRAFIA BASICA *** */
	
	* {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		margin:0px;
		padding:0px;
	}
	
	/* *** LINHAS GERAIS *** */
	
	body {
		background-color:#E8E8E8;
	}
	
	#container {
		width:764px;
		margin: 0px auto;
	}
	
	h1 {
		font-size:18px;
		padding:5px 0px 15px 0px;
	}
	
	h2 {
		font-size:15px;
		padding:5px 0px 10px 0px;
	}
	
	h3 {
		font-size:13px;
		padding:5px 0px 5px 0px;
	}
	
	a:link,a:active,a:visited {
		text-decoration:none;
		color:#0066FF;
	}
	a:hover {
		text-decoration:underline;
	}
	
	
	.textoNoticia { padding: 5px;}
	.textoNoticia p {
		padding-top:5px;
		padding-bottom:5px;
		line-height:14px;
	}
	
	.textoNoticia img {
		padding:5px;
	}
	
	#boxNoticiaPrincipal {
		border:1px dashed #ffffff;
		padding:5px;
	}
	
	#boxNoticiaPrincipal:hover, #boxNoticiaPrincipal:sfhover {
		border:1px dashed #333333;
		background-color:#efefef;
	}
}
