/* Gerais */
body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
H1 {font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bolder;
	}

TD {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;}

/* Backgrounds */
.transparente {background-color: transparent; border: none;}
.bg_branco {	background-color: #FFFFFF;	}

.bg_fixo {
	background-image:  url(../_bg.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-attachment: fixed;
}


/*Links */

a:link {text-decoration: none; color:#000000;}
a:visited {text-decoration: none;	color:#000000;}
a:active {text-decoration: none; 	 color:#000000;}
a:hover {	text-decoration: underline;	color: #000000;
}


a.link-mais:link {text-decoration: none;color: #FFFFFF}
a.link-mais:visited {text-decoration: none;	 color: #FFFFFF}
a.link-mais:active {text-decoration: none; 	 color: #FFFFFF}
a.link-mais:hover {text-decoration: underline; 	 color: #FFFFFF}

/* Formulários */

input, textarea, select  {
	background-color: #F5F4F4;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px ;
	color : #0000000;
	BORDER-RIGHT: #000000 1px double;
	BORDER-TOP: #000000 1px double;
	BORDER-LEFT: #000000 1px double;
	BORDER-BOTTOM: #000000 1px double;
}


   .letra_preta {
	font-family: Trebuchet MS;
	color: #000000;
	font-size: 12px;
	}
	
   .letra_titulo {
	font-family: Trebuchet MS;
	color: #000000;
	font-size: 12px;
	font-weight: bolder;
	}
	
   .letra_titulo_musica {
	font-family: Trebuchet MS;
	color: #000000;
	font-size: 14px;
	font-weight: bolder;
	}
	
   .letra_nome_musica {
	font-family: Trebuchet MS;
	color: #000000;
	font-size: 10px;
	font-weight: bolder;
	}

   .letra_azul {
	font-family: Trebuchet MS;
	color: #0490D5;
	font-size: 14px;
	font-weight: bolder;
	}
	
   .letra_rosa {
	font-family: Trebuchet MS;
	color: #EB5053;
	font-size: 14px;
	font-weight: bolder;
	}
	
		.box {
		background-color: FFFFFF;
		border: solid;
		border-top: 1px solid #0B4CA2;
		border-bottom: 1px solid #0B4CA2;
		border-left: 1px solid #0B4CA2;
		border-right: 1px solid #0B4CA2;
		font-family: Arial, Verdana;
	   font-size: 9px;

	}
	


