@import url('reset.css');
@import url('mod-page.css');
@import url('mod-menu.css');

html {

}

body { font-family: Tahoma, Arial, Helvetica, sans-serif;

}

a {

}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

u {
    text-decoration: underline;
}

h1 {font-size: 2.15em; font-weight: bold;}
h2 {font-size: 1.85em; font-weight: bold;}
h3 {font-size: 1.6em; font-weight: bold; }
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1em;}

innput { font-size: 12px; font-weight: normal;}

.clear:before, .clear:after {
    height: 0;

    display: block;
    overflow: hidden;

    content: "\0020";
}

.clear:after {
    clear: both;
}

/* Fix clear: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clear {
    zoom: 1;
}

/*
    If you need to replace text with image:
        - just hide text adding class .ir to text container;
        - and put background image to text parent.
*/
/* For image replacement */
.ir {
    display: block;
    overflow: hidden;
    direction: ltr;

    text-align: left;
    text-indent: -999em;

    background-repeat: no-repeat;
}
canvas { height: 0px !important;}

/* Fund 6, category 2 styles */

.note, .subnote, .noteparagraph {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    list-style: inherit;
}

/* END  Fund 6, category 2 styles */

h2#pub_dates { color: #000000; padding-bottom: 15px;}
.p_top5 {padding-top: 6px; padding-bottom: 5px;}
.mod-funds .results table td.pad_4_20 {padding:4px 20px;}