/* reset.css */
@charset "utf-8";

* {

	
	
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
		line-height:inherit;
	
}
html {
	overflow-y: scroll;
}
body, html {
	min-height:100%;
	height:100%;
}
body {
	background: #DFDFDF url(../gfx/body_background.png) repeat-x;
	color:#4D4D4D;
	font: 20px 'Tahoma','Arial','Trebuchet MS','Verdana';
	line-height:1.3;
}
p, div, h1, h2, h3, h4, h5, h6, pre, blockquote {
	margin:0;
	padding:0;
}
p {
	margin-top:10px;
	margin-bottom:10px;
}
a:link, a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
:focus {
	outline:0;
}
ul, dir, menu {
	list-style:none;
}
li {
	margin-left:20px;
}
sub, sup {
	vertical-align:baseline;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th, td {
	vertical-align:middle;
	text-align:center;
}
td {
	vertical-align:middle;
	text-align:left;
}
blockquote {
	margin-left: 20px;

}
.clearfix {
	padding:0;
	margin:0;
	clear:both;
	height:0;
	overflow: hidden;
}

