

	body {
		font-family:     Verdana, Arial, Helvetica, sans-serif;
		
	}

	ul#list-nav {
		
		padding:0;
		list-style:none;
		width:820px;
		margin-left: -1px;
	}

	ul#list-nav li {
		display:inline;
	}

	ul#list-nav li a {
		text-decoration:none;
		font-size:	12px;
		padding:5px 0;
		width:110px;
		background:#675c47;
		color:#eee;
		float:left;
	}

	ul#list-nav li a {
		text-align:center;
		border-left:1px solid #fff;
	}

	ul#list-nav li a:hover {
		background:#a2b3a1;
		color:#000;
	}	
	
	.expandclosefs {
		font-size:	10px;
		color: blue;
	}
	
	.pcgs {
		font-size:	9px;
		color: red;
	}

	#menu {
		margin: 0;
		width:	25%;
		float:	left;
	}

	#header {
		background-color: #675c47;
		margin:		  0px;
		height:           80px;
	}

	#header h1 {
		text-align:      center;
		color:	         white;
		margin:		 0px;
		border-bottom:   1px solid red;
		clear:		  left;
		
	}

	#buttonbackground {
		background-color: #efe5d0;
		padding: 5px;
	}

	.querydisplay {
		text-align: center;
		font-size:	16px;
		border-color:	black;
		background-color: #a7cece;
		border-width:	1px;
		border-style:	solid;
		margin-left:	5%;
		margin-right:	5%;
		padding:	2px;
	}

	.searchbox {
		margin: 0;
		
			
	}
	
	
	.buttons {
		color:	          blue;
		margin-left:      5%;
		margin-bottom:    5px;
	}

	.searchreqs  {
		margin-left:      28%;
		
	}

	#tabs ul {
		list-style: none;
		padding: 0;
		margin-left:      25%;
		
	}

	#tabs li {
		float: left;
		border: 1px solid #bbb;
		border-bottom-width: 0;
		margin: 0 ;
		margin-top: 2px;
		
		
	}

	#tabs a {
		text-decoration: none;
		display: block;
		background: #eee;
		padding: 0.24em 1em;
		color: #00c;
		width 8em;
		text-align: center;
	}

	#tabs a:hover {
		background: #ddf;
	}

	#tabs #selected {
		border-color: black;
	}

	#tabs #selected a{
		background:white;		
		position: relative;
		top: 1px;
		color: black;
		
	}

	.content {
		border: 1px solid black;
		margin-top:	44px;
		margin-left:      25%;
		padding: 0 1em;
		clear: right;
		
	}

	.coins {
		border-collapse:  collapse;
		border:           thin solid black;
		margin-left:      19.15%;
		width:		  50%;
		margin-top:	  5%;
		
	}	

	.coins th {
		background-color: #675c47;
		font-size:	  100%;
		color:		  white;
	}

	.coins td {
		border:       thin dotted gray;
		padding:	  1px;
		font-size:	  80%;
		
	}

	a.taxlink:hover {
		color: red;
		
	}


	a:visited {
		color: blue;
	}

	a.pcgs:hover {
		color: green;
		
	}

	a.pcgs:visited {
		color: red;
	}

	.coins th  a {
		color: white;
	}

	.return-count {
		margin-left:      43%;
		color:	         red;
	}

	.cellcolor-even {
		background-color: #efe5d0;
		
	}

	.cellcolor-odd {
		background-color: white;
	}
	
	.center {
		text-align: center;
	}

	.right {
		
		font-family:	Arial;
		font-size:	14px;
		font-weight:	400;
		font-style:	normal;
		color:		blue;
		text-transform:	none;
		letter-spacing:	normal;
		word-spacing:	normal;
		line-height:	15px;
		text-align:	right;
		vertical-align:	baseline;
		direction:	ltr;
	}

	.pagination {
		text-align: center;
		background-color: #675c47;
		color:		white;
		
	}

	.pagination a {
		color:		white;
	}


	.imagesize {
		width:	60px;
		height:	auto;
		
	}

	.imagesize {
		width:	auto;
		height:	60px;
		
	}
		
	.logotext {
		font-family:	Arial;
		font-size:	14px;
		font-weight:	400;
		font-style:	normal;
		color:		blue;
		text-transform:	none;
		text-decoration:	underline;
		letter-spacing:	normal;
		word-spacing:	normal;
		line-height:	15px;
		text-align:	center;
		vertical-align:	baseline;
		direction:	ltr;
	}
	.help {
		font-family:	Arial;
		font-size:	18px;
		color:		red;
		text-decoration: blink;
		text-align:	left;
	}
	 .centeredImage
    {
    display: block;
    margin-left: auto;
    margin-right: auto
    }
    
    
    

	
	
	




