	/* ******************************************************** */
	/* ************* text layout styles *********************** */
	/* ******************************************************** */

	/* ******************************************************** */
	/* ***************** text classes ************************* */
	/* ******************************************************** */
	


	/* ******************************************************** */
	/* *************** shared color tags (txt) **************** */
	/* ******************************************************** */

	.normal, .infoBox, .quote, .quotesmall, .normalsmall {
		color: rgb(252, 252, 252);
	}

	/* ******************************************************** */
	/* *************** shared font family ********************* */
	/* ******************************************************** */
	.normal, .infoBox {
    		font-family: Verdana, Helvetica, Arial, sans-serif;
	}




	
	/* *************** content ********************* */

	/* normal text in content */
	.normal {
		vertical-align: top;
		text-align: left;
		font-weight: bold;
		font-size: 0.78em;
		line-height: 1.4em; 
	}
	
	/* smaller text in content */
	.normalsmall {
		vertical-align: top;
		text-align: left;
		font-weight: normal;
		font-size: 0.7em;
	}
	/* *************** right info box ********************* */

	/* info box styles */
	.infoBox {
		font-size: 0.74em; 
		font-weight: normal; 
		vertical-align: top; 
		line-height: 1.2em; 
		text-align: justify;
	}
	
	.bgColored {
		background-color:rgb(34, 98, 96);
	}

	/* ******************************************************** */
	/* ************* link text declaration ******************** */
	/* ******************************************************** */

	/* currently inactive linktext */
	.linktextinactive {
		color:  rgb(136, 165, 127);
		font-weight: bold;
	}
	/* linktext within normal text*/
	.linkintxt {
		color: rgb(196, 28, 71);
		font-weight: bold;
	}
	/* quotes */
	.quote {
		font-size: 0.74em;
		font-weight: normal;
		text-align: justify;
	}

	.quotesmall {
		font-size: 0.73em;
		font-weight: normal;
		text-align: justify;
	}
	/* *************** rollover states for linktexts ***************  */
	a:link, a:hover, a:visited {
		font-family: Verdana;
		font-weight: bold;
		font-style: normal;
	}
	a:link {
		color: #FFFFFF;
		text-decoration: none;
	}
	a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	a:hover {
		color: rgb(252, 230, 93);
		text-decoration: underline;
	}