TD {
	FONT-FAMILY: Verdana, Arial
}
 body {
 background: #f7f7f7;
 margin-left:0; 
 margin-right:0; 
 }
 a {
color: #eeeeee;
text-decoration: none;
}

/* ---------------------------- buttons ----------------------------------*/
.button {
    background-color: #49669a;		 /*blue bg*/					
    border: none;
    color: white;									 /*white letters*/					
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin: 16px 2px;
    -webkit-transition-duration: 0.2s; 
    transition-duration: 0.2s;
    cursor: pointer;
	FONT-FAMILY: Verdana;
}

.button1 {
    background-color: #49669a;		 /*blue bg*/						
    color: white;									 /*white letters*/						
	FONT-FAMILY: Verdana;
}

.button1:hover {
    background-color: #fdb813;		/*orange bg*/					    
    color: #1d3f78;								/*blue letters*/			    
	FONT-FAMILY: Verdana;
}
.buttonInCh2 {
    background-color: #49669a;		 /*blue bg*/					
    border: none;
    color: white;									 /*white letters*/					
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin-top: 0px;
    margin-right: 2px;
    margin-bottom: 12px;
    margin-left: 0px;
    -webkit-transition-duration: 0.2s; 
    transition-duration: 0.2s;
    cursor: pointer;
	padding-top: 4px;
    padding-bottom: 7px;
    padding-left: 14px;
    padding-right: 14px;
	vertical-align: center;
	FONT-FAMILY: Verdana;
}

.language {
    background-color: #f7f7f7;
	margin-left:75%;
}

.header-bottom {
    background-color: #16315D;
    height: 96px;
}

.wrapper {
    margin: 0 auto;
    width: 93.75%;
    max-width: 1200px;
}

.header-bottom .logo {
	background: url(../img/logo.png) no-repeat scroll 0 0;
    float: left;
    margin: 24px 0;
    width: 48px;
    height: 48px;
	display: block;
    margin-left: 5px;
	}


hr {
    background-color: #fab814;
    width: 100%;
    height: 4px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    border-style: none;
	}
