/* CSS Document */

.t1_TopRight {
	background-image: url(/images/t1/t1_TopRightCorner.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 23px;
	background-position: right top;
}
.t1_TopLeft {
	background-image: url(/images/t1/t1_TopLeftCorner.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 23px;
	background-position: left top;	
}
.t1_Top {
	background-image: url(/images/t1/t1_Top.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 23px;
	color: #000066;
}
.t1_Right {
	background-image: url(/images/t1/t1_Right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.t1_Left {
	background-image: url(/images/t1/t1_Left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.t1_Bottom {
	background-image: url(/images/t1/t1_Bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 3px;
}
.t1_BottomLeft {
	background-image: url(/images/t1/t1_BottomLeftCorner.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 3px;
	background-position: left bottom;	
}
.t1_BottomRight {
	background-image: url(/images/t1/t1_BottomRightCorner.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 3px;
	background-position: right bottom;	
}
