/*
	Filename         :	reset.css
	Comments         :	NO NEED TO ALTER THIS FILE	
*/

html {
	overflow-y:scroll;
}
* {
	font-family:arial, tahoma, sans-serif;
	font-size:100%;
	color:#000000;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
body {
	font-size:70%;
	margin:0;
	width:100%;
	background:#FFF;
}
img,
form,
fieldset {
	border:none;
	border-top-color: #ECE9D8;
	padding-top: 10px;
}
table {
	font-size:100%;
}
td {
	vertical-align:top;
}
a {
	text-decoration:none;
}
a:hover,
a:active {
	text-decoration:underline;
	color:#000;
}
hr {
	color:#ccc;
	background-color:#ccc;
	border:0;
	height:1px;
	overflow:visible;
	margin-bottom:1em;
}
div.clear {
	clear:both !important;
	visibility:hidden !important;
	overflow:hidden !important;
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
	font-size:1px !important;
	height:1px !important;
	width:1px !important;
}
