/* CSS Document */

body {
  width: 100%; height: 100%;
  margin: 0 auto; padding: 0;
  font-size: 12px;
}

body, h1, h2, h3, td, th, a, select, input, textarea, button {
	font-family: 'Arial CE', Arial, Helvetica, sans-serif;
}
textarea, input {
  font-size: 12px;
}
table { width: 100%; }


.left { float: left; }
.right { float: right; }
.cleaner { clear: both; overflow: hidden; height: 1px; }

a {text-decoration: underline; }
a:hover { text-decoration: none; }
a img { border: 0; }
