/* CSS Document */
/* Shadows */
.page {background-color:#FFFFFF}
td.page-topLeft {
	background-image:url(images/shadow/left.gif);
	width:.38em;
	background-repeat:repeat-y;
}
td.page-top {
	background-image: url(images/shadow/pagetop.jpg);
	width:52.67em;
	height:.75em;
	background-repeat:no-repeat;
}
td.page-topRight { 
	background-image: url(images/shadow/right.gif);
	width:.38em;
	background-repeat:repeat-y;
}
td.page-left {
	background-image: url(images/shadow/left.gif);
	width:.38em;
	background-repeat: repeat-y;
}
td.page-center { 
	border-left:#666666 thin solid;
	border-right: thin #000000 solid;
	border-bottom:thin #000000 solid;
}
td.page-right { 
	background-image: url(images/shadow/right.gif);
	width:.38em;
	background-repeat: repeat-y;
}
td.page-bottomLeft {
	background-image: url(images/shadow/bottomLeft.gif);
	width:.38em;
	height:.38em;
	background-repeat:no-repeat;
}
td.page-bottom { 
	background-image: url(images/shadow/bottom.gif);
	background-repeat:repeat-x;
}
td.page-bottomRight { 
	background-image: url(images/shadow/bottomRight.gif);
	width:.38em;
	height:.38em;
	background-repeat:no-repeat;
}