﻿.container {
    width: 1160px;
    margin: 0 auto;
  }


h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.1;
  color: #0074B3;
  font-size: 36px;
  margin-right: 30px;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
}

h2 {
  font-size: 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;

}

h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.1;
  color: #0074B3;
  font-size: 28px;
  margin-right: 30px;
  text-align: center;
    margin-left: 15px;
  margin-right: 15px;

}


p  {
	
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;	
  margin: 0 0 10px;
  margin-left: 15px;
  margin-right: 15px;
}

h4  {
  font-size: 24px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: inherit;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

navbar-default {
background-color: #f8f8f8;	

}

img {
  width: 1024px;
  height: auto;
}

td a {
	color: #777777;
	padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
    text-decoration: none;
}

td a:hover, td a:focus {
	color: #333333;
    text-decoration: none;
}

.Tab1 a {
    font-size: 24px; 
    color: inherit;
    text-decoration: none;
}

.Tab1 a:hover, .Tab1 a:focus {
	color: #777777;
    text-decoration: none;
}

.Tab1 {
    width: 72%;
	border-left: 1px solid #C0C0C0;
	border-right-style: solid;
	border-right-width: 1px;
	border-top: 1px solid #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.Tab2 {
	border-left: 0 solid #C0C0C0;
	border-top: 0 solid #C0C0C0;
	text-align: center;
	border-right-style: solid;
	border-right-width: 0;
	border-bottom-style: solid;
	border-bottom-width: 0;
	width: 1%;
}

.Tab3 {
	border-left: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	text-align: left;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 27%;
	
}

.Tab4 {
	border-left: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	text-align: left;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 100%;
	display: none;
}

@media (max-width: 1159px) {
.container {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 1023px) {
img {
  width: 100%;
  height: auto;
  }
}

@media (max-width: 600px) {
td a {
	padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  font-size: 12px;
    text-decoration: none;
}
h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}
h4  {
  font-size: 18px;
}
.Tab1 a {
    font-size: 18px; 
}
p  {
  font-size: 12px;
}

}

@media (max-width: 767px) {
.Tab2 {
	display: none;
}
.Tab3 {
	display: none;
	}
.Tab4  {
	display:  block;
}
}


