.white-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
}
.white-text-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
	font-weight: bold;
}
.red-bold-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #B70038;
	text-decoration: none;
}
.red-bold-text:hover {
	color: #62005E;
}
.purple-bold-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #62005E;
	text-decoration: none;
}
.disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF7E00;
	text-decoration: none;
}
.main-page-bg {
	background-color: #A40032;
	background-image: url(logo-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #1B233D;
	text-decoration: none;
	text-align: justify;
}
.purple-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7C0077;
	text-decoration: none;
}
.v-dotted-line {
	background-image: url(v-dotted-line.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.h-dotted-line {

	background-image: url(h-dotted-line.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.text-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #1B233D;
	text-decoration: none;
	font-weight: bold;
}
.red-text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E00044;
	text-decoration: none;
}

.red-text:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #90008A;
	text-decoration: none;
}.box {

	width:175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B233D;
	text-align: justify;
	border:1px solid #E0BEDF;
}
.left-bg {
	background-color: #4D004A;
	background-image: url(inside-left.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.right-bg {
	background-color: #A40032;
	background-image: url(inside-right.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #AD6CAA;
	margin: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CA94C8;
	border-right-color: #9C5799;
	border-bottom-color: #9C5799;
	border-left-color: #CA94C8;
}
