body.grey	{
	background: #333;
}

body.grey h1	{
	color: #333;
	border-bottom-color: #333;
}

.tab_on	{
	float: left;
	text-align: center;
	padding: 5px 0 0 0;
	background-color: #999;
	width: 125px;
	height: 20px;
}

.tab_off	{
	float: left;
	text-align: center;
	padding: 5px 0 0 0;
	background-color: #666;
	width: 125px;
	height: 20px;
}

#leftcol	{
	text-align: left;
	background-color: #999;
	width: 525px;
	float: left; 
	padding: 10px 10px 10px 15px;
	margin-bottom: 10px;
}

div.rightcol	{
	text-align: left;
	background-color: #999;
	width: 165px;
	float: left; 
	padding: 10px 10px 10px 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}
