
#main
{
color:black;
}

table.CoinTable
{
	padding:0;
	width:760px;
	border-style:solid;
	border-color:Black;
	border-width:1px;
	border-bottom-color:black;
	border-bottom-width:10px;
   margin-left: auto;
   margin-right: auto;

	
}

td
{
	border-color:black;
	vertical-align:top;	
}

td.MainTitle /* Emperor */
{
	color:White;  
	background-color:Black;     
	font-weight: bold;       
	font-size: 24px;       
	text-align: center; 
	width:100%;
}

td.MainTitleComment   {background-color:Black;  text-align: center;   color:white;       font-size: 12px;
	}
    
td.SubTitleComment   {background-color:#5F1010;  text-align: center;   color:white;       font-size: 12px;
	}

a.TitleLink{
	color:white;
}

a.TitleLink:hover{
	color:yellow;
}


td.SubTitle  {text-align: center;   
	background-color:#5F1010; 
	color:white;     font-size: 18px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-style:solid;
	border-top-width:1px;
	}

td.Metrics {     text-align: center;  font-size: 12px;
    background-color:white;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:black;
	width:100px;
	}

td.Images
{                      
    background-color:white;
	width:250px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:black;
	border-right-style:none;
	border-bottom-style:none;
	border-right-width:1px;
	text-align:center;
	
    }
	
td.Images img
{
border:none;
}

td.Description {text-align: center;  font-size: 14px;

    background-color:white;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:black;
	width:340px;
	}
	

A.textlink:hover
{
	color:red;
}

A.coinnote
{
	color:black;
	font-style:italic;
	font-size:12px;
	text-decoration:none;
}

A.coindate
{
	color:black;
	font-size:12px;
	text-decoration:none;
}

div.left{
float:left;
}

div.right{
float:right;
}

/* End of style section. Generated by AceHTML at 9/23/2006 10:49:42 AM */


div.SingleCoin{
	text-align:middle;
}

div.SearchForm{
	text-align:center;
	vertical-align:center;
	float:right;
}

div.SearchForm form
{
	padding-top:12px;
	color:white;
	padding-right:5px;
}

.SearchText {
	width: 150px;
	padding: 1px 2px;
	border: 1px solid #C4C3C4;
	background-color:silver;
	color:black;
}

.SearchButton {
	border: 1px solid #C4C3C4;
	background-color:black;
	color:white;
}
