/* Basic view + Reset
======================================== */
* {
  padding: 0px;
	margin: 0px;
}
div {
  margin-right: auto;margin-left: auto;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 85%;
}
/* Headlines
======================================== */
h1, h2, h3, h4, h5 {
	line-height: normal;
	font-family:Tahoma, Geneva, sans-serif;
  color:#82A0D9;
	font-weight:600;
}
h1 {
  font-size:18px;
  margin-bottom: 0.6em;
}
h2 {
  font-size:15px;
  margin-bottom: 0.4em;
}
h3 {
  font-size:13px;
  margin-bottom: 0.4em;
}
h4 {
  font-size:13px;
  margin-bottom: 0.4em;
  color:#999;
}
img {
  border:0;
}
input {
  font-family: Arial;
}
select {width: 22em;}
/* Links
======================================== */
a:link, a:visited {
  font-weight: normal;
  color: #82A0D9;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/* List formatting
======================================== */
ul,ol{ 
  margin-left: 20px; 
  padding: 0 0 5px
}

/* Paragraph
======================================== */
p {
	margin-bottom: 1em;
}

.hide {
 display:none;
}

/* Cleaner
======================================== */
.cleaner {
  clear: both;
  font-size: 1px;
  height: 1px;
  line-height: 0.1;
  visibility: hidden;
  width: 100%;  
  height: 0%;
}
