/*********************************
/* Walcam Counters Display CSS
/*********************************/
body {
	font-family: Arial;
	font-size:12px;
	text-align:center;
	color:green;
	background-color:white;
	}
h1 {
	font-family:'Arial Black';
	text-align:center;
	color:green;
	font-size:34px;
	}
h2 {
	text-align:center;
	color:green;
	font-size:18px;
	font-weight:bold;
	}
h3 {
	text-align:center;
	color:green;
	font-size:20px;
	}
.hdg {
	font-size:12px;
	text-align:right;
	font-weight:bold;
	font-style:italic;
	color:black;
	}
.ver {
	text-align:right;
	color:black;
	font-size:10px;
	}
.cell {
	font-size:10px;
	text-align:right;
	color:green;
	}
#h {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	width: auto;
	display: in-line;
}
.bnr {
	padding: 11px 0px 11px 7px;
	font-size: 14px;
	text-transform:uppercase;
	color: #000000;
	background-color: transparent;
	text-align: left;
	font-weight: bold;
}
.bnrl {
	height: 47px;
	width: 6px;
	background-image: url(bnr_greyl.jpg);
	background-repeat: no-repeat;
	float:left;
}
.bnrc {
	height: 47px;
	width: 76%;
	background-image: url(bnr_greyc.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	cursor: pointer;
}
.bnrr {
	height: 47px;
	width: 6px;
	background-image: url(bnr_greyr.jpg);
	background-repeat: no-repeat;
	float: right;
}
