/**
 **	background
 */

td.bg_left_top {
	height: 115px;
	background: transparent url(../gfx/contract/bg_left_top.gif) repeat-x right top;
}
div.bg_left_top_fix {
	background: transparent url(../gfx/contract/bg_left_top_fix.gif) no-repeat right top;
	height: 115px;
}
td.bg_right_top {
	height: 115px;
	background: transparent url(../gfx/contract/bg_right_top.gif) repeat-x left top;
}
div.bg_right_top_fix {
	background: transparent url(../gfx/contract/bg_right_top_fix.gif) no-repeat left top;
	height: 115px;
}
div.bg_middle_bottom {
	background: transparent url(../gfx/contract/bg_middle_bottom.gif) repeat-x left bottom;
	height: 60px;
}
div.bg_left_middle_bottom_fix {
	background: transparent url(../gfx/contract/bg_left_middle_bottom_fix.gif) no-repeat right bottom;
	height: 60px;
	width: 10px;
	float: right;
}
div.bg_right_middle_bottom_fix {
	background: transparent url(../gfx/contract/bg_right_middle_bottom_fix.gif) no-repeat left bottom;
	height: 60px;
	width: 10px;
}
td.bg_bottom {
	height: 35px;
	background: transparent url(../gfx/contract/bg_bottom.gif) no-repeat left top;
}
table.data {
	vertical-align: top;
	background: transparent url(../gfx/contract/bg_data_bottom.gif) no-repeat left bottom;
}

/**
 **	format
 */

a:link,
a:active,
a:visited {
	color: #7093b0;
	background: transparent;
	text-decoration: underline;
}
a:hover {
	color: #000;
	background: transparent;
	text-decoration: none;
}

h1 {
	color: #7093b0;
}
h2 {
	background: transparent url(../gfx/contract/bg_h2.gif) no-repeat left top;
}

