@charset "utf-8";


html { position: relative; }
body, h1, h2, h3, h4, h5, p, img { margin: 0px; padding: 0px; border: none; }

body { background-color: #f3ef81; background-image: url('../_src/bgPb.jpg'); overflow-x: auto; overflow-y: scroll; }
body { font: 15px 'Helvetica'; color: #000; position: relative; background-attachment: fixed; }
a { color: #000; text-decoration: underline; }

._pRel { position: relative; }
._pAbs { position: absolute; }

._f_rig { float: right; }

._ta_cen { text-align: center !important; }

._clr { clear: both; }


.boxShad_10px_black
{
	-moz-box-shadow: 0 0 18px rgba(0,0,0,0.67);
	-webkit-box-shadow: 0 0 18px rgba(0,0,0,0.67);
	box-shadow: 0 0 18px rgba(0,0,0,0.67);
}

.boxShad_5px_black
{
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.38);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.38);
	box-shadow: 0 0 8px rgba(0,0,0,0.38);
}