/*
font-family:'Gill Sans W01 Light';
font-family:'GillSansW01-LightItalic';
font-family:'Gill Sans W01 Book';
font-family:'GillSansW01-BookItalic';
font-family:'Gill Sans W01 Medium';
font-family:'GillSansW01-MediumItali';
font-family:'Gill Sans W01 Bold';
font-family:'GillSansW01-BoldItalic';

font-family: 'Noto Sans';
*/

body {
    padding-top:64px;
    /*
    height:100%;
    background:transparent url(../img/bg30.png) no-repeat center center fixed;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
    */
}

a, a:visited, a:hover, a:active {
    color: black;
}
a, a:visited {
    text-decoration: underline;
}

div.footer a, div.footer a:visited, div.footer a:hover, div.footer a:active {
    color: #666;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
h1 {
    /*font-family: 'Gill Sans W01 Medium';*/
    font-family: 'Noto Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
}
h2,h3,h4,h5,h6 {
    /*font-family: 'GillSansW01-LightItalic';*/
    font-family: 'Noto Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
}
html, div, p, li, input, textarea {
    /*font-family: 'Gill Sans W01 Book';*/
    font-family: 'Noto Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
}

h2 {
    margin-top:0;
    padding-top:0;
}

.hidden { display: none; }

div.rowwrapper {
    /*background:rgba(255,255,255,0.8);    */
}

div.rowwrapper.tdp {
    padding-bottom:32px;
}
div.rowwrapper.tda {
    padding-bottom:32px;
}
div.rowwrapper.tdg {
    padding-bottom:32px;
}
div.rowwrapper.tdf {
    margin-bottom:32px;
}

div.footer > p {
    font-size:12px;
    padding-top:4px;
    text-align:left;
}
