body {
	margin: 0px;
	background-color:#ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}

td {
	/*font-size: x-small;*/
}

form {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}

a:link {
	color:#cc0000;
	text-decoration:none;
}

a:visited {
	color:#cc0000;
	text-decoration:none;
}

a:hover {
	color:#669933;
	text-decoration:underline;
}

/*a:active {
	color:#000080;
	text-decoration:none;
}*/

#topbar {
	background-color: #999999;
	width: 100%;
	height: 90px;
	padding: 5px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#secondbar {
	background-color: #ff0000;
	width: 100%;
	height: 30px;
	padding: 5px;
	text-align:right;
	position: absolute;
	left: 0px;
	top: 90px;
}

div#secondbar a {
	color: #000000;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;
}

div#secondbar a:hover {
	text-decoration: underline;
}

#sidebar {
	padding: 5px;
	float: left;
	width: 160px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 120px;
}

div#sidebar a {
	color: #000000;
	padding: 2px 2px 2px 4px;
	width: 100%;
	text-decoration: none;
}

div#sidebar a:hover {
	background-color: #ff0000;
}

#cartsummary {
	padding: 10px 5px;
	clear: both;
	font-size: xx-small;
	color: #ffffff;
	background-color: #000000;
	text-align: center;
	width: 100px;
}

#bulk {
	padding: 5px;
	float: left;
	width: 600;
	position: absolute;
	left: 180px;
	top: 120px;
}



#twocolumn {
	float: left;
	width: 50%;
	padding-right: 10px;
}

.smalltext {
	font-size: xx-small;
}
.actwarningcolor {
	color:#6803e4;
}
.actrequiredcolor { 
	color:#6803e4;
}
.actsearchhighlightcolor {
	color:#ff0000;
}
/* .actrequired {
	color:#6803e4;
} */
.actwarning {
	color:#6803e4;
}
.actwelcome {
	font-size: medium;
}

#formemphasis {
	background-color: #aeb0d0;
	font-weight: bold;
	padding: 3px;
	width: 100%;
}
