/* CSS Document */
.nolink {
	background-color: #BBBBBB;
	}
.nolink a {
	display:none;
}
.link {
}
table {
	margin-left: -10px;
	border: 0px none white;
}	
td {
	padding: 0;
}
th {
	font-size: 0.9em;
	color: #777777;
	padding: 0;
	width: 100px
}
th.row {
	text-align: left;
	width: auto;
	height: 100px;
}
th.header {
	font-size: 1.6em;
	color: #66BB22; 
	width: auto;
	}


