/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#dbdbdb;
}
.BgColor3 {
	background-color:#e9f4fb;
}
.BgColor4 {
	background-color:#e7edf1;
}
.BgColor5 {
	background-color:#8caabf;
}
.BgColor6 {
	background-color:#000000;
}
.BgColor7 {
	background-color:#0d2c48;
}
.BgColor8 {
	background-color:#0b345b;
}
.LeftLinkBg {
	background:url(../images/left-link-bg.gif) no-repeat;
	width:171px;
	height:31px;
}
.LeftLinkBghover {
	background:url(../images/left-link-bg-hover.gif) no-repeat;
	width:171px;
	height:31px;
}
.HorDotted {
	background: url(../images/hor-dotted.gif) repeat-x center;
}
.HorLine {
	background:url(../images/hor-line.gif) repeat-x center;
}
.Border {
	border:3px solid #FFFFFF;
}
.Border1 {
	border:3px solid #ececec;
}
.Border2 {
	border:1px solid #ddebfc;
}
.Border3 {
	border:1px solid #e5e5e5;
}
.DivBorder {
	background:url(../images/hor-dotted.gif) repeat-x bottom;
}
.Border4 {
	border:1px solid #FFFFFF;
}
.Pointer {
cursor:hand;
cursor:pointer;
}