/* General Stylesheet */

html, body, div, table, tr, td, form, ul, ol, li, blockquote, img, p, h1, h2, h3, h4, h5, h6, a, abbr, acronym {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
html {
	height: 100%;
	}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
table, tr, col, th, tf, td {
	border-collapse: separate;
	border-spacing: 0px;
	empty-cells: show;
	}

	
