@charset "UTF-8";
/* CSS Document */

/* Styles here remove all default browser settings */

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

/* Set vertical margins */
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,address{margin:1em 0;}

/* Set left margins */
li, dd, blockquote{margin-left:1em;}

/* Text-scaling */
html, body, fieldset{font:100.1%/120% Verdana, Arial, Helvetica, sans-serif;}
input, select, textarea{font-size:100.1%;}
h1, h2, h3, h4, h5, h6{font-size:100%;}

/* Miscellaneous */
form label{cursor:pointer;}
fieldset, img{border:none;}
table{border-collapse:collapse; border-spacing:0;}


img {
	vertical-align:bottom;
}