﻿body
{
     margin:0;
     padding:0;
     font-family:arial,sans-serif;
     font-size:63%;
}
/* base size set to 63% - this is font-size around 10px and makes calculating sizes easier */
fieldset, img
{
    border:0;
}
caption, th
{
    text-align:left;
}
h1, h2, h3, h4, h5, h6
{
    margin:0;
    padding:0;
    font-size:1em;
}
q:before, q:after
{
    content:'';
}
abbr, acronym
{
    font-variant:normal;
    border:0;
}
/* to preserve line-height and selector appearance */
sup
{
    vertical-align:text-top;
}
sub
{
    vertical-align:text-bottom;
}
input, textarea, select
{
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}
del, ins
{
    text-decoration:none;
}
p, ul, ol, dl
{
    margin:0;
    padding:0;
    font-size:1.2em;
}
a
{
    text-decoration:none;
    color:#000;
}
a:hover
{
    color:#000;
}
body
{
    color:#000;
    background:#fff;
}
/*
self clearing styles to cause elements containing floats to wrap correctly -
placed at the top so that height can be overruled later if necessary
*/
.clrNM
{
    min-height:1px;
}
.clrNM:after
{
    visibility:hidden;
    content:".";
    display:block;
    height:0;
    min-height:0;
    overflow:hidden;
    clear:both;
}
table, th, td
{
    margin:0;
    padding:0;
    border-spacing:0;
    border-collapse:collapse;
}