body {
	margin:0px;
	font-family:verdana;
	font-size:13px;	
	background: #FFFCF4;
}

td {
	font-family:verdana;
	font-size:13px;		
}

h1 {
	font-size:15px;
	font-weight:bold;
	margin:0px;
	padding-bottom:6px;
}

.sidebox {
	border:1px solid #660605;
	background: white;
	padding:0px;
	margin-bottom:10px;
	color:#222222;
	width:100%;
}

.sideheading {
	margin-bottom:2px;font-weight:bold;
	font-size:15px;
}

.numbers {
	background:#660605;
	text-align:center;
	color:white;
	border-bottom:1px dotted #660605;
}

.numbersbottom {
	background:#660605;
	text-align:center;
}

.instructions {
	background:#ffffff;
	padding:4px;
	border-bottom:1px dotted #660605;
}

.instructionsbottom {
	background:#ffffff;
	padding:4px;
}

.instructionbox {
	background:#E8E3DA;
}

.status {
	background:#E8E3DA;
	border-bottom:1px dotted #660605;
	padding:4px;
}

.statusbottom {
	background:#E8E3DA;
	padding:4px;
}

p {
	margin-top:0px;
}

.startbutton {
	font-family:verdana;
	color:black;
	background:#FFCC33;
}