HTML, BODY {
	height: 100%; margin: 0px; padding: 0px; background-color: #D0D0D0; text-align: center;
	}
BODY {
	font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 100%; color: #000000; overflow-y: scroll;
	}
INPUT, TEXTAREA {
	box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box;
	}
H1 {
	margin: 0px; padding: 0px; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 18px; font-weight: normal; color: #000000; text-transform: uppercase; display: inline;
	}
H2 {
	margin: 0px; padding: 0px; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 15px; font-weight: normal; color: #000000; text-transform: uppercase; display: inline;
	}
A {
	color: #000000; text-decoration: underline;
	}
A:Hover {
	color: #000000; text-decoration: none;
	}
IMG {
	vertical-align: middle; display: inline;
	}
.PageContainer {
	width: 100%; min-height: 400px;
	}
.PageLogo {
	position: relative; margin: auto; padding: 15px; border-bottom: 1px solid #8F9094; text-align: center; overflow: hidden;
	}
.PageMenu {
	background-color: #00274D; border-top: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 150%; text-align: center; text-transform: uppercase; overflow: hidden; cursor: pointer;
	}
.PageMenu UL {
	margin: 0px; padding: 0px;
	}
.PageMenu LI {
	float: left; margin: 0px; padding: 0px; padding-top: 25px; padding-bottom: 25px; list-style: none;
	}
.PageMenu LI:Hover {
	background-color: #0053A0;
	}
.PageMenu A {
	color: #FFFFFF; text-decoration: none;
	}
.PageMenu A:Hover {
	background-color: #0053A0;
	}
.PageMenuAbout {
	width: 30%; background: url("/Mobile/Images/Pixel-White.png") top right repeat-y;
	}
.PageMenuTrucks {
	width: 34%; background: url("/Mobile/Images/Pixel-White.png") top right repeat-y;
	}
.PageMenuContact {
	width: 36%;
	}
.PageFeatured {
	border-bottom: 1px solid #FFFFFF; text-align: center;
	}
.PageBody {
	background-color: #EFEFEF; border-top: 1px solid #8F9094;
	}
.PageBrowse {
	font-size: 150%; text-align: center; text-decoration: none; overflow: hidden;
	}
.PageBrowse UL {
	margin: 0px; padding: 0px;
	}
.PageBrowse LI {
	margin: 0px; padding: 0px; padding-top: 25px; padding-bottom: 25px; border-bottom: 1px solid #8F9094; list-style: none; text-align: center; cursor: pointer;
	}
.PageBrowse LI:Hover {
	background-color: #E6E6E6;
	}
.PageBrowse A {
	text-decoration: none;
	}
.PageBrowse A:Hover {
	background-color: #E6E6E6;
	}
.PageBrowseButton {
	width: 100%;
	}
.PageContent {
	padding: 20px; padding-bottom: 10px; border-bottom: 1px solid #8F9094; font-size: 100%; text-align: justify;
	}
.PageContent UL {
	margin: 0px; margin-left: 20px; padding: 0px;
	}
.PageContent LI {
	margin: 0px; margin-left: 20px; padding: 0px; list-style: disc; text-align: left;
	}
.PageEquipmentDetails {
	text-align: left;
	}
.PageReturn {
	padding-bottom: 15px; font-size: 80%; text-align: center;
	}
.PageFooter {
	padding: 10px; padding-top: 25px; padding-bottom: 50px; background-color: #D0D0D0; border-top: 1px solid #FFFFFF; font-size: 80%; text-align: center;
	}
.PageFooterMenu {
	padding-bottom: 15px; font-size: 100%;
	}
.PageNumber {
	position: fixed; bottom: 0px; width: 100%; padding-top: 10px; padding-bottom: 10px; background-color: #D0D0D0; font-size: 125%; font-weight: bold; text-align: center;
	}
.ImageBorder {
	border: 1px solid #D0D0D0;
	}
.ImagePreloader {
	display: none;
	}
.FormField {
	width: 100%; margin: 0px; margin-bottom: 5px; padding: 3px; padding-left: 5px; border: 1px solid #D0D0D0;
	}
.FormSelect {
	width: 100%; margin: 0px; margin-bottom: 5px; padding: 2px; border: 1px solid #D0D0D0;
	}
.FormTextArea {
	width: 100%; margin: 0px; margin-bottom: 5px; height: 130px; padding: 3px; padding-left: 5px; border: 1px solid #D0D0D0;
	}
.FormField:Focus, .FormTextArea:Focus {
	background-color: #E6E6E6; border: 1px solid #D0D0D0;
	}
.FormButton {
	width: 100%; margin: 0px; padding: 3px;
	}