.ms1_table
{
	background-color: #FFFFFF;
}
.ms1_ul
{
	background: url(ModuleSkin1/tbl_tl.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.ms1_top
{
	background: url(ModuleSkin1/tbl_t.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.ms1_ur
{
	background: url(ModuleSkin1/tbl_tr.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.ms1_left
{
	background: url(ModuleSkin1/tbl_l.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.ms1_center
{
	text-align: center;
	vertical-align: middle;
}
.ms1_right
{
	background: url(ModuleSkin1/tbl_r.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.ms1_ll
{
	background: url(ModuleSkin1/tbl_bl.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.ms1_bottom
{
	background: url(ModuleSkin1/tbl_b.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.ms1_lr
{
	background: url(ModuleSkin1/tbl_br.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
