.brightCell{
	/*float: left;*/
	height: 90px;
	padding: 0px 6px 0px 0px;
	color: #494949;
	background-color: #F3F3F3;
	border-bottom: 1px solid #909090;
}

.darkCell{
	/*float: left;*/
	height: 90px;
	padding: 0px 6px 0px 0px;
	color: #494949;
	background-color: #E1E1E1;
	border-bottom: 1px solid #909090;
}

.brightcell b{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
	
.darkcell b{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
	
.more:Link{
	color: #CE0000;
	font-weight: bold;
	text-decoration: none;
}

.more:Visited{
	color: #CE0000;
	font-weight: bold;
	text-decoration: none;
}

.more:Active{
	color: #CE0000;
	font-weight: bold;
	text-decoration: underline;
}

.more:Hover{
	color: #CE0000;
	font-weight: bold;
	text-decoration: underline;
}