/* Baseline and import style sheet */

/* REMOVE PADDING, MARGIN AND BORDER VALUES */
html, body, h1, h2, h3, h4, h5, h6, p, dd, dt, img, blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form, input, textarea, pre { margin: 0; padding: 0; }
a img { border: none; }
img { border: none; }

/* SET BASE FONT ATTRUBUTES */
* { }
body { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; }
.HtmlContent { }

/* DEFINE GLOBAL STYLES */
.Center {margin: 0px auto 0px auto; }










