/********
	Base Styles
		**********/	
* {
	margin:0;
	padding:0;
}
img{border:none;}
h1,h2,h3,h4,h5,p{
	margin:0;
	padding:0;
}
p{
	margin:7px auto;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
li{
	list-style-type:none;
}