/* CSS Document */


TD.TOPSTORYTOP {
	background-image : url(../image11/box_topbg.jpg);
	background-position : top;
	background-repeat : repeat-x;
}
TD.TOPSTORYBOTTOM {
	background-image : url(../image11/box_bottom.jpg);
	background-position : bottom;
	background-repeat : repeat-x;
}
TD.TOPSTORYLEFT {
	background-image : url(../image11/story_box_left.gif);
	background-position : left;
	background-repeat : repeat-y;
}
TD.TOPSTORYRIGHT {
	background-image : url(../image11/box_right.jpg);
	background-position : right;
	background-repeat : repeat-y;
}
TD.TOPSTORY {
	background-color: #293647;
	padding: 13px 10px 10px 17px;
}

