/**
* ------------------------------------------------------------------------------------------------- #
*
* Reset all HTML Elements
*
*/

* { margin:0; padding:0; }

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, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

:focus {
	outline: 0;
}

html {
    height: 100%;
    margin-bottom: 1px;
		font-size:100.01%;
}
body {
	color: black;
	background: white;
	font-size:75.00%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

pre, code, kbd, tt, samp, var { font-size:100%; }
table { font-size:inherit; }

a {
	background-color:inherit;
	text-decoration:none;
}
a:focus { }
a:hover,
a:active {
	text-decoration:underline;
	outline: 0 none;
}

/**
* ------------------------------------------------------------------------------------------------- #
*
* Clearfix
*
*/

.clearfix:after {
	content:"";
	display:table;
	clear:both;
}

.clearfix-inline {display: inline-block;}


/**
* ------------------------------------------------------------------------------------------------- #
*
* Not to see
*
*/

.hide, .print {
  position:absolute;
  top:-32768px;
  left:-32768px;
}

/**
* ------------------------------------------------------------------------------------------------- #
*
* Skiplinks
*
*/

#skiplinks {
	position:absolute;
  top:0px;
  left:-32768px;
  z-index:1000;
  width:100%;
  margin:0;
  padding:0;
  list-style-type:none;
}

.skip:focus, .skip:active {
	position:static;
  top:0;
  left:0;
}

#skiplinks a.skip:focus,
#skiplinks a.skip:active {
	color:#fff;
	background-color:#333;
	border-bottom:1px #000 solid;
	padding:10px 0;
	text-decoration:none;
	left:32768px;
  outline:0 none;
  position:absolute;
  width:100%;
}