html, body, div, span, h1, h2, h3, h4, h5, h6, p, a,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: Arial;
  vertical-align: baseline;
  color:#4f4f4f;
}

body {
  line-height: 1;
  background-color:#fff;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#Content {
  padding: 50px 75px;
}

#Content h2 {
  font-weight:bold;
  font-size:18px;
  margin-bottom:40px;
}

#Content .item {
  clear:both;
  border-bottom:1px solid #4f4f4f;
  overflow:hidden;
  padding:10px 0;
  margin-bottom:10px;
}
#Content .item_name {
  font-size:16px;
  float:left;
}
#Content .item_download {
  float:right;
}
#Content .item_download a {
  font-size:13px;
  background-color:#0f56ba;
  color:#eee;
  display:block;
  padding:8px 10px 4px;
  width:100px;
  height:18px;
  text-decoration:none;
  text-align:center;
  font-style:normal;
  font-weight:normal;
}

