
/*
controls the look and feel of the 'pixels-sold/available' box:
*/
H1,H2,H3  {
	MARGIN: 0px; 
	FONT: 14px trebuchet ms, helvetica, verdana
	COLOR: #362F2D; 
	font-weight:bold;

	
	}
	   

.status {	
		width:134px;
		height:43;
		border:0;
		padding: 5 0 0 0;
		background: url(s_bg.gif) no-repeat #D9D0C0;
		font-size: 12px;
		font-family: trebuchet ms, helvetica, verdana
		text-align:center;
		line-height:16px;
		}
/*
Table cells (inside tables)
*/
	TD {

		font-size: 12px;
        font-family: trebuchet ms, helvetica, verdana

	}
/*
Heading bar
*/
	.heading_bar {
		background: #D9D0C0;
		font-size: 14px;
        font-family: trebuchet ms, helvetica, verdana

	}
	
		}
/*
Footer bar
*/
	.footer_bar {
		background: #D9D0C0;
        font-size: 8px;
        font-family: trebuchet ms, helvetica, verdanas

	}
/*
Menu bar (section at the top where the navigational links are placed)
*/
	.menu_bar  {
	
		background: #D9D0C0 url(grgrad.gif) no repeat;
		color: white;
		font-weight: bold;
		text-align: center;
		font-size: 13px;
        font-family: trebuchet ms, helvetica, verdana

	
	A:link {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000000; TEXT-DECORATION: none
}
A:visited {
	FONT-WEIGHT: bold; COLOR: #000000; TEXT-DECORATION: none
}
A:hover {
	TEXT-DECORATION: underline
}
/*
Links in the menu bar
*/
	#links {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; MARGIN-LEFT: auto; BORDER-LEFT: 0px; WIDTH: 600px; MARGIN-RIGHT: auto; BORDER-BOTTOM: 0px; HEIGHT: 20px; TEXT-ALIGN: center
}
A.nav:link {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000000; TEXT-DECORATION: none
}
A.nav:visited {
	FONT-WEIGHT: bold; COLOR: #000000; TEXT-DECORATION: none
}
A.nav:hover {
	TEXT-DECORATION: underline
}
A.pix:link {
	BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none
}
A.pix:visited {
	BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none
}
A.pix:hover {
	BORDER-RIGHT: 5px; BORDER-TOP: 5px; BORDER-LEFT: 5px; BORDER-BOTTOM: 5px
}
A:link {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #663333; TEXT-DECORATION: 
}
A:visited {
	FONT-WEIGHT: bold; COLOR: #663333; TEXT-DECORATION: 
}
A:hover {
	TEXT-DECORATION: underline
}
td#foot a:link {color: white;TEXT-DECORATION: none}
td#foot a:visited {color: white;TEXT-DECORATION: none}
td#foot a:hover {color: white;TEXT-DECORATION: none}
td#foot a:active {color: white;TEXT-DECORATION: none}