@charset "utf-8";
/* CSS Document */

div.document-slice-top{
	width:688px;
	height:38px;
	background-image:url(../images/document-slice-top.png);
	background-repeat:no-repeat;
}

div.document-slice-mid{
	width:688px;
	min-height:10px;
	background-image:url(../images/document-slice-mid.png);
	background-repeat:repeat-y;
}

div.document-slice-btm{
	width:688px;
	height:50px;
	background-image:url(../images/document-slice-bottom.png);
	background-repeat:no-repeat;
}

div.document-holder{
	margin-left:auto;
	margin-right:auto;
	width:680px;
}

div.file-name{
	width:620px;
	margin-left:auto;
	margin-right:auto;
	border-top:#999 1px dotted;
}

table.excel{
	margin-left:13px;
	margin-top:-30px;
	margin-bottom:20px;
	width:650px;
}

img.si{
	margin-bottom:-3px;
}