.style1 {
	color: #006699;
	font-weight: bold;
}
.stopwatch {
	background-image: url(../htdocs/beat_clock/images/stop_watch.gif);
	height: 64px;
	width: 51px;
	text-align: center;
	border: thin solid #FFFFFF;
	padding-top: 29px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	padding-bottom: 0px;
	font-weight: bold;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #000066;
	border-bottom: 2px solid #000066;
	border-left: 2px solid #FFFFFF;
}

