body {
	font-family: sans-serif, arial;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
.index-top-left{
	background-image: url("/img/index-top-left.gif");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
}
.index-top{
	background-image: url("/img/index-top.gif");
	background-repeat: repeat-x;
}
.index-top-right{
	background-image: url("/img/index-top-right.gif");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
}
.index-left{
	background-image: url("/img/index-left.gif");
	background-repeat: repeat-y;
}
.index-center{
	width: 575px;
	font-size: 12px;
	text-align:left;
	color: #014A64;
}
.index-right{
	background-image: url("/img/index-right.gif");
	background-repeat: repeat-y;
}
.index-bottom-left{
	background-image: url("/img/index-bottom-left.gif");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
}
.index-bottom{
	background-image: url("/img/index-bottom.gif");
	background-repeat: repeat-x;
}
.index-bottom-right{
	background-image: url("/img/index-bottom-right.gif");
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
}
