@charset "UTF-8";
/* CSS Document */
/* Global Resets */

* {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin: 0.5em 0;
}

li,dd {
	margin-left: 1em;
}

fieldset {
	padding: .5em;
}

img {
	border: 0;
}

a img {
	border: 0;
}

table {
	font-size: 1em; /* Helps fix the relative font sizing problem IE has with with tables */
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}