@charset "utf-8";
.tableheading {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #3570DB;
	text-decoration: underline;
}
.inputlables {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.tableborder {
	border-top-width: none;
	border-right-width: none;
	border-bottom-width: none;
	border-left-width: none;

}
.redheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #F00;
}
.pagedirection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #00F;
	text-decoration: none;
}
.generalinfo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

