.bg-image {
	background-image: url(images/spl-bg-image.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}
.bg-line {
	background-image: url(images/nav-line-bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.line-left {
	background-image: url(images/line-left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.heading-style-text {
	font-family: Arial;
	font-size: 15px;
	font-weight: bolder;
	color: #000000;
}
.normal-text {
	font-family: Arial;
	font-size: 12px;
}
.topic-heading-style {
	font-family: Arial;
	font-size: 14px;
	color: #333399;
}
.bold-text {
	font-weight: bold;
}
.small-text {
	font-family: Arial;
	font-size: 10px;
}
.bg-line2 {
	background-image: url(/images/nav-line-bg2.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.bgHome {
	background-image: url(images/longBG.gif);
	background-repeat: repeat-y;
}
.bgSub {
	background-image: url(images/bg-sub.gif);
	background-repeat: repeat-y;
}
.normal-textwhite {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;

}
.text {
		color:#000000; 
		text-decoration:underline;
}

.error{border:2px solid red;color:red;font-weight:bold;padding:10px;margin:10px;background-color:#FFAEAE;}
.positive{border:2px solid green;color:green;font-weight:bold;padding:10px;margin:10px;background-color:#B9E588;}