@font-face {
    font-family: 'Gotham-Book_Web';
    src: url('../font/woff2/Gotham-Book_Web.woff2') format('woff2'), url('../font/woff/Gotham-Book_Web.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Medium_Web';
    src: url('../font/woff2/Gotham-Medium_Web.woff2') format('woff2');
}

body {
    background-color: #fff;
    color: #262626;
    font-family: 'Gotham-Book_Web';
    font-size: 14px;
    max-width: 1440px;
}
.headSection {
    background-color: #41a928;
    font-family: "Gotham A","Gotham B";
    font-weight: 500;
    height: auto;
    min-height: 76px;
    overflow: visible;
	margin-bottom:20px;
   
}
.logo {
	float:left;margin:7px 0 0 42px;
   
    vertical-align: middle;
}

.logo a{display:block;margin-top:20px;margin-left:20px;}
.logo a img{width:170px}
.white-text {
    position: absolute;
    font-family: Gotham-Book_Web;
    font-size: 18px;
   
    top: 35px;
    float: center;
    margin-left: 300px;
    color: #fff;
   
}
    .white-text a:link, .white-text a:visited {
        text-decoration: none;
        font-family: Gotham-Medium_Web;
        font-size: 22px;
        font-weight: bold;
        float: center;
        color: #fff;
     
    }
    .white-text a:hover {
        text-decoration: underline;
        font-family: Gotham-Medium_Web;
        font-size: 22px;
        font-weight: bold;
        float: center;
        color: #fff;
    }
.rightdatetime{position: absolute;
    top: 85px;
    float:center;margin-left:350px;
color:#41a928;font-size:10px}
.contentArea {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: 25px;
    display: block;
}
.title-text{
color:#41a928;font-size:18px;}