BODY, TABLE, TD, DIV, INPUT, TEXTAREA, SELECT
{
	font-family: verdana, Arial;
	font-size: 11px;
}

SELECT
{
	width: 95%;
}

TABLE
{
	table-layout: fixed;
}

BODY
{
	margin: 0px;
	width: 100%;
}

H1
{
	font-family: verdana, Arial;
	font-size: 17px;
	font-weight: bold;
	color: #333366;
	
}

H2
{
	font-family: verdana, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #333366;
	
}

H3
{
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: black;
	
}

.banner
{
    LEFT: 0px;
    WIDTH: 100%;
    POSITION: absolute;
    TOP: 0px;
    HEIGHT: 70px
}

.header
{
	background-color: black;
	color: white;
	font-weight: bold;
}

.menubar
{
    BORDER-TOP: black 1px solid;
    LEFT: 0px;
    WIDTH: 100%;
    COLOR: white;
    BORDER-BOTTOM: black 1px solid;
    POSITION: absolute;
    TOP: 70px;
    HEIGHT: 21px;
    BACKGROUND-COLOR: #EBEAE6;
    Z-INDEX: 4;
}

.menuicon
{
    POSITION: absolute;
    TOP: 2px;
    RIGHT: 10px;
    Z-INDEX: 5;
}

.menubutton
{
    BORDER: #958685 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    WIDTH: 60px;
    COLOR: #958685;
    FONT-FAMILY: verdana;
    POSITION: absolute;
    TOP: 2px;
    HEIGHT: 15px;
    BACKGROUND-COLOR:  #EBEAE6;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none;
    Z-INDEX: 5;
}

.menubutton:hover
{
    BACKGROUND-COLOR: #D2CBC3;
}

.menu
{
    BORDER: #958685 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    WIDTH: 95px;
    POSITION: absolute;
    TOP: 88px;
    BACKGROUND-COLOR: #EBEAE6;
    VISIBILITY: hidden;
    Z-INDEX: 99;
}
.menulink
{
    COLOR: #958685;
    DISPLAY: BLOCK;
    FONT-FAMILY: verdana;
    TEXT-DECORATION: none;
    PADDING-TOP: 3px;
    PADDING-BOTTOM: 3px;
    FONT-SIZE: 12px;
}

.menulink:hover
{
    BACKGROUND-COLOR: #D2CBC3;
    WIDTH: 95px;
}

.AddressBlock
{
	position: absolute;
	right: 10px;
	width: 200px;
	height: 60px;
	font-weight: bold;
	text-align: right;
	bottom: 5px;
}

.pnlMain, .pnlMainIndent
{
	position: absolute;
	width: 100%;
	z-index: 1;
	left: 0px;
	top: 94px;
}

.pnlMainIndent
{
	width: 95%;
	padding-left: 20px;
}

.divResults
{
	position: absolute;
	width: 100%;
	z-index: 1;
	left: 0px;
	top: 90px;
}

.pnlFeature
{
	border: 2px solid #958685;
}

.greylink
{
	COLOR: #958685;
}

.greylink2
{
	COLOR: #958685;
	text-decoration: none;
	font-weight: bold;
}

.greylink2:hover
{
	text-decoration: underline;
}

.CoinText
{
	color: #958685;
	font-size: 11px;
}

.pnlHeading
{
	background-color: #958685;
	color: white;
	width: 100%;
}

.divBlurb
{
	margin-top: 20px;
	padding-left: 20px;
	margin-right: 10px;
}

.pnlSideBar
{
	width: 180px; 
	margin-top: 10px; 
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

.input
{
	width: 95%;
}

.buybar
{
	position: absolute; 
	top: 100px; 
	right: 20px; 
	width: 100px; 
	height: 200px; 
	background-color: lightgrey; 
	border: 2px solid black; 
	z-index: 3;
}

