@charset "utf-8";
/* CSS Document */

	a.maisLink {
		font: Verdana, Geneva, sans-serif;
		font-size:11px;
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
		cursor:pointer;
	}	

	a.maisLink:hover {
		font: Verdana, Geneva, sans-serif;
		font-size:11px;
		font-weight:bold;
		color: #FFF;
		text-decoration: underline;		
	}	

	a.maisLink2 {
		font: Verdana, Geneva, sans-serif;
		font-size:11px;
		font-weight: bold;
		color: #4B9BCC;
		text-decoration: none;
		cursor:pointer;
	}	

	a.maisLink2:hover {
		font: Verdana, Geneva, sans-serif;
		font-size:11px;
		font-weight:bold;
		color: #4B9BCC;
		text-decoration: underline;		
	}	



	.textoEditor{
		color:#000; 
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size:10px; 
		margin:8px;
	}	


	.tituloOpc {
		font: Verdana, Geneva, sans-serif;
		font-size:20px;
		font-weight:bold;
		color: #204383;
	}	
	
	.tituloOpcPeq {
		font: Verdana, Geneva, sans-serif;
		font-size:14px;
		font-weight:bold;
		color: #204383;
	}		

	.hrSub{
		border: solid 1px;
		color:#D1DDF3;
	}	

	.nomeAlbum {
		font: Verdana, Geneva, sans-serif;
		font-size:11px;
		font-weight:normal;
		color: #FFF;
	}	

	.dataPadrao {
		font: Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight:bold;
		color: #5E8CD9;
	}	

	.imgThumb{
		border:solid #000 1px;
	}
	
	
	.filtro {
		font: Verdana, Geneva, sans-serif;
		font-size:16px;
		font-weight:bold;
		color: #003366;
		border:solid 1px;
		width:400px;
		height:80px;
		background-color:#EEE
		 
	}	
	
	.footerTxt {
		font: Verdana, Geneva, sans-serif;
		font-size:11px;
		font-weight:bold;
		color: #FFF;
	}		
	
	a.footerLink {
		font: Verdana, Geneva, sans-serif;
		font-size:11px;
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
		cursor:pointer;
	}	

	a.footerLink:hover {
		font: Verdana, Geneva, sans-serif;
		font-size:11px;
		font-weight:bold;
		color: #FFF;
		text-decoration: underline;		
	}		


	a.NaxusLink {
		font: Verdana, Geneva, sans-serif;
		font-size:10px;
		color: #FFF;
		text-decoration: none;
		cursor:pointer;
	}	

	a.NaxusLink:hover {
		font: Verdana, Geneva, sans-serif;
		font-size:10px;
		color: #FFF;
		text-decoration: underline;		
	}		


	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}