/* -- Reset Browser Defaults -- 
 * http://tantek.com/log/2004/09.html#d06t2354
 * */
	
ul,ol,dl,li,dt,dd,
h1,h2,h3,h4,h5,h6,
pre,form,body,html,
p,blockquote,fieldset,input {
	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; }

a img,:link img,:visited img { border: none; }
:link,:visited { text-decoration: none; }

h1,h2,h3,h4,h5,h6,pre,code,p {	font-size: 1em;	}

address {	font-style: normal;	}