body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

fieldset,
img {
  border: 0;
}

:focus {
  outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: normal;
  font-weight: 400;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

ol,
ul,
li {
  list-style: none;
}

table {
  /* border-collapse: collapse; */
  /* border-spacing: 0;
	margin: 0 auto; */
  border-collapse: separate !important;
  border-spacing: 0px !important;
  background-color: #ccd6e1 !important;
}

table td {
  background: #fff;
}

caption,
th {
  text-align: left;
}

sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

.clear {
  clear: both;
}

img,
input,
button {
  border: 0;
  outline: 0;
}

body {
  font-family: "Arial";
  color: #1a1a1a;
}

.clear {
  zoom: 1;
}

.clear:after {
  display: table;
  content: "";
  clear: both;
}

a {
  text-decoration: none;
  color: #1a1a1a;
}

a:hover {
  color: #d72523;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.wic-center {
  width: 1200px;
  margin: 0 auto;
}
