body {
		font-family: Arial,helvetica;
}

a {
	color:#000099; }
a:hover {
	color:#000099; }


/*
controls the look and feel of the 'pixels-sold/available' box:
*/
.status {	
		width:134px;
		height:43;
		border: 2px solid #069E27;
		padding: 5 0 0 0;
		background: #ffffff;
		font-size: 12px;
		font-family: Arial;
		text-align:center;
		line-height:16px;
	}

.status_body {

	margin:0px; 
	background-color: #ffffff;

}
/*
Table cells (inside tables)
*/
	TD {

		font-size: 12px;


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


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


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

	}


h2 {
	font-size:18px; }
