
/*
controls the look and feel of the 'pixels-sold/available' box:
*/
.status {	
		width:134px;
		height:48;
		border:0;
		padding: 5 0 0 0;
		background: #666666;
		font-size: 12px;
		font-family: Arial;
		color: #FFFF33;
		line-height:16px;
		}
/*
Table cells (inside tables)
*/
	TD {

		font-size: 12px;


	}
/*
Heading bar
*/
	.heading_bar {
		background: #666666;


	}
/*
Menu bar (section at the top where the navigational links are placed)
*/
	.menu_bar  {
	
		background: #666666;
		color: white;
		font-weight: bold;
		text-align: left;
		font-size: 13px;


	}
/*
Links in the menu bar
*/
	A.menu_bar {
		color: white;

	}
