﻿ 	body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
@media only screen and (max-width: 600px) {
body{
font-size:280%;
}
}
@media only screen and (max-width: 767px) {
body{
font-size:250%;
}
} 

@media only screen and (max-width: 1199px) {
body{
font-size:100%;
}
} 

@media only screen and (min-width: 1200px) {
body{
font-size:70%;
}
} 

 body {
     background-color:#003366;   
  }


.style1 {
	font-family: "Bookman Old Style";
	font-weight: normal;
	color:#222222;
	font-size:2.3em;
}
.style2 {
     font-family: "Bookman Old Style";
	 font-size: 80%;
	 font-weight:normal;
	 color: #003366;
	 font-style:italic;
}
.style3 {
     font-family:"Times New Roman", Times, serif;
	 font-size: 2em;
	 color: #003366;
	 
}
.style4 {
	font-family: "Bookman Old Style";
	color:#222222;
	font-size:2.4em;	
}
h1 { 
  display: block;
  font-family: "Bookman Old Style";
  font-size: 280%;
  color: #362424;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}


h2 { 
  display: block;
  font-family:"Times New Roman", Times, serif;
  font-size: 250%;
  color: #003366;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
		
 .btn {
  background-image:url('../images/blue_trans.png');
  padding-top:20px;
  padding-bottom:20px;
  font-size: 30px;
  width: 500px;
  position:relative;
  cursor: pointer;
  color:white;
  text-align:center;
}
 .btn1 {
  background-image:url('../images/blue_trans.png');
  padding: 10px;
  font-size: 20px;
  width: 200px;
  position:relative;
  cursor: pointer;
  color:white;
}
 li{
    margin-bottom: 40px;
    font-family:"Times New Roman", Times, serif;
	font-size: 120%;
    
}
 
div.a {
display:inline-block;
width:auto;
font-size:200%;
text-align: left;
color: #003366;  
}
div.b{
text-align: center;
width : 100%;
  margin-left: 10px;
  margin-right: 10px;

}
div.c{
width:100%;
height:1000px;
}
div.d{
	text-align:center;
	font-size:200%;
}

 .gmd {
  background: #fff;
  border-radius: 2px;
  display: block;
  float:none;
  height: 800px;
  margin-top:1em;
  margin-left:10em;
  position:absolute;
  width: 60%;
}

.gmd-1 {
 font-size: 36px;
font-family: Arial, Helvetica, sans-serif;
  font-weight:bold;
  padding:20px; 
  text-align:left;
  display:block;
  margin:0px;
  vertical-align:top;
  margin-left:0px;
  color:white;
}

  A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:active {text-decoration: none;}

   
