

body {
  
  font-size: 20px;
  color:#242424;  
  
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
 
  
  padding:20px;
  margin:0px;
  padding:0px;
}




a, a:link, a:visited, a:focus {
	
	font-size : 16px;
	text-decoration : none;
	color: #2ea3f2;
}

a:hover {
	color : blue;
}

h1 {
	color : black;
	font-size : 24px;
	font-weight : bold;
	margin : 0 0 10px 0;
	position: relative;
	
}

	
h1:before {
  content : "";
  position: absolute;
  left    : 0;
  /*top  : 50px;*/
  bottom: -17px;
 
  height  : 1px;
  width   : 90px;  /* or 100px */
  border-bottom:5px solid #2ea3f2;
}

h2 {
	color : #000000;
	font-size : 16px;
	font-weight : bold;
}

h3 {
	color : #000000;
	font-size : 16px;
	font-weight : bold;
}

.logo {
	
	
	height: 100px;
	border-bottom: 2px solid #cccccc;
	padding:20px;
	padding-left:30px;
	
}

.content_wrapper {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1001;
	text-align: left; 
}

.content1 {
	padding:20px;
	padding-left:30px;
	
	background-color: #f1f1f1; 
	line-height:130%;
	font-size: 16px;
	
	border-bottom: 2px solid #cccccc;
	
}

.content2 {
	padding:20px;
	padding-left:30px;
	
	background-color: #ffffff; 
	line-height:130%;
	font-size: 16px;
	
}

.content4 {
	padding:20px;
	padding-left:30px;
	
	background-color: #ffffff; 
	line-height:130%;
	font-size: 16px;
	border-bottom: 2px solid #cccccc;
}

.content3 {
	padding:12px;
	padding-left:30px;
	
	background-color: #2ea3f2; 
	line-height:100%;
	font-size: 18px;
	
	border-bottom: 2px solid #cccccc;
	
	color: white;
	
}

.myBold {
	font-weight:bold;
}

.maincolor {
	color: #2ea3f2;
}

.myInput {
	
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding:3px;

border:1px solid #ababab;

width: 400px;

}

.myInputArea {
	
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding:3px;

border:1px solid #ababab;

width: 540px;
height:120px;

}


@media (max-width: 600px) {
   .myInput {
	

width: 100%;

}

.myInputArea {
	

width: 100%;


}
}

.myButton {
	background-color: #2ea3f2;
	color: white;
	width: 180px;
	padding:5px;
	border: 1px solid #ababab;
}

.myButton2 {
	border: 1px solid #2ea3f2;
	background-color: white;
	color: #2ea3f2;
	width: 180px;
	padding:8px;
}

