*
{
	/* Reset browsers default margin, padding and font sizes */
	margin:0;
	padding:0;
}
html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
	
	
}
table
{
	border-spacing: 0px;
	border-collapse:collapse; /* IE fix */ 
}
img, body, html
{
	border:0;
}
address, caption, cite, code, dfn, var
{
	font-style:normal;
	font-weight:normal;
}
th
{
	font-style:normal;
}
strong
{
	font-style:normal;
}
em
{
	font-weight:normal;
}
ol, ul
{
	list-style:none;
}
caption, th
{
	text-align:left;
}

q:before, q:after
{
	content:'';
}