.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #999999;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	border: thin inset #3300CC;
	position: static;
	display: block;
	float: none;
}
.criteria {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0033FF;
	letter-spacing: normal;
	text-align: left;
	vertical-align: middle;
	word-spacing: normal;
	margin: 0px;
	padding: 0px;
	height: 5px;
	width: 200px;
	border: thin inset #000000;
	position: static;
	display: block;
	float: none;
}
.company {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	letter-spacing: normal;
	text-align: right;
	vertical-align: middle;
	word-spacing: normal;
	margin: 0px;
	padding: 0px;
	height: 5px;
	width: 200px;
	border: thin inset #0033CC;
	position: static;
	display: block;
	float: none;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
}
.heading-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	text-decoration: underline;
	clear: left;
	float: right;
	height: auto;
	width: auto;
	border: medium outset #000000;
	margin: 8px;
	padding: 8px;
}
