@charset "utf-8";
/* CSS Document */
p{	
	display:block;
	font-family: 'Montserrat', sans-serif;
	color:#333;
	font-size: 1.2em;
	line-height:1.4em;
}
.greenhighlight { background-color: #45EA17 }
.bluehighlight { background-color: #09C }
.greenbox{
border: 1px solid #45EA17;	
}
.bluebox{
border: 1px solid #09C;	
}
.astext {
background:none;	 
	  -moz-border-radius: 0px;
	  -webkit-border-radius: 0px;
	  border-radius: 0px;
	  color:#333;
	  display:inline;
	  margin:0px auto;
	  font-size: 1.1em;
	  text-decoration: none;
		cursor:default;
	  line-height: normal;
	  padding: 0px 0px;
	 font-family: 'Montserrat', sans-serif; 
	 border: 0; 
}
.astext:hover  {
	 color:#333;
    background:none;
    border:none;
    margin:0;
    padding:0;
}
.astext:active  {
	 color:#333;
    background:none;
    border:none;
    margin:0;
    padding:0;
}

#backImg{
	margin-right:5px;
	cursor:pointer;
	display:inline-block;
	width: 32px;
	height: 33px;
	background-image: url("../../../images/icon-09a.png");
	}

h1{	
	display:block;
	font-family: 'Montserrat', sans-serif;
	color:#333;
	font-size: 1.1em;
	line-height:1.2em;
	font-weight:bold;
}
.centered {
  position:relative; top:12%; left:50%; margin-left:-445px;
  max-width:900px;
  border: 1px solid #E65000;
  background:#FFF;
}

.boxstyle {
	
}
.infostyle {
	margin:5px;
	padding:5px;
  	background:#E65000;
}
.infostyle p{	
	color:#fff;
}
@media only screen and (max-height: 800px) {	
p{	
	display:block;
	font-family: 'Montserrat', sans-serif;
	color:#333;
	font-size: 1em;
	line-height:1.2em;
}
}