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, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
caption {
  margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-weight: inherit;*/
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

#page-content p { padding-bottom: 20px; }

html, body {
	height:100%;
	width:100%;
}

body {
	color: black;
	background: white;
  font-family:"Segoe UI",Frutiger,Tahoma,Helvetica,"Helvetica Neue",Arial,sans-serif;
	padding:5px 0 10px;
	font-size:1.0em;
}


caption, th, td {
	text-align: left;

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

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.float-none {
	float:none!important;
}

.full-link {
	float:none!important;
	margin:0 0 8px!important;
}

.width50 {
	width:49%;
}

.clear, .clearfix {
	clear:both;
}


.line-bg {
	clear:both;
  border-bottom: 1px solid #c2bdb1;
  margin-bottom: 10px;
}

#page_wrapper {
	position:relative;
}

