TD { font-size: 10pt; }
.A { background: #DDDDFF; }
.B { background: #EEEEFF; }
.C { background: #DDDDDD; }
.D { background: #999999; }

A:link { 
	text-decoration: underline; font-weight: normal; color: #FF0000
	 }
A:visited { 
	text-decoration: underline; font-weight: normal; color: #FF0000
	 }
A:active { 
	text-decoration: underline; font-weight: normal; color: #FF0000; background: #AADDBB;
	 }
A:hover { 
	text-decoration: underline; color: #FF0000; font-weight: normal; 
	background: #AADDBB;
	 }
.TITLE {
	font-size: 12pt; text-decoration: underline; color: #000055; 
	}

