/* Basic Styling */

body {
  font-family:arial,helvetica,sans-serif;
  font-size:90%;
  color:#5b5a54;
}

.clear {
  clear:both;
  line-height:1px;
  height:1px;
  font-size:1px;
}

/* Anchors */

a {
  text-decoration:underline;
  color:#429cc6;
}

a:hover {
  color:#429cc6;
  text-decoration:none;
}

a img {
  border:none;
}

/* Headings */

h1 {
  font-size:2em;
  font-weight:normal;
  margin:35px 0 63px 0;
  padding:0;
}

h2 {
  font-size:1.35em;
  font-weight:bold;
  margin:35px 0 30px 0;
  padding:0;
}

h3 {
  font-size:1.2em;
  font-weight:bold;
  margin:10px 0 10px 0;
  padding:0;
}

h4 {
  font-size:1em;
  font-weight:bold;
  margin:10px 0 10px 0;
  padding:0;
}

h5,h6 {
  font-size:1em;
  font-weight:normal;
  margin:10px 0 10px 0;
  padding:0;
}

/* Paragraphs */

p {
  margin:10px 0 20px 0
}

/* Misc */

body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td {
  margin:0;
  padding:0;
}

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

fieldset,img {
  border:0;
}

textarea {
  overflow:auto;
  font-family:arial,helvetica,sans-serif;
  font-size:1em;
}

address,caption,cite,code,dfn,th,var {
  font-style:normal;
  font-weight:normal;
}

strong, b {
  font-weight:bold;
}

em, i {
  font-style:italic;
}

ol,ul {
  list-style:none;
}

caption,th {
  text-align:left;
}


q:before,q:after {
  content:'';
}

abbr,acronym {
  border:0;
}




