@charset "utf-8";
/* CSS Document */

.Line-Horz-Dotted {
	background-image: url(../SiteImages/dot-line.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 3px;
}

.Line-Vertical-Dotted {
	background-image: url(../SiteImages/dot-line.gif);
	width: 3px;
	background-repeat: repeat-y;
	background-position: center top;
}
.LineAll {
	border: 1px solid #F0F0F0;
}
.Top-Gradient {
	background-image: url(../SiteImages/TopGradient-Column.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
