.normalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	color: #000000;
}
.boldnormalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.emphasisTextColor {
	color: maroon;
}
   A:link {color:#808080;}
   A:active {color:#8CD1FF;}      
   A:hover {color: maroon;}
.poetic {
	font-family: Calligrapher, Verdana;
	font-size: small;
	font-style: italic;
}
.just {
	text-align: justify;
}
