body {
	margin: 0px;
}
body, td, input, textarea, select
{
	font-family: arial;
	font-size: 12px;
}
td.headerlogo {
	border-bottom: 3px solid #FD7D26;
	height: 100px;
}
td.spacer {
	background-color: #4E6167;
	height: 7px;
}
td.headeraddress {
	text-align: right;
	font-family: tahoma;
	font-size: 9px;
	border-bottom: 3px solid #FD7D26;
}
td.headeraddress A, td.headeraddress A:Visited, td.headeraddress A:Active {
	color: steelblue;
	text-decoration: none;
}
td.leftmenu {
	font-family: Verdana;
	background-color: #4E6167;
	color: White;
	height: 100%;
	width: 162px;
	letter-spacing: 1px;
	padding-left: 30px;
}

td.leftmenu A,td.leftmenu A:Visited {
	padding-bottom: 12px;
	display: block;
	color: white;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	width: 140px;
}
td.leftmenu A:Hover, A.selected {
	color: #FD7D26;
}

td.leftmenu A.selected, td.leftmenu A.selected:Visited, td.leftmenu A.selected:Link, td.leftmenu A.selected:Active {
	color: #FD7D26;
}

td.content {
	background-image: url('../images/corner.gif');
	background-color: #E2E3E5;
	background-repeat: no-repeat;
	width: 100%;	
}

#content {
	background-image: url('../images/truck.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 100px;
}

td.rightmenu {
	background-color: #4E6167;
	width: 102px;
}

table.companies {
	position: absolute;	
	left: 250px;
	top: 18px;
}
table.companies td {
	padding-left: 20px;
	padding-right: 20px;
}

#content div.title, #content div.heading {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #FD7D26;
}
#content div.heading {
	font-size: 12px;
	letter-spacing: 1px;
}
#content div.title {
	font-size: 17px;
}
#content a, #content a:visited, #content a:link {
	color: 336699;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

#content IMG {
	margin: 5px;
}

li {
	list-style-image: url('../images/bullet.jpg');
}

.downloadbox {
	margin-bottom: 10px;
	margin-top: 10px;
}
.downloadbox a, a.pdf {
	background-image: url('../images/bullet.jpg');
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 16px;
}

.invalid {
	display: block;
	border: 1px solid indianred;
	text-align: center;
	font-weight: bold;
	color: #BE5157;
	background-color: #EED2D4;
}

HR {
	height: 1px;
}

INPUT, TEXTAREA {
	width: 370px;
}

INPUT.Button {
	width: 100px;
}

.assert {
	border: 1px solid #8BD9B3;
	background-color: #D8F2E5;
	width: 512;
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}

@media print {
	.noprint {
		display : none;
	}
	#content {
		padding-top: 0px;
	}
}
