@charset "UTF-8";
/* CSS Document */
/* html RESET                            	       
================================================*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none
}
/* Page elements                            	       
================================================*/

body {
	line-height: 1;
	overflow: hidden
}
background {
	width: 100%;
	height: 100%;
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	z-index: 0
}
.stretch {
	width: 100%;
	height: auto
}
/* Custom classes
================================================*/

ul, ol, li {
	padding: 0 0 0 5px;
	list-style: none
}
/* Hyperlink styles
================================================*/

a:link, a:visited {
	color: #d34a13
}
a:hover, a:active {
	color: #000
}

/* End
================================================*/
