.head1, H1 {
	font-size: 20px;
	color: #FE8A65;
	text-decoration : none;
	line-height : 20px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}

.head2, H2 {
	margin:1.0em 1.0em 1.0em 0.0em;
	font-size: 14px;
	color: #8AE2FF;
	text-decoration : none;
	line-height : 24px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
}


/** Text-Content Settings **/
p,th,tr,td,table,form,div,span {
	font-size: 14px;
	color: #666666;
	text-decoration : none;
	line-height : 20px;
	font-family: Tahoma, Geneva, sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
}

.headBg { background-image: url(images/head1.jpg); background-repeat: no-repeat; background-size: 100%; box-sizing: border-box;  }

.logo { margin-top: 15px; margin-bottom: 15px; }


/** START MOBILE CSS **/

@media only screen and (max-width : 880px) {
	
	* { box-sizing: border-box; }
	
	td { padding-left: 30px; padding-right: 30px; }

    table { width: 100%; } 
	
	.logo { width: 85%; max-width: 395px; display: block; margin: auto; height: inherit;  box-sizing: border-box; }

}

/** END MOBILE CSS **/