body{
	background-image:url(/img/bg.jpg);
	background-repeat:repeat-x;
	margin: 0 0 0 0;
	background-color:#f8f8f0;
	color:#333;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;

}


/* BILHETES */
#bt_checkbox_bilhete{
	float:left;
	margin-top:3px;
	height:15px;
	width:14px;
	background:url(/img/checkbox.gif) no-repeat 0 -15px;
	cursor:pointer;
}
#bt_checkbox_bilhete.on{
	background:url(/img/checkbox.gif) no-repeat 0 0;
}

