p,td,th,li,a {
		font-family: Times;
		font-size: 12px;
		line-height: 15px;
		color: #333333;
 }
 .PurpleIntro {
		font-family: Times;
		font-size: 18px;
		color: #9f9aba;
		text-decoration: bold; 
		line-height: 18px;
		font-variant: small-caps
 }
 .GreenIntro {
		font-family: Times;
		font-size: 18px;
		color: #a8b883;
		text-decoration: bold; 
		line-height: 18px;
		font-variant: small-caps
 }
  .WhiteText {
		font-family: Times;
		font-size: 12px;
		color: #FFFFFF;
 }
  .PurpleText {
		font-family: Times;
		font-size: 12px;
		color: #9f9aba;
 }
  .RedText {
		font-size: 12px; 
		color: #d00000;
 }
  .GreenText {
		font-family: Times;
		font-size: 12px;
		color: #a8b883;
 }