/**************************************************
[reset.css]
http://www.accountingtoday.com

Last updated: 10/06/2010, 7:42 AM
Last updated by: Michelle
Primary use: Reset all browser styles
**************************************************/

* { 
margin: 0;
padding: 0; }

html { min-height: 100%; margin-bottom: 1px; } /* forces scrollbar so there's no shift on short pages */

body { background: #fff; }

ol,ul { list-style: none; }

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

address,caption,cite,code,dfn,th {
font-style: normal;
font-weight: normal; }

fieldset,img { 
border: 0; }

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

caption,th {
text-align: left; }

q:before,q:after {
content: ''; }

abbr,acronym {
border: 0; }