.MainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}.OuterBox {
	border: thin double #3333FF;
}
h2 {
	font-size: 17px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;

}
.parBlackOutline {
	border: thin solid #000000;
}
.yelHighlight {
	text-decoration: underline;
	background-color: #FFFF00;
}
.tdLeftLine {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
}
