
#help_container h1{
	color: #00009A;
	font-size: 38.5px;
	font-weight: 300;
}

#help_container .help_header{
	display: block;
	color: #00009A;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 25px 0 10px 0;
}

#help_container .help_header_table{
	padding: 0px;
	margin: 0x;
	width: 1024px;
	
}

#help_container .help_content_table{
	padding: 0px;
	margin: 0x;
	width: 1024px;
	border-spacing: 2px !important;
	
	
}

#help_container .help_content_table td{
	background-color: #eeeeee;
	padding: 8px 0 8px 10px;
	
}

#help_container table td{
	min-width: 50px;
	padding: 0 0 0 10px;
	
}

#help_container  table .icon_td{
	vertical-align: center;
	text-align: middle;
	width: 50px;
	padding: 10px 0 10px 10px !important;
}

#help_container .highlight{
	color: #00009A;
	font-weight: bold;
}