
body {
	font-family: arial, sans-serif;
	font-size: 10pt;
	padding: 0;
	margin: 0;
	width: auto;
}

h1{
	font-size: 18px;
	font-weight: bold;
	color: rgb(39,56,96);
}

h2{
	font-size: 15px;
	font-weight: bold;
	color: rgb(39,56,96);
}

h3{
	font-size: 12px;
	font-weight: bold;
	color: black;
}

#top-images{
	padding: 0;
	margin: 0;
	background-color: white;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	display: none;
}

#display, #wiring, #machining, #van, #digger, #construction {
	position: absolute;
	top: 0px;
	padding: 0;
	margin: 0;
	width: 0px;
	height: 0px;
	display: none;
}

#big-blue-box{
	background-color: white;
	width: 773px;
	padding: 0;
	margin: 0;
}

#top-spacer{
	display: none;
}

#left-bar{
	width: 0;
	display: none;
}

#left-bar-inner{
	width: 0;
	display: none;	
}

#content{
	background-color: white;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	float: none;
}

.content-inner{
	width: auto;
	height: auto;
	padding: 24px 0px 0px 0px;
	margin: 0;
	display: inline;
}

* html #content{
	width: 80%;
}

.force-clear{
	clear: both;
	padding: 0;
	margin: 0;
	line-height: 0;
}

#menu-filler{
	display: none;
}

.tight{
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}

.tight-image{
	padding: 0;
	margin: 0;
	border: none;
}

a{
	color: rgb(39,56,96);
}

a:hover{
	text-decoration: none;
}


/*table*/


table {
  	text-align: left;
	border-collapse: collapse;
	background-color: white;
}

td {
	font-family: arial, sans-serif;
	color: black;
	padding-left: 4pt;
	padding-right: 4pt;
}

th {
	padding-top: 2pt;
	padding-bottom: 1pt;
}

td {
	border: none;
	font-size: 10pt;
	vertical-align: top;
	text-align: left;
}

#content table{
	width: 530px;
}
