
BODY
{
	background-color: rgb(0,0,0);
	font-family:'arial', 'sans-serif';
	color:black;
	text-align:center;
}

table.main
{
	width:780;
	background-image:url('images/bk-ground.jpg');
	background-attachment:scroll;
	background-repeat:repeat;
	background-color: rgb(228,214,156); 
}

.saleEditor {
	float:left;
	display:inline;
	text-align:center;
	color:black;
	font-family:times;
	border:1px solid black;
	padding:1px 3px 1px 3px;
	margin:0px 1px 5px 1px;
	height:28px;
	width:20px;
}

table.m2
{
	width:720;
}

table.cart
{
	table-layout: fixed;
	/*empty-cells:collapse;*/
	font-size:80%;
}

table.join
{
	width:600;
}

table.user
	{
		empty-cells:show;
		font-size:80%;
		border-collapse:separate;
	}
.userTblHeader
{
	color:black;
}

table.contact { font-size:10pt; }

table.adminLinks a { color:black; }
table.adminLinks a:visited { color:black; }

.response {
	color:red;
	text-align:left;
	background-color:white;
}

.responseOK {
	color:green;
	text-align:left;
	background-color:white;
}

.center { text-align:center; }
.right { text-align:right; }
.left 	{ text-align:left; }

.bgblack { background-color:black; }
.bgblue { background-color:blue; }
.bgyellow { background-color:yellow; }
.bgred { background-color:red; }
.bggreen { background-color:green; }

.bold { font-weight:bold; }
.bolder { font-weight:bolder; }
.italic { font-style:italic; }
.underline { text-decoration:underline; }

A:link{color:black}
A:visited{color:green}