a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;		
}
td {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
}
tr.activity td {
 border-bottom:1px solid #AAE3FF;
 vertical-align:top;
 font-size:9px;
 line-height:14px;
}
tr.activity td.date {
 font-weight: bold;
 color:#333333;
 text-align:center;
}
tr.activity td.name {
 color:#666666;
}
tr.activity td.link {
 text-align:right;
 color:#333333;
}
tr.head td {
 font-size:11px;
 line-height:14px;
 color:#666666;
 background-color:#DDF4FF;
 font-weight:bold;
}
tr.nav td {
 font-size:11px;
 line-height:14px;
 color:#666666;
 width:50%;
}