#truckFlash {
	position: relative;
	visibility: visible;
}
a.links {
        font-family: Arial;
        font-size: 9pt;
        color: white;
	text-decoration: "none";
}
a.fly {
    font-family: Arial;
    font-size: 9pt;
    color: #000066;
	text-decoration: "none";
}
a.fly:hover{
    text-decoration: underline;
}

a.menu1{
    font-family: Arial;
    font-size: 10pt;
    color: #000000;
	text-decoration: "none";
}

a.menu2{
    font-family: Arial;
    font-size: 10pt;
    color: #FFFFFF;
	text-decoration: "none";
}

td.txt {
        font-family: Arial;
        font-size: 9pt;
        color: black;
	text-decoration: "none";
}
p.txt {
        font-family: Arial;
        font-size: 9pt;
        color: black;
	text-decoration: "none";
}
.txt {
        font-family: Arial;
        font-size: 9pt;
        color: black;
	text-decoration: "none";
}
li	{
        font-family: Arial;
        color: "#050581";
        font-size: 9pt;
}
h1 {
        font-family: Arial;
        font-size: 18pt;
        color: black;
	text-decoration: "none";
}
h2 {
        font-family: Arial;
        font-size: 14pt;
        color: black;
	text-decoration: "none";
}
h3 {
        font-family: Arial;
        font-size: 12pt;
        color: black;
	text-decoration: "none";
}


pre {
  font-family:"Courier"; font-size:normal;
  color:#000; background:#f4f4f4; border:1px dotted #ccc;
  padding:10px; overflow:hidden;
}

.content {
  margin:10px 20px 30px 20px; overflow:hidden;
  padding:0; line-height:1.5em;
  color:#000; background:#fff;
}
#footer {
  margin:10px 20px; padding:4px 0 4px 0; border-top:1px solid #999;
  color:#000; background:#eee;
}

/* xMenu4 Downgrade (non-js) Styles (see xmenu4_1_dhtml.css for dhtml rules) */

/* Bar */

/* Outermost UL */
ul.myBar {
  background:#fff;
  width:40%;
  float:right;
}
/* All LIs in ul.myBar */
ul.myBar li {
  list-style:none;
  margin:0; padding:0;
}

/* Box */

/* All ULs except outermost */
ul.myBox {
  background:#fff;
  margin:0 0 .5em 1.25em; padding:0;
  border-left:1px dotted #666;
/*  font-size:small; font-weight:normal; */
}
/* All LIs in ul.myBox */
ul.myBox li {
  list-style:none;
  margin:0 0 .25em 0; padding:0;
}

/* Label/Item A element over-rides */

.myBarLblA {
  font-weight:bold;
}
.myBarItmA {
  font-weight:bold;
}
.myBoxLblA {
  font-weight:bold;
}

/* Misc */

#menuMarker {
  display:none;
}