body, html, form {
 margin:0;
 padding:0;
 background:#ffffff;
 text-align:left;
}
body, html {
 background:#ffffff;
 text-align:left;
}
body {
 background:url('/imgs/sky.jpg') repeat-x 0 0;
}
td, body, input, select, textarea {
 font-family: Tahoma, Verdana, Arial, sans-serif;
 font-size:12px;
 color:#4b4b4b;
}

ul {padding-left:0;}
ul li {margin-left:20px;}

a, a:hover {
 color:#0155cf;
}
a {
 text-decoration:underline;
}
a:hover {
 text-decoration:none;
}
h1 {
 font-size:14px;
 color:#6c6c6c;
}
h2 {
 font-size:12px;
 color:#6c6c6c;
}
h1, h2, p {
 padding:1px 0 6px 0;
 margin:0;
}
p {
  text-align:justify;
}
hr {
 background-color:#959488;
 height:2px;
 border:0px;
}

.date {
 color:#9a9a9a;
 font-size:11px;
}

table.std-tab {
 width:100%;
        padding:0px;
        margin:0px;
        border:0px;
}

td.de-cityRow {
 background-image:url(/imgs/city.gif);
 background-repeat:repeat-x;
 background-position:left top;
}
td.menuItem {
 vertical-align:bottom;
 padding:0 10px 13px 10px;
}

div.fld {
 padding:1px 2px 1px 2px;
}
div.lft {
 width:120px;
}
div.sub {
 font-size:9px;
}
div.nola {
 float:left;
}
div.lst {
/* clear:left; */
}