/* CSS Document */
body {
	background-color: #ffffff;
	color: #000000;
	margin: 0;
}
a	{
   text-decoration: none;
   color: #000000;
   }

a:hover{
	color: #dedeca;
	}
	
.linksV a	{
   color: yellow;
   background: url(images/lock.gif) no-repeat;
   background-position: 0px 3px;
   font-size: 13px;
   }

.linksV a:visited  {
   color: yellow;
   background-position: 0 3px;
   }

.linksV a:hover{
   color: white;
   background-position: -175px 3px; 
   }

.linksV a, .linksH a	{
	display: block;
	width: 96px;
	padding-left: 30px;
	line-height: 25px;
	min-height: 25px;
	text-decoration: none;
	}

#sellers, #buyers, #misc 	{
	color: #dedeca;
	font-size: 13px;
	text-decoration: none;
	background-color: #41412C;
	width: 130px;
	}
/*
#buyers 	{
	color: #dedeca;
	font-size: 13px;
	text-decoration: none;
	background-color: #313E04;
	width: 130px;
	}

	
	#misc 	{
	color: #dedeca;
	font-size: 13px;
	text-decoration: none;
	background-color: #313E04;
	width: 130px;
	}
	*/
#navigation {						
	float: left;
	/*width: 14em; /*about 288px at default sizes in gecko, quite a bit
	/*wider in IE 6 win, but not too bad */
	border-top-width: 0px;
	border-left-width: 0px;
	/*border-right-width: .15em;
	border-bottom-width: .15em;
	border-style: dotted;*/
	border-color: #000000;
	margin-top: 0;
	margin-bottom: 2em;
	margin-right: 1em;
	margin-left: 0;
	padding: .1em;
	font-size: .9em;
	line-height: 1.3em;
	background-color: #999966;
	}