
/* Base resets */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, p, blockquote, table, th, td, embed, object {
  padding: 0;
  margin: 0; 
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size:inherit;
  font:inherit;
}
fieldset, img, abbr {
  border: 0;
}
address, caption, cite, code, dfn, 
h1, h2, h3, h4, h5, h6, th, var {
  font-weight: normal;
  font-style: normal;
}
ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size:100%;
}
q:before, q:after {
  content: '';
}
a, ins {
  text-decoration: none;
}
abbr,acronym {
  font-variant:normal;
  border-bottom:1px dotted #000;
  cursor:help;
}

/* Define further inputs */
input:focus {
  outline: none;
}


/* Base body resets */
html {
  color: #004C85;
}

body {
  font-size: 70%;
  font-family: Arial, Helvetica, sans-serif;
}



/* legacy resets */
td, th
{
	/*vertical-align: top;*/
}
pre,code,kbd,samp,tt
{
	font-family:monospace;
	font-size:108%;
	line-height:100%;
}

.noBullet 
{
	background: url(none) !important;
}
.noRule
{
	border: none !important;
}
.print {
	display: none;
} 
a:hover 
{
	text-decoration:underline;
}
.shift {
	position : absolute;
	left : -3000px;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	overflow: hidden;
}
.spacer {
	clear:both;
}
.none {
	display:none;
}
.noScriptWarning {
	font-size: 0.7em;
	color:#CC3333;
	font-weight:bold;
	padding: 10px;
}
.strong {
	font-weight:bold;
}
blockquote {
	padding: 0 20px;
}

.error {
	color: #B10202;
}



/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}