.cell {
	background-color: white;
	width: 140px;
	font-size: 11px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	line-height: 150%;
	padding: 5px 5px 0 5px;
	}
	
.flash {
	font-size: 10px;
	color: #990000;
	padding: 5px;
	border: 1px solid #FFFFFF;
	line-height: 120%;
	font-weight: bold;
	}

.link {
	color: #336666;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	}
	
.link:hover {
	color: #FF6600;
	text-decoration: underline;
	}
