@CHARSET "UTF-8";

/*Generic Formatting for Site*/

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, 
variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
img, fieldset {
	border: 0;
}
ol {
	padding-left: 0em;
}
ul {
	padding-left: 0em;
}
q:before, q:after {
	content:'';
}