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