/* reset - blueprint mod */
* { padding: 0px; /* GLOBAL RESET */ margin: 0px; }

body { font-size: 72%; line-height: 140%; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-family: Arial, Helvetica, sans-serif; vertical-align: baseline; }

input, select, textarea { font-family: Arial, Helvetica, sans-serif; }

table { border-collapse: separate; border-spacing: 0; /* Tables still need 'cellspacing="0"' in the markup. */ }

caption, th, td { text-align: left; font-weight: normal; }

table, td, th { vertical-align: top; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; /* Remove possible quote marks (") from <q>, <blockquote>. */ }

blockquote, q { quotes: "" ""; } 

a { outline: none; cursor: pointer; text-decoration: none; }

a img { border: none; /* Remove annoying border on linked images. */ }

ul { list-style-type: none; }