/*
	Filename         :	reset.css
	Created by       :	Mark Thomas
	Last modified by :	markt
	Created          :	09 March 2006 15:15:09
	Last Updated     :	07 April 2006 15:52:53
	Comments         :	NO NEED TO ALTER THIS FILE	
*/

html {
	overflow-y:scroll;
}
* {
	font-family:"trebuchet ms", arial, helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:100%;
	color:#333;
}
body {
	font-size:70%;
	margin:0;
	width:100%;
	background:#8EACB4;
}
img,
form,
fieldset {
	border:none;
}
table {
	font-size:100%;
}
td {
	vertical-align:top;
}
a {
	text-decoration:none;
}
a:hover,
a:active {
	text-decoration:underline;
	color:#333;
}
hr {
	color:#ddd;
	background-color:#ddd;
	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;
	min-height:0 !important;
}
