/*======================================*/
/* ============== BORDER  ==============*/
/*======================================*/
table.border{
/*	margin: 10px;*/
	border: 0px;
	width: 730px;
}
td.border-top-left{
	background-image: url('border-top-left.gif');
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
}

td.border-top-center{
	background-image: url('border-top-center.gif');
	background-repeat: repeat-x;
	height: 19px;
}

td.border-top-right{
	background-image: url('border-top-right.gif');
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
}
td.border-middle-left{
	background-image: url('border-middle-left.gif');
	background-repeat: repeat-y;
	width: 19px;
}

td.border-middle-center{
	background-color: #eef6fe;
	font-size: 12px;
}

td.border-middle-right{
	background-image: url('border-middle-right.gif');
	background-repeat: repeat-y;
	width: 19px;
}

td.border-bottom-left{
	background-image: url('border-bottom-left.gif');
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
}

td.border-bottom-center{
	background-image: url('border-bottom-center.gif');
	background-repeat: repeat-x;
	height: 19px;
}

td.border-bottom-right{
	background-image: url('border-bottom-right.gif');
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
}