#table {
	}

#table tbody tr td {
		font-family: lucida grande, verdana, sans-serif;
		font-size: 8pt;
		padding: 3px 8px;
		border-bottom: 1px solid;
	}

#table tbody tr.header td {
		background-color: #000066;
		color: #FFFFFF;
		font-weight: bold;
	}
	
#table tbody tr.selected td {
		background-color: #99CCFF;
		color: #FFFFFF;
		font-weight: bold;
	}
	
#tablehome {
		color:#333;
	}
