html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
@charset "utf-8";
body {
	background-color:  #4d4d41;
}

*{
	font-family: Proza+Libre;
}
p {	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#1f333e;
	}
p a:link, a:visited, a:hover, a:active {
  color:#ffffff;	
  }
p.clear {
     clear: both;
}
#pgcontent {
	width:95%;
	max-width: 960px;
	margin:0 auto;
	padding:10px;
	height:auto;
	z-index: auto;
		}

.title {
	color: #E21D2E;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-size: 24px; */
	font-size: 2.0vw;
	
}
.title a:link, a:visited, a:hover, a:active {
	color: #E21D2E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: normal;
	/*font-size: 24px; */
	font-size: 2.0vw;
}
.plntxt {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #BDD0D2;
}
.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #bbbbbb;
	/*font-size: 20px; */
	font-size: 2.0vw;
	line-height: normal;
}
.subtitle a:link, a:visited, a:hover, a:active {
	color: #bbbbbb;
	/*font-size: 20px;*** for experimenting with wv *** */
	font-size: 2.0vw;
	line-height: normal;
}
.gtext {
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #eeeeee;
}
.gtext a:link, a:visited, a:hover, a:active{
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #eeeeee;
}

.caption {
	font: 11px/18px Georgia, "Times New Roman", Times, serif;
	color: #eeeeee;
	text-align: center;
}
.btitle {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #666600;
}
.bplntxt {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.bsubtitle {
	color: #C6C5B9;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-size: 16px;*/
	font-size: 2.0vw;
	line-height: normal;
}
.bgtext {
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
@media only screen and (min-width:320px) and (max-width:480px) {
.title {
	color: #E21D2E;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-size: 24px;
	font-size: 2.5vw; */
	font-size: 4.0vw;
}
.title a:link, a:visited, a:hover, a:active {
	color: #E21D2E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 4.0vw;
	line-height: normal;
}
}