
/* CSS Document */
.Container{
width:100%;
}

.UpLeft{
background-image:url(images/UpLeft.jpg);
width: 24px;
height: 35px;
background-repeat:no-repeat;
background-position:right bottom;
}

.Up{
background-image:url(images/Up.jpg);
background-repeat:repeat-x;
background-position:bottom;
}
.UpRight{
background-image:url(images/UpRight.jpg);
width: 24px;
background-repeat:no-repeat;
background-position:left bottom;
}
.Sx{
background-image:url(images/Left.jpg);
background-repeat:repeat-y;
background-position:right;
}
.Cx{
vertical-align:bottom;
}
.Dx{
background-image:url(images/Right.jpg);
background-repeat:repeat-y;
background-position:left;
}
.DownSx{
background-image:url(images/DownLeft.jpg);
height: 17px;
background-repeat:no-repeat;
background-position:right top;
}
.Down{
background-image:url(images/Down.jpg);
background-repeat:repeat-x;
background-position:top;
}
.DownDx{
background-image:url(images/DownRight.jpg);;
background-repeat:no-repeat;
background-position:left top;
}
.TitCont{
font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#003366;
}
.HideShow{
text-align:right;
}


