 

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong,
ol, ul, li,
table, tr, th, td,
form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: #808080;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, button{
  overflow: visible;
}
html {
  overflow: auto;
}
html, body {
  height: 100%;
  min-height: 100%;
}
body {
  font: normal 11px 'Segoe UI', Tahoma, Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.2;
  color: #1e2022;
  text-align: center;
  background: #f6f6f6;
}
p {
  padding: 0 0 10px;
}
ul {
  padding: 0 0 0 16px;
}
li {
  padding: 0 0 5px;
}
a {
  text-decoration: none;
  color: #005ace;
}
a:hover {
  text-decoration: underline;
  color: #39f;
}
.clear { display: inline-block; }
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }
.none,
.hidden {
  display: none;
}
.page {
  position: relative;
  width: 100%;
  min-width: 750px;
  min-height: 100%;
}
* html .page {
  height: 100%;
}
.page .header {
  border-bottom: 1px solid #152b7e;
  width: 100%;
  height: 49px;
  text-align: left;
  background: ##808080;
}

.page .header .header-area {
  height: 49px;
}
.page .header h1 {
  float: left;
  width: 156px;
  height: 49px;
  text-align: left;
}
.page .header h1 a {
  display: block;
  width: 156px;
  height: 49px;
  overflow: hidden;
  text-indent: -9999px;

}

.page h1 {
	font: normal 2.7em Georgia, 'Times New Roman', Times, Serif;
	color: #444;
	letter-spacing: -2.2px;	
	margin-left: 15px;	
	margin-right: 15px;
	padding-left: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ebebeb;	
}




.page .header .header-text {
  float: right;
}
.page .header .header-text a {
  float: left;
  margin: 11px 12px 0 0;
  color: #fff;
  text-decoration: none;
}
.page .header .header-text a.top-copyright {
  text-align: right;
}

.page .a .img { border: none; }

