.bg_style1 {
	background-image: url('../images/pixi_lightblue.gif');
}
.bg_style2 {
	background-image: url('../images/bg_bottom01.jpg');
}
.bg_white {
	background-color: #FFFFFF;
}
.bg_dark {
	background-color: #171717;
}

.bord_o {
	border-width: 0px;
}
.tbl_bord {
	border-top: 1px solid #bba1b8; border-left: 1px solid #bba1b8;
}
.cell_bord {
	border-right: 1px solid #bba1b8; border-bottom: 1px solid #bba1b8;
	font-family: Arial, Verdana, sans-serif, MS Sans Serif ;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align:left;
	padding-left: 40px;
	line-height: 24px;

}

