/* CSS Document */
.subject { 
	font-size: 12px; 
	font-weight: 500; 
	font-family:Arial; 
	color: #000000; 
	text-align:left; 
	text-decoration: underline; 
	vertical-align:top;
}
.subject:hover {
	font-size: 12px; 
	font-weight: 600; 
	font-family: Tahoma;
	color: #6666FF; 
	text-align:left; 
	text-decoration:none;
	vertical-align:top; 

}
.date { 
	font-size: 12px; 
	font-weight: 500; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	text-align: left; 
	text-decoration: none; 
}
.seqnum { 
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	vertical-align: top; 
	text-align: center; 
}
.txt {
	font-family: Arial; 
	font-size: 12px;
	color:#000000;
	text-align: justify;
	font-weight:400;
}	
