body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background-color: #FFFFFF;

}
.mainBorder {
	border: thin solid #000000;
}
.contentBorder {
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #000000;
	border-bottom-color: #000000;

}
.bottomOnlyBorder {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.topOnlyBorder {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
}
.menuSection {
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #f7f3f7;

}
.rightBorderOnly {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
}
