/*
controls the look and feel of the 'pixels-sold/available' box:
*/
.status {
	width:134px;
	height:43;
	border:0;
	padding: 5 0 0 0;
	background: url(s_bg.gif) no-repeat #0099FF;
	font-size: 12px;
	font-family: Arial;
	text-align:center;
	line-height:16px;
	text-decoration: none;

	}

.status_body {

	margin:0px; 
	background-color: #0099FF;

}
/*
Table cells (inside tables)
*/
	TD {

		font-size: 12px;


	}
/*
Heading bar
*/
	.heading_bar {
		background: #3366FF;


	}
/*
Menu bar (section at the top where the navigational links are placed)
*/
	.menu_bar  {
	background: #0099FF url(none) repeat-x;
	color: #A4DBFF;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;



	}
/*
Links in the menu bar
*/
	A.menu_bar {
		color: white;

	}
.menucat {
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
	color: #0000CC;
	text-decoration: none;
	background: #CACA62;
}
.menucat1 {
	font: normal small/24px "Times New Roman", Times, serif;
}

