* {
  margin: 0;
  padding: 0;
}
a img, iframe { border: 0; }

/* Headers */

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/* Lists */

ul, ol, dl, li, dt, dd {
  list-style: none;
}

/* Forms */

form, fieldset {
  border: 0;
}	
legend {
  color: #000;
}
input, textarea, select, button {
  font-size: 100%;
}

input {
  display:inline;
  padding-top:1px;
  padding-bottom:1px;
  color: blue;
}

select {
  display:inline;
}
/* Tables */

table {
  border-collapse: collapse;
  border: 0;
}
td, th, caption {
  font-size: 100%;
  font-weight: normal;
  text-align: left;
}


html, #container, #container_inner {
  height:100%;
}

div, p, td, th, body, li, dt, dd {
  font-size:12px;
  font-family: arial,helvetica,sans-serif;
}



p, h1, h2, h3, h4, h5, ul, ol {
  margin-bottom:15px;
}

h1 {
  font-size:2em;
  font-weight:bold;
}

h2 {
  font-size:1.5em;
  font-weight:bold;
}

h3 {
  font-size:1.2em;
  font-weight:bold;
}

h4 {
  font-size:1.0em;
  font-weight:bold;
}

h5 {
  font-size:0.9em; 
  font-weight:bold;
}
