/* Normalize margin, 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;
}

/* Prevent page shift when content does not extend beyond bottom of viewport*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}

/* Normalize font-size */
body {
    font-size: 16px;
    line-height:1.125em; /* 16x1.125=18 */
}

p { font-size: 0.875em; }

h1 { font-size: 1.5em; }

h2 { font-size: 1.4em; }

h3 { font-size: 1em; }

img { border: none; }

/* Remove list-styles from lists */
ol, ul { list-style: none; }

/* Turn of underline on links */
a:link { text-decoration: none; }

a:visited { text-decoration: none; }

a:hover { text-decoration: none; }

a:active { text-decoration: none; }

/* A few generic classes */
.hide { display: none; }

.center { text-align: center; }

.brclear { 
    clear:both; 
    height:0; 
    margin:0;
    font-size: 1px;
    line-height: 0;
}

.fltrt {
    float: right;
    display: inline;
    padding-left: 5px;
}

.fltlt {
    float: left;
    display: inline;
    padding-right: 5px;
}