body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: Arial, Helvetica, sans-serif;
  color: #26296C;
  font-size: 14px;
  background-color: #26296C;
  line-height: 24px;
}

.italic {
  font-style: italic;
}

.address {
  font-weight: bold;
  color: #26296c;
  font-size: 12px;
}

.txtlnk {
  font-size: 12px;
  color: #26296c;
  font-weight: bold;
  text-decoration: none;
}

.txtlnk a:link{
  font-size: 12px;
  color: #26296c;
  font-weight: bold;
  text-decoration: none;
}

.txtlnk a:hover{
  font-size: 12px;
  color: #fdfdfd;
  font-weight: bold;
  text-decoration: none;
}

.txtlnk a:active{
  font-size: 12px;
  color: #fdfdfd;
  font-weight: bold;
  text-decoration: underline;
}

.txtlnk a:visited{
  font-size: 12px;
  color: #26296C;
  font-weight: bold;
  text-decoration: underline;
}

.textbg {
  background-image: url(../images/globebg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-color: #d3d3d3;
}

.addressbg {
  background-image: url(../images/addressbg.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.footerbg {
  background-color: #d3d3d3;
}

.copyright {
  font-size: 10px;
  color: #ffffff;
}

.awslnk a:link{
  font-size: 10px;
  color: #ffffff;
  text-decoration: none;
}

.awslnk a:hover {
  font-size: 10px;
  color: #e9e9e9;
  text-decoration: none;
}

.awslnk a:active {
  font-size: 10px;
  color: #e9e9e9;
  text-decoration: underline;
}

.awslnk a:visited {
  font-size: 10px;
  color: #e9e9e9;
  text-decoration: none;
}

.header {
  font-size: 18px;
  font-weight: bold;
}

.certifications {
  font-weight: bold;
  font-size: 15px;
}

.bold {
  font-weight: bold;
}

.border {
  border: thin solid #26296c;
}

ul {
	font-size: 14px;
	list-style-position: outside;
	list-style-type: square;
	font-variant: normal;
	line-height: 24px;
}

.equiptable {
  border: thin solid #26296c;
  background-color: #99c1cd;
}

.tr {
  background-color: #e2e0de;
}

a:link {
  color: #26296c;
  text-decoration: underline;
}

a:hover {
  color: #7f7f7f;
  text-decoration: underline;
}

a:active {
  color: #99c1cd;
  text-decoration: underline;
}

a:visited {
  color: #7f7f7f;
  text-decoration: underline;
}

.tealbg {
  background-color: #99c1cd;
  border: thin solid #26296c;
}

.boldlnk a:link {
  font-weight: bold;
  color: #26296c;
  text-decoration: none;
}

.boldlnk a:hover {
  font-weight: bold;
  color: #7f7f7f;
  text-decoration: none;
}

.boldlnk a:active {
  font-weight: bold;
  color: #99c1cd;
  text-decoration: none;
}

.boldlnk a:visited {
  font-weight: bold;
  color: #7f7f7f;
  text-decoration: underline;
}

.engineering {
  background-color: #ffffff;
  border: thin solid #26296c;
  color: #26296c;
}

.tealcell {
  background-color: #99c1cd;
}

.policy {
  background-color: #ffffff;
  border: thin solid #99c1cd;
}

.emaillinks {
  background-color: #ffffff;
  border: thin solid #99c1cd;
}

.navbg {
  background-color: #e5e5e5;
}

.greybg {
  background-image: url(../images/grey.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
}

.partstable {
  background-color: #ffffff;
  border: thin solid #99c1cd;
  color: #26296c;
}.newbg {
	background-color: #D3D3D3;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
}
#nav {
	font-size: 12px;
	font-weight: bold;
}
#nav a {
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#nav a:hover {
	color: #70a5bb;
	text-decoration: none;
}
