body {
	background-color: #FFB803;
	font-family: Arial, Helvetica, sans-serif;
}
.TableMainBody {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.headTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}
.highlightText {
	background-color: #FCED04;
}
a:link {
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
}
a:visited {
	color: #000000;	
	font-weight: bold;
	text-decoration:underline;
}
a:hover {
	color: #007CFA;
	font-weight: bold;
	text-decoration:underline;
}
.smallText {
	font-size: 10px;
	text-decoration:none
}
.boldHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.boldTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 56px;
	font-weight: bolder;
}

