
* {
  outline: 0;
}

body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #000000;
}

div {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 1.0em;
}

a,a:link,a:visited,a:hover,a:active {
  color: #004d8a;
  outline: 0;
  text-decoration: underline;
}

a:hover,a:active {
  text-decoration: none;
}

strong {
  font-size: 1em;
  font-weight: bold;
}

p {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}

h1,h2,h3,h4,h5,h6 {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
}

img {
  border: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

form,input,textarea,select,label {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

label {
  display: inline;
}

input,textarea,select {
  border: 1px solid #000000;
  background-color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
}

input:focus,textarea:focus,select:focus {
  background-color: #f0f0f0;
}

textarea:focus,input:focus {
  outline: none;
}

input[type="submit"] {
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  border: none;
}

table {
  width: 100%;
}

th,td {
  vertical-align: top;
  text-align: left;
  font-size: 1em;
}

div.clear-float {
  display: block;
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  clear: both;
}

.meta-element {
  position: absolute;
  display: block;
  left: -3000px;
  top: -3000px;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 1px;
  visibility: hidden;
}
