/* GlOBALS */

* {
  margin: 0px;
  padding: 0px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 14px;
}

img {
  border: 0px;
  -ms-interpolation-mode: bicubic;
}

a {
  color: #2faef5;
}

.clear {
  clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}
