/*
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 #1C1C1C;
		color: white;	
		font-size: 12px;
		font-family: Tahoma;
		text-align:center;
		line-height:16px;
	}

.status_body {

	margin:0px; 
	background-color: 1C1C1C;

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

		font-family: Tahoma;
		font-size: 12px;

	}


	a:link {

		color: white;
		text-decoration: underline;

	}

	a:visited {

		color: white;
		text-decoration: underline;

	}

	a:hover {

		color: #FFC125;
		text-decoration: none;

	}


/*
Heading bar
*/
	.heading_bar {
		background: 1C1C1C;


	}
/*
Menu bar (section at the top where the navigational links are placed)
*/
	.menu_bar  {
	
		background: #1C1C1C  url(goldgrad.gif) repeat-x;
		font-family: Tahoma;
		color: black;
		font-weight: bold;
		text-align: left;
		margin:10px; 
		font-size: 13px;

	}
/*
Links in the menu bar
*/
	A.menu_bar {
		color: black;
		text-decoration: none;

	}

	A.menu_bar:hover  {
		color: white;
		background: black;
		text-decoration: none;

	}


h1
{
	font-size: 200%;
}

h2
{
	font-size: 180%;
}

h3
{
	font-size: 160%;
}

h4
{
	font-size: 140%;
}

h5
{
	font-size: 120%;
}

h6
{
	font-size: 80%;
}