/* ==========================================================*/
/* general background css */

body {
	font-size: 0.8em;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
.boldtext {
	font-weight: bold;
}

html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}
img {
	display: none;
}
object {
	display: none;
}
#repairsmaptable {
	width: 40em;
	border: 1px solid #999999;
}
#repairsmaptable caption {
	font-weight: bold;
	padding: 3px;
	border: 2px solid #999999;
}
#repairsmaptable th {
	background-color: #CCCCCC;
}
#repairsmaptable td {
	border: 1px solid #999999;
}
