.lhsframe {
	background-image: url(images/LHS%20outline.png);
	background-repeat: repeat-y;
}
.rhsframe {

	background-image: url(images/RHS%20outline.png);
	background-repeat: repeat-y;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
.blueheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #022966;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	text-align: center;
	padding-right: 20px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
}
.smallheading {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #666666;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
}
.boxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 30px;
	color: #26487A;
	padding-left: 10px;
	border-top: #26487A;
	border-right: #26487A;
	border-bottom: #26487A;
	border-left: #26487A;
	background-image: url(images/box-background.gif);
	background-repeat: repeat-y;
}
.bulletleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #4E4E4E;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	font-weight: bold;
}
.bulletright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #004591;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	font-weight: bold;
	padding-right: 20px;
}

