/*--------------------------------------------------------------------------
Reset browsers' default stylings
  so that elements are rendered similarly cross browser
--------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul,ol {
	list-style: none;
}

body {
	font: 10px arial, helvetica, sans-serif;
	*font-size: 62.5%;
}

body * {
	line-height: 1.3;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1.0em;
	font-weight: normal;
}

select,input,textarea {
	font-size: 1.0em;
}

pre,code {
	font-size: 1.0em;
	font-family: monospace;
}