﻿/*  This is the final css file that overriddes all other css rules  MYCPD   */
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
body {
    background: url(/layouts/portals/cpd/images/bg12.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left top;
    background-color: #545454;
    font-size: 13px;
    color: #333333;
    font-family: "Droid Sans",helvetica,arial,sans-serif;
}

/*added033116*/

h1, h2, h3, h4, h5, h6 {
    color: #484747;
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: normal;
    line-height: 1.3em;
	font-family: Oswald, "Droid Sans", Helvetica, Arial, sans-serif
}
