.text {
	font-family: Arial;
/*	font-size: 8pt; */
	font-weight: normal;
}
strong {
	font-family: Arial;
/*	font-size: 8pt; */
	font-weight: bold;
}
.center {
	text-align: center;
}
.controlLabel {
	font-family: Arial;
/*	font-size: 8pt; */
	font-weight: bold;
}
div.coinResult{
	float: left;
	position: static; 
	text-align: center;
	display: table-cell;
	vertical-align: middle;
/*	padding: 3px; */
	left: 0px;
}
.hideImageRow {
	width: 400px;
	position: static;
	float: left;
	clear: both;
}
.hideImageQtyRow {
	position: static;
	float: left;
}
.pagingLink {
	clear: both;
	text-align: center;
}
.clearRow {
	position: static;
	float: left;
	clear: both;
}
.hideImageDiv1 {
	background-color: #d0d0d0;
	clear: both; 
	position: static;
	float: left;
}
.hideImageDiv0 {
	background-color: white;
	clear: both;
	position: static;
	float: left;
}
#coinContainer {
}
div.coinRow{
	clear: both;
	position: static; 
}
div.header {
	width: 100%;
	background-image: url('images/header.jpg');
	background-repeat: repeat-x;
	height: 100px;
}
h1 {
	font-family: Arial;
}
h2 {
	font-family: Arial;
/*	font-size: smaller; */
}
select {
	font-family: Arial;
/*	font-size: 8pt; */
}
input {
	font-family: Arial;
/*	font-size: 8pt; */
}
a {
	font-family: Arial;
/*	font-size: 8pt; */
	color: blue;
}
a:visited {
	color: blue;
}
img.coinThumb {
	cursor: pointer;
}
#loadingScreen {
	position: absolute; 
	left: 50px; 
	top: 50px;
	height: 100px;
	width: 100px;
	border-width: 1px;
	background-color: gray;
	text-align: center;
	vertical-align: middle;
	visibility: visible;
	z-index: 100;
}
