/* RESET */

/* http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0px;
}

/* USEFUL HACKS */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* GENERAL STYLES */

html, body, input {
  font-family:arial,sans-serif;
  font-size:12px;
}

html, body {
  background-color:#ffffff;
  color:#444;
  height:100%;
}

input { font-size:1em; }

a, a:visited { text-decoration:none; color:#334E8C }
a:hover, a:active { text-decoration:underline; color:#334E8C }

h1, h2, h3, h4, h5 { font-weight:normal; color:#555; text-shadow:1px 1px 1px #fff; padding:2px 0; }
h1 { font-size:26px }
h2 { font-size:18px }
h3 { font-size:14px }
h4 { font-size:0.9em }
h5 { font-size:10px }

p, hr, h1, h2, h3, h4, h5, h6, pre, table, address, fieldset {
  margin-bottom:10px;
}

label {
  margin-left:1px;
  font-weight:bold;
  line-height:1.8em;
  font-size:11px;
  color:#334E8C;
  text-shadow:1px 1px 1px #fff;
}

.hidden {
  display:none;
 }
.centered {
  margin-left: auto;
  margin-right: auto;
}

h1, h2, h3, h4, h5 { font-family:"times new roman",georgia,serif; }

.footer {
  color:#888;
  font-size:10px;
  padding:20px 0;
  text-align:center;
}