/* CSS Document */
html, body {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }
   
.headerText{
	font-family:"Century Gothic", Arial;
	font-size: 24pt;
	font-weight: bold;
	text-decoration: none;
	color: #92B186;
}

.bodyText{
	font-family:"Century Gothic", Arial;
	font-size: 12pt;
	font-weight: 600;
	text-decoration: none;
	color: #000000;


}



.pageIndicator {
	font-family:"Century Gothic", Arial;
	font-size: 13pt;
	font-weight: none;
	text-decoration: none;
	color: #ffffff;
}
A.sidemenu {
	font-family:"Century Gothic", Arial;
	font-size: 13pt;
	font-weight: none;
	text-decoration: none;
	color: #686300;

}

A.sidemenu:HOVER {
	font-family : "Century Gothic", Arial, sans-serif;
	font-size : 13pt;
	font-weight : none;
	text-decoration : none;
	color : #ffffff;
	text-decoration : none;
	background: 8AAB7D;
}

A.newsLetter {
	font-family:"Century Gothic", Arial;
	font-size: 12pt;
	font-weight: none;
	text-decoration: none;
	color: #686300;

}

A.newsLetter:HOVER {
	font-family : "Century Gothic", Arial, sans-serif;
	font-size : 12pt;
	font-weight : none;
	text-decoration : none;
	color : #ffffff;
	text-decoration : none;
}


.newsheaderText{
	font-family:"Century Gothic", Arial;
	font-size: 13pt;
	font-weight: bold;
	color: #DEDE9E;
	text-align:center;
}
.tempText{
	font-family:"Century Gothic", Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #686300;
	
}



