a {
	color: inherit;
	text-decoration: underline;
}
a:hover {
	text-decoration: none !important;
}
a:visited {
	color: inherit;
	text-decoration: underline;
}
body {
	position: relative;
	background-color: #e4e5e4;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: left;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: rgba(51, 51, 51, 1.0);
}
#document_div {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#element_width_div {
	width: 1000px;
}
#element_head_div {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#element_footer_div {
	background-color: rgba(51, 51, 51, 1.0);
	color: rgba(255, 255, 255, 1.0);
	height: 30px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	padding-top: 10px;
}
#navbar {
	background-color: rgba(51, 51, 51, 1.0);
}
#element_width_div_navbar {
	padding-left: 26px;
	width: 974px;
}
#element_navbar_offset_div {
	height: 20px;
}
#element_main_content_div {
	width: 928px;
	min-height: 600px;
	height: auto;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 30px;
	margin-left: 26px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: rgba(255, 255, 255, 1.0);
}
#element_main_content_go_back_arrow_div {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 26px;
	height: 26px;
}
#element_main_content_go_back_arrow_div:hover {
}
#element_load_in_background_div img {
	visibility: hidden;
	height: 0px;
	width: 0px;
}
