@charset "utf-8";
/* CSS Document */



    .container {
      max-width: 92%;
      margin: 0 auto;
    }

    .desktop-content {
      display: block;
    }

    .mobile-content {
      display: none;
    }
	/* Styles for desktop and mobile content */



body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	line-height:28px;
	color: #000;
	margin-top: 20px;
	margin-bottom: 20px;	
	margin-left: 15px;
	margin-right: 15px;
	padding: 0px 0px 0px 0px;

    height:100%;
    background-color:#ffffff;
}

h1 {
	font-size: 30px;
	line-height:36px;
	margin: 6px;
	padding: 0px 0px 8px 0px;
}
h2 {
	font-size: 26px;
	line-height:35px;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	margin: 0px;
}
h3 {
	font-size: 25px;
	line-height:32px;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	margin: 0px;
}
h4 {
	font-size: 24px;
	line-height:31px;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	margin: 0px;
}h5 {
	font-size: 23px;
	line-height:30px;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	margin: 0px;
}h6 {
	font-size: 23px;
	line-height:30px;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	margin: 0px;
}