html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
A {
	color: #5196D4;
	text-decoration: none;
	}
A:hover {
	color: #76B900;
	text-decoration: underline;
	}
#content {
  padding-bottom: 57px;
}
#footer {
	height: 57px;
	width: 100%;
	position: relative;
	bottom: 0;
	visibility: visible;
}
.footer_table {
	background-color: #FAFAFA;
	border-top: 1px solid #CFCFCF;
	}
.footer_text {
	font: 11px Arial;
	color: #959595;
	padding-right: 7px;
	padding-top: 5px;
}
.menu_bg {
	background-color: #F9F9F9;
	border-bottom: 1px solid #CFCFCF;
	border-top: 1px solid #CFCFCF;
	}
A.menu {
	font-weight: bold;
	padding-right: 12px;
	}
.header {
	font-size: 14px;
	font-weight: bold;
	color: #5196D4;
	}
.header_green {
	font-size: 12px;
	font-weight: bold;
	color: #5196D4;
	}
.header_blue {
	font-size: 12px;
	font-weight: bold;
	color: #75BA00;
	}
.header_red {
	font-size: 12px;
	font-weight: bold;
	color: red;
	}
A.menu_current {
	font-weight: bold;
	color: #FD9838;
	padding-right: 12px;
	}
.help {
	margin-top: 10px;
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	}
.help_content {
	margin-left: 8px;
	margin-right: 8px;
	padding: 6px;
	}
.help_header {
	font-size: 18px;
	font-weight: bold;
	margin-left: 5px;
	color: #75BA00;
	}
