
.copyright {
	color: white;
	font-weight: lighter;
	padding: 6pt;
	text-align: center;
	font-size: 0.8em;
}

body {
	font-family: arial;
	/*font-weight: bold;
	overflow: hidden;*/
}

table {
	color: black;
}

.borderedTable {
	color: black;
	padding-top: 10pt;
	padding-bottom: 5pt;
	padding-left: 10pt;
	padding-right: 10pt;
	border: 1px solid #726c6f;
}

h1 {
	color: #726c6f;
}

.inner-container {
	padding: 1em;
}

.header_wrap{
	height: 13%;
	width: 100%;
	text-align: center;
	margin-bottom: 1%;
	position: relative;
	left: 0%;
	top: 0%;
}	

.header{
	font-style: normal;
	width: 95%;
	height: 90%;
	border-bottom: 1px solid #726c6f;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

.header_logo{
	bottom: 5%;
	left: 0%;
	width: 45%;
	position: absolute;
}

.header_support_faq{
	text-align: right;
	vertical-align: bottom; 
	font-weight: normal !important; 
	font-family: sans-serif; 
	font-size: medium !important;
	color: #726c6f !important;
	position: absolute;
	bottom: 5%;
	right: 0%;
	width: 40%
}	
.headerTableTh{
	width: 50%;
	vertical-align: bottom; 
	font-weight: normal !important; 
	font-family: sans-serif; 
	font-size: medium !important;
	color: #726c6f !important;
	text-align: left;
}

.footer_wrap{
	position: absolute;
	bottom: 2px;
	width: 110%;
	left: 0%;
}

.footer{
	height: 100%;
	width:100%;
	background-color: #8ba6b9;
	padding-left: 0%;
}

.title{
	font-size: 30pt;
	color: #726c6f;
	padding: 4px;
	padding-bottom: 4px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: "Arial", sans-serif; 
	font-weight: bold;
}

.titleErrorPage{
	font-size: 20pt;
	color: #231f20;
	padding: 10pt;
	text-transform: uppercase;
	font-weight: normal;
	font-family: "Arial", sans-serif; 
	font-weight: bold;
}

.img{
	width: auto;
}
