body {
	font-family: Verdana,Arial,Helvetica;
}
input.e911btn {
	background-color:white;
	color:black;
	font-weight:900;
	border:medium outset white;
	cursor:pointer;
	cursor:hand;
}
input.e911hov {
	background-color:white;
	color:red;
	font-weight:900;
	border:medium outset white;
}
input.e911click {
	background-color:red;
	color:white;
	font-weight:900;
	border:medium outset white;
}
#e911InnerDiv *{
	font-size:12px;
}
#e911InnerDiv table {
	border:thin solid red;
}
#e911InnerDiv th {
	background-color:#EEEEEE;
	color: black;
	font-weight:900;
	vertical-align:top;
	text-align:center;
	padding:0px 2px;
}
.hidden {
	visibility: hidden;
	display: none;
}
.shown {
	visibility: visible;
	display: block;
}
